minute to read
Ubuntu Release Namen über die Konsole heraus finden
Manchmal möchte man wissen, wie der Release Name des aktuell installierten Ubuntu ist.
Über die Konsole kann man das mit folgenden Befehl schnell heraus finden: lsb_release -a
marc@mubuntu:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 10.04 LTS Release: 10.04 Codename: lucid
Hier noch die weiteren Optionen zu dem Befehl.
marc@mubuntu:~$ lsb_release --help Usage: lsb_release [options] Options: -h, --help show this help message and exit -v, --version show LSB modules this system supports -i, --id show distributor ID -d, --description show description of this distribution -r, --release show release number of this distribution -c, --codename show code name of this distribution -a, --all show all of the above information -s, --short show requested information in short format