Using lsb_release to get Ubuntu release information
|
|
Sometimes when you are about to ask questions or to get help about something related to your Linux computer, you might be asked which distro and the release of the distro you are using.
Same goes if you need to fix something or install binary packages on someone else’s computer. The first thing you should know, is the name of the distro and the release they are using. The simplest way is to use “lsb_release” command, which are included on most modern GNU Linux operating system.
Just run : lsb_release -a
And you will be given information you need to install binary packages, submit a bug report or to determine which solution best for the particular distro.
No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 7.10 Release: 7.10 Codename: gutsy
Tags: gutsy, hardy, hardy heron, linux, tips, ubuntu
Keep updated with the latest posts, be a part of over 1,000 subscribers! :
Subscribe to your email
You might also want to read...
- 3 ways to get Linux release information from bash terminal
- Ubuntu Release, Maintenance and Support Schedule
- Fedora 7 (No Core) Released!
- Ubuntu Hardy Heron 8.04.1 LTS Bugfix release
- SimplyMEPIS switches from Debian to Ubuntu (Dapper) as its base
- The Next Ubuntu 8.04 release announced, Hardy Heron
- Ubuntu 6.06 LTS (Dapper) vs Ubuntu Edgy Eft


Leave a Comment