Current Version Info
From MEPIS Documentation Wiki
Contents |
Official MEPIS variants
Which version do I have installed?
The following commands entered in the konsole will give some information about the installed kernel:
uname -rv
cat /proc/version
and MEPIS version:
cat /etc/*release
cat /etc/issue
Ultimately, the repositories that you use to upgrade your system can tell you what version you use, run:
cat /etc/apt/sources.list
and check what's the name of the MEPIS repository.
Which version is my MEPIS CD?
On your CD-ROM, open the text file named "version"
Am I running 32 bit or 64 bit?
Enter the below command in the konsole. If output contains "mepis64", then you are running 64-bit. If not you are running 32-bit
uname -rv