Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

407
Views
lsb_release: comando no encontrado en el último contenedor Docker de Ubuntu

Solo quería probar algo muy rápido. Así que ejecuté un contenedor docker y quería verificar qué versión estaba ejecutando:

 $ docker run -it ubuntu root@471bdb08b11a:/# lsb_release -a bash: lsb_release: command not found root@471bdb08b11a:/#

Así que intenté instalarlo (como se sugiere aquí ):

 root@471bdb08b11a:/# apt install lsb_release Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package lsb_release root@471bdb08b11a:/#

¿Alguien tiene idea de por qué esto no funciona?

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

Este error puede ocurrir debido a la desinstalación o actualización de la versión predeterminada del programa python3 en ubuntu 16.04

La forma de corregir esto es reinstalando la versión original de python3 que viene con ubuntu y volviendo a vincular. (en ubuntu 16.04 - la versión predeterminada de python3 es python 3.5

 sudo rm /usr/bin/python3 sudo ln -s /usr/bin/python3.5 /usr/bin/python3
over 4 years ago · Santiago Trujillo Report

0

Parece que lsb_release no está instalado.

Puedes instalarlo a través de

 apt-get update && apt-get install -y lsb-release && apt-get clean all

Espero que ayude ;)

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!