Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Debian 8 : No LSB modules are available

Solution 1:

As the error message says lsb_release command is installed but lsb module isn't. Use this command to solve the problem:

apt-get install lsb-core

I suggest to use lsb_release -a instead of lsb_release. It shows more useful output.

Solution 2:

I just moved to Debian 11, Bullseye and, in order to check the release, you have to type

lsb_release -cs

lsb-core in Bullseye does not exist.

Tags:

Debian Jessie

Lsb

Related

AWS can not change DB Subnet Group for AWS RDS Why are environment variables different with `bash -c` linux redhat + swapoff is stuck not return prompt linux - how to list partitions of specific type? Multiple TXT fields for same subdomain P2V SBS Windows 2008: Mass Storage Driver issue around SCSI IDE changes - Boot BSOD Error 0x0000007b, 0xc0000034? Redis cluster: 3 master nodes minimum? rsync --compress-level: which compression levels can be used? long delay when logging in with CentOS7 How do I find the AWS Quicksight IP Range How to give username/password to git clone in a script, but not store credentials in .git/config Is there a standard DNS record to indicate the IMAP server for a domain?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy