Questions tagged [lsb-release]

45 questions
12
votes
2 answers

Does Ubuntu follow the Linux Standard Base (LSB)?

I was reading about the Linux Standard Base and was wondering if the structure used in Ubuntu is the same that is suggested in the LSB. I know some distros do not follow or do some changes to the LSB, so I also want to know if Ubuntu has some…
Luis Alvarado
  • 209,003
  • 167
  • 543
  • 707
11
votes
3 answers

HPLIP Driver install fails on Ubuntu 20.04

I recently upgraded a 18.04 release to 20.04 (early, I know), and wiped away my manually installed 'hplip' package (3.16.11) and installed the official package from the release (3.20.3+dgfsg0-2). All seemed to be well until I started getting…
jason0x21
  • 111
  • 1
  • 6
8
votes
2 answers

Does upgrading Ubuntu kernel change its release name?

I installed Ubuntu 14.04.1 LTS on machine and have upgraded its kernel version to 4.2 with the following command: sudo apt-get install linux-generic-lts-wily I was a bit confused about kernel version and release name. Some software provides…
Jeon
  • 377
  • 2
  • 4
  • 12
7
votes
1 answer

dpkg warning about '/etc/lsb-release' version number not starting with a digit

I believe I spotted it during the upgrade from Ubuntu GNOME 15.10 to 16.04, but I know for sure that I spotted it just know during a dist-upgrade, I sometimes get this warning from dpkg: dpkg: warning: version '/etc/lsb-release' has bad syntax:…
user364819
6
votes
2 answers

Error with 'lsb_release -a' in Ubuntu 16.04 Xenial

I am getting an error when i try to pip install Django or anything, say.. pip install Django throws an error: Traceback (most recent call last): File "/usr/local/bin/pip", line 11, in sys.exit(main()) File…
NINJA
  • 61
  • 1
  • 1
  • 3
5
votes
1 answer

LSB shows different version than Control Center

Command line shows ubuntu version as 14.04 while GUI shows 13.10. I was upgrading my system yesterday from 12.04 to 14.04. When around 60-65% updates were installed, I had to shut down the system. When I restarted the system in the morning, the…
Shagun Sodhani
  • 832
  • 1
  • 12
  • 36
4
votes
1 answer

where is ubuntu-22.04.2 release

According to the following launchpad, the ubuntu-22.04.2 has already released 15 hours ago. https://launchpad.net/ubuntu/+milestone/ubuntu-22.04.2 Milestone information Project: Ubuntu Series: Jammy Version: ubuntu-22.04.2 Expected: …
stackbiz
  • 225
  • 6
4
votes
1 answer

What are lsb modules? And why do I need to install them?

When I used the command lsb_release, System threw an error that "No lsb modules are available". So what are they and why to install them to get my system info(through command lsb_release)?
Brijesh
  • 41
  • 2
  • 6
3
votes
1 answer

No updates for 14.10

When I look at $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=14.10 DISTRIB_CODENAME=utopic DISTRIB_DESCRIPTION="Ubuntu 14.10" But my /etc/apt/sources.list is already all vivid (15.04). Running do-release-upgrade does start the process…
rubo77
  • 31,573
  • 49
  • 159
  • 281
3
votes
2 answers

Update to 20.10 failed according to lsb_release -a

I tried updating my computer to Ubuntu 20.10, however it seems to have failed. What I did: sudo do-release-upgrade This seemed to have worked, it ran through and the computer restarted with a gorilla welcoming me as new background image. However…
shiftux
  • 91
  • 1
  • 4
2
votes
1 answer

lsb_release - could not convert string to float: '8.04 LTS'

Everything that depends on the lsb_release command is not working on my computer. example: pip install numpy raise subprocess.CalledProcessError(code, cmd, stdout, stderr) subprocess.CalledProcessError: Command 'lsb_release -a' returned non-zero…
Ghilas BELHADJ
  • 162
  • 1
  • 9
2
votes
4 answers

Using Ubuntu derivatives *and* Ubuntu, how do I get the Ubuntu codename?

I need the Ubuntu codename for generating an apt source. On Ubuntu, I can use lsb_release --codename --short, which will return (e.g.) trusty. On (e.g.) Linux Mint, if I use lsb_release -cs, it returns (e.g.) rosa. If I want the upstream codename, I…
Roger Lipscombe
  • 407
  • 5
  • 16
2
votes
2 answers

Resolving Ubuntu release version to release code name

I very frequently forget release name corresponding to my Ubuntu version. Is there an easy method (preferably command-line one) to go from say 11.10 -> Distro Name I know we have lsb_release -a Say someone has Skeltor, and I want to know if…
Evan Carroll
  • 7,376
  • 15
  • 53
  • 87
2
votes
0 answers

Cannot remove lsb-release package

I was trying to install nodejs via curl -sL https://deb.nodesource.com/setup_4.x | sudo bash - but ran into a problem "no module named lsb_release". After reading trought the internet for some time, I found out that its a python related file and…
C. Sebak
  • 21
  • 2
2
votes
1 answer

Determine Ubuntu version on SDD using Live CD

I have Ubuntu installed on my SSD but unable to boot to it after a SSD-to-SSD clone. I want to repair/reinstall Grub, but I don't recall the version of Ubuntu I had installed. So I have booted with a Ubuntu v15.04 Live CD after selecting Try Ubuntu,…
rwkiii
  • 165
  • 9
1
2 3