This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

How do I check which version of Zorin I am running?

andy3142

Tue Nov 25, 2014 10:33:49 am

How do I check which version of Zorin I am running? Beyond that, is there a simple way to get the system to report everything it knows about itself, hardware and software?

Many thanks

Andy

madvinegar

Tue Nov 25, 2014 11:03:48 am

With the following terminal commands:

uname -a
lsb_release -a
sudo lshw


The first command shows the kernel used and the architecture.
The second shows the linux distribution used.
The third shows all of your hardware characteristics.

andy3142

Tue Nov 25, 2014 12:11:40 pm

Excellent! Thank you.

This reveals that despite upgrading twice from Z Lite 6.1 to 9.0, I am still running 6.1! Hummm .... try again ...

Cheers

Andy
Bristol UK

Swarfendor437

Tue Nov 25, 2014 12:47:48 pm

Hi, I am not sure that you can update from 6 to 9 directly - please be aware that Zorin Lite does not offer a Long-Term release like the fork it is based on (Lubuntu) - The only 'long-term' release of Lubuntu fork is 'LXLE' (http://lxle.net). I would advise that you back up all your data in your /home folder (remembering to press 'Ctrl+ H' to show hidden files (application settings), and do a fresh installation. ;)

Linx

Wed Nov 26, 2014 9:17:22 pm

Run this command.
Code:
cat /etc/*release


It should look something like
Code:
DISTRIB_ID=Zorin
DISTRIB_RELEASE=9
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Zorin OS 9"
NAME="Zorin OS"
VERSION="9"
ID=Zorin OS
ID_LIKE=ubuntu
PRETTY_NAME="Zorin OS 9"
VERSION_ID="9"
HOME_URL="http://www.zorin-os.com/"
SUPPORT_URL="http://www.zorin-os.com/help/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"


And you can see here I'm running Zorin OS 9.