What command is used to determine which version of Ubuntu desktop is installed?
Asked
Active
Viewed 2.0k times
2 Answers
6
Execute lsb_release -a
in a terminal :
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.10
Release: 16.10
Codename: yakkety

cl-netbox
- 31,163
- 7
- 94
- 131
cat /etc/issue
– Emilio Galarraga Feb 27 '17 at 13:57