Skip navigation.
Home
Now Shipping Version 7.0

How to determine which version of SimplyMEPIS I'm using?


Posts: 180

I have 3 computers on which I have installed SimplyMEPIS but not the same version on each one.

Should I be able to type a code into Terminal that will tell my version?

Yes, I have tried searching and Googling for this, with no luck. Sad

Your help will be appreciated.

Lewis.

****

james e. thompson's picture

Version

Log out and back in the version is usually displayed on the sign in page since 3.0 i think .

jim

You can look in oscenter

You can look in oscenter too....

as root
# oscenter

or as normal user
$ kdesu oscenter

But it all depends if you have done a apt-get upgrade and such. Adrian_tm is a local expert on explaining what version do I have. But basically if you have 3.3 and upgrade to 3.4 you have 3.3 with 3.4 stuff.

Travis

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Maybe one day I'll be able to help if I ask enough questions.

http://jenkins.hopto.org

# Linux howto's for newbies from a newbie

Re: Version

james e. thompson wrote:
Log out and back in the version is usually displayed on the sign in page since 3.0 i think .

jim

You are correct, Jim and I thank you.

Somewhere, recently, I saw a code and it could have been that it was for Fedora, or Puppy, or some other program, that would give the information in Terminal, rather than having to shut down and re-boot.

Kind regards.

Lewis.

*****

Re: You can look in oscenter

jenkins_t wrote:
You can look in oscenter too....

as root
# oscenter

or as normal user
$ kdesu oscenter

But it all depends if you have done a apt-get upgrade and such. Adrian_tm is a local expert on explaining what version do I have. But basically if you have 3.3 and upgrade to 3.4 you have 3.3 with 3.4 stuff.

Travis

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Maybe one day I'll be able to help if I ask enough questions.

http://jenkins.hopto.org

# Linux howto's for newbies from a newbie

Thanks for your help here, Travis and I really appreciate the link to your 'How Tos'

Kind regards.

Lewis.

*****

jsilve1's picture

Red Hat and clones

Red Hat and clones (e.g. CentOS) have a file called "/etc/redhat-release" in which the version info is stored. For example:

> cat /etc/redhat-release
Red Hat Enterprise Linux ES release 4 (Nahant Update 3)

Just FYI and not really relevant to MEPIS, which has little if any similarity to Red Hat Linux.

JDS

SS/CC>system admin.>login

SystemSettings/ContrlCenter>system admin.>login manager>appearance.
Under greetings you see the version, like SimplyMEPIS 6.0-beta3

6 RC2 files

Look for *release or *version in /etc. Sometimes /etc/issue will have something too.

# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=6.06
DISTRIB_CODENAME=dapper
DISTRIB_DESCRIPTION="Ubuntu 6.06 LTS"
# cat /etc/debian_version
testing

Re: 6 RC2 files

tdk wrote:
Look for *release or *version in /etc. Sometimes /etc/issue will have something too.

# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=6.06
DISTRIB_CODENAME=dapper
DISTRIB_DESCRIPTION="Ubuntu 6.06 LTS"
# cat /etc/debian_version
testing

Very interesting. Thank you.

Thats exactly what I get when I do it on my machine.

Kind regards.

Lewis.

****

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.