I need to be able to find out what version of Ubuntu we are using. I have no IT person who can help anymore. Can anyone help please?
Asked
Active
Viewed 87 times
3 Answers
0
There can be many ways to do this-
- You could find System Info in System Settings, or search for the same in the program menu, which would give you a GUI overview.
- In terminal, enter
cat /etc/os-release
. - Or, in terminal enter
lsb_release -a
. - Or, type
hostnamectl
in the terminal.
If you need more details about kernels etc., you can type uname -a
in the terminal. Read man page of the same at man uname
for more details.
For more details, you can see this answer.

Kulfy
- 17,696

lordparthurnaax
- 618
0
In order to do so you don't need to have any kind of programming knowledge. I highly suggest you to go System settings >> System details or software details!
I hope it helps. Thank you.
ubuntu-version
or similar, I don't know, I can never remember the command. – pbhj Jan 15 '19 at 23:02