Author Topic: Determine PCLinuxOS version [SOLVED]  (Read 1919 times)

Offline Hans Troost

  • New Friend
  • *
  • Posts: 8
Determine PCLinuxOS version [SOLVED]
« on: March 29, 2011, 02:21:01 AM »
I often see in messages and articles something like PCLinuxOS 2010.12 showing an exact version number of the OS. I wonder what I have on my PC. How can I determine this (I know of cause I have version 2010, but which subversion?).

Regards,

Hans Troost
« Last Edit: May 02, 2011, 07:43:42 AM by Hans Troost »
Kind regards,

Hans Troost

Offline kalle123

  • Full Member
  • ***
  • Posts: 135
Re: Determine PCLinuxOS version
« Reply #1 on: March 29, 2011, 02:28:53 AM »
Just guessing. (I don't know!)

Rolling release, so you are always up to date  ???

Offline DeBaas

  • Hero Member
  • *****
  • Posts: 1521
    • PCLinuxOS.nl
Re: Determine PCLinuxOS version
« Reply #2 on: March 29, 2011, 02:37:16 AM »
My example ;) in a terminal:
cat /etc/*-release

[ed@linux ~]$ cat /etc/*-release
PCLinuxOS-FullMonty release 2011.01
LSB_VERSION=lsb-3.1-ia32:lsb-3.1-noarch
DISTRIB_ID=PCLinuxOS
DISTRIB_RELEASE=
DISTRIB_CODENAME=
DISTRIB_DESCRIPTION="PCLinuxOS"
PCLinuxOS release 2010 (PCLinuxOS) for i586
PCLinuxOS release 2010 (PCLinuxOS) for i586
PCLinuxOS release 2010 (PCLinuxOS) for i586
PCLinuxOS release 2010 (PCLinuxOS) for i586
PCLinuxOS release 2010 (PCLinuxOS) for i586

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: Determine PCLinuxOS version
« Reply #3 on: March 29, 2011, 02:42:22 AM »
I often see in messages and articles something like PCLinuxOS 2010.12 showing an exact version number of the OS. I wonder what I have on my PC. How can I determine this (I know of cause I have version 2010, but which subversion?).

Regards,

Hans Troost

Are you speaking of the Desktop Environment? ... which partially determines the naming of the ISOs .......  KDE, Gnome etc etc

.......  or maybe you mean the results of the uname command in a terminal .....

uname -a

should get all the info you need
« Last Edit: March 29, 2011, 02:44:19 AM by Just19 »

uncleV

  • Guest
Re: Determine PCLinuxOS version
« Reply #4 on: March 29, 2011, 03:26:26 AM »
My example ;) in a terminal:
cat /etc/*-release
Mine here under LXDE is exactly the same except the first line is missing.

Offline kalle123

  • Full Member
  • ***
  • Posts: 135
Re: Determine PCLinuxOS version
« Reply #5 on: March 29, 2011, 03:45:20 AM »
My example ;) in a terminal:
cat /etc/*-release
Mine here under LXDE is exactly the same except the first line is missing.

That line is missing here too.

I see, I have 2010.

But nothing about 2010.10 or 2010.12.

So my guessing was -> 2010.12  ???

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Determine PCLinuxOS version
« Reply #6 on: March 29, 2011, 04:07:04 AM »
Which version did you download and install? This answers the "basic" question. That is only what you started with, though. If you stay current, i.e. you apply all updates regularly, you have the latest version. That is, to have the most current version, all that is needed is to stay updated.  This has been said before here.

This is the advantage of a rolling release distro. Once you have it installed, you will always have the latest release by keeping up to date. Simple, isn't it? :)


Offline pinoc

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2847
    • other projects...
Re: Determine PCLinuxOS version
« Reply #7 on: March 29, 2011, 04:16:38 AM »
In general, and to my knowledge, there is no way to detect which PCLinuxOS-iso image was installed, unless the user remembers. The only info is the release year as seen before. But as long as you update continuously all is fine.

However, I still think it might be useful to tell which iso-image was installed initially on the PC. For this reason I placed a file called /etc/fullmonty-release on the FullMonty. This file contains information on the FullMonty iso-release so the user will know which FullMonty-iso was installed initially on his system. This info is also of interest to me when debugging any FM-problems which may be specific to a given FM-release. On the FullMonty (2011.01 and later) you can also run the command fm_info which will provide some basic system info and uptodate info on the current state of the FullMonty.
-p.

Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15310
  • ┌∩┐(◕_◕)┌∩┐
Re: Determine PCLinuxOS version
« Reply #8 on: March 29, 2011, 04:20:17 AM »
In addition to the other advice - and you are running KDE - open Dolphin or Konqueror, and go to Help > About KDE - and this tell you which Desktop platform you are running  (if you are currently fully updated on KDE it should be Platform Version 4.6.1 (4.6.1)
PCLinuxOS 32bit KDE 4.10.1; kernel-3.4.11-pclos1.bfs & 64bit 3.2.18bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000

Offline T6

  • Super Villain
  • ******
  • Posts: 19077
  • xmas is comming!
Re: Determine PCLinuxOS version
« Reply #9 on: March 29, 2011, 12:20:46 PM »
you need to know 3 important parts of the os, kernel, desktop environment and iso used to install

you downloaded the iso so you know what is your base, this base if you update using synaptic is not really important because pclinux updates everything(if you don't do selective updating and end breaking the system)

the kernel, you can open a console and write uname -a and see what it reports as the kernel in use
the kernel is not updated automatically to avoid problems

the os, you can verify in kde control center, in gnome i can't remember but each de has a proper way

if you are updated, you have the latest pclinux available
"If you wish to make an apple pie from scratch, you must first invent the universe."

Carl Sagan

Offline Hans Troost

  • New Friend
  • *
  • Posts: 8
Re: Determine PCLinuxOS version
« Reply #10 on: April 14, 2011, 11:45:21 AM »
First of all:

Thank you all for your responses.

I tried: cat /etc/*-release and got this output:

[hans@hans ~]$ cat /etc/*-release
LSB_VERSION=lsb-3.1-ia32:lsb-3.1-noarch
DISTRIB_ID=PCLinuxOS
DISTRIB_RELEASE=
DISTRIB_CODENAME=
DISTRIB_DESCRIPTION="PCLinuxOS"
PCLinuxOS release 2010 (PCLinuxOS) for i586
PCLinuxOS release 2010 (PCLinuxOS) for i586
PCLinuxOS release 2010 (PCLinuxOS) for i586
PCLinuxOS release 2010 (PCLinuxOS) for i586
PCLinuxOS release 2010 (PCLinuxOS) for i586
[hans@hans ~]$

So the sub-version nr is missing.

And: as some of you mentioned: it is a rolling release and also I always keep it updated. But even then: where can I find the information about the "current" version: which sub-sub-sub version is it?

So the reason of my question was not worries or whetever. But I always want to know what I have under my fingertips. Exactly which version.

I'm still curious , something like this should be easy in my opinion.

Best regards,

Hans troost

Kind regards,

Hans Troost

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11591
  • ----IOFLU----
Re: Determine PCLinuxOS version
« Reply #11 on: April 14, 2011, 11:59:04 AM »


And: as some of you mentioned: it is a rolling release and also I always keep it updated. But even then: where can I find the information about the "current" version: which sub-sub-sub version is it?

So the reason of my question was not worries or whetever. But I always want to know what I have under my fingertips. Exactly which version.

I'm still curious , something like this should be easy in my opinion.

Best regards,

Hans troost



If you are fully upgraded, the closest thing to a sub version is "current". With a rolling release there are no other sub versions. All ISO images are just snapshots of the 2010 release, as was current on the day the image was created. Each time upgrades become available, applying them brings you up to "current, as of today".
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline ivanovnegro

  • Full Member
  • ***
  • Posts: 116
Re: Determine PCLinuxOS version
« Reply #12 on: April 14, 2011, 01:11:52 PM »
In addition to the other advice - and you are running KDE - open Dolphin or Konqueror, and go to Help > About KDE - and this tell you which Desktop platform you are running  (if you are currently fully updated on KDE it should be Platform Version 4.6.1 (4.6.1)

I thought KDE 4.6.2.  :)

Offline The Chief

  • Hero Member
  • *****
  • Posts: 2253
Re: Determine PCLinuxOS version
« Reply #13 on: April 14, 2011, 01:17:04 PM »
So the sub-version nr is missing.

And: as some of you mentioned: it is a rolling release and also I always keep it updated. But even then: where can I find the information about the "current" version: which sub-sub-sub version is it?

So the reason of my question was not worries or whetever. But I always want to know what I have under my fingertips. Exactly which version.

I'm still curious , something like this should be easy in my opinion.

Hans, I think you have a mistaken impression of what those sub-version numbers mean.  

They are simply the month that the ISO was released, and the only reason for ever releasing any ISOs (after the first one), is so that you can do a fresh install and not need hours and hours of updating to get current.  In other words, the ISOs are just snapshots of a fully updated system as of the month indicated by the sub-version.

You can get to the same state with any of them, it's just a matter of how much time you'll have to spend downloading/updating in order to get current after you install.  The larger (later) the sub-version number, the more nearly up to date it is.  They are released as a convenience to the users.

I hope that clarifies things somewhat.

Retired Senior Chief, Retired Software Engineer, Active GrandPa

Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15310
  • ┌∩┐(◕_◕)┌∩┐
Re: Determine PCLinuxOS version
« Reply #14 on: April 14, 2011, 01:24:47 PM »
In addition to the other advice - and you are running KDE - open Dolphin or Konqueror, and go to Help > About KDE - and this tell you which Desktop platform you are running  (if you are currently fully updated on KDE it should be Platform Version 4.6.1 (4.6.1)

I thought KDE 4.6.2.  :)

Was it 4.6.2 on the 29th March ?
PCLinuxOS 32bit KDE 4.10.1; kernel-3.4.11-pclos1.bfs & 64bit 3.2.18bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000