| Author |
Message |
Grem41
Joined: 15 Feb 2011 Posts: 42 Location: Portsmouth UK
|
Posted: Sat 09 Jun 2012, 07:28 Post subject:
Finding puppy version installed |
|
I've installed several puppy versions on my hard drive so they can be multi-booted via grub but I can't work out what version. (I think this one Lucid as the the kernel from HardInfo says it's it 2.6.33.2)
Is there a Command Line
Secondly if it is Lucid is it 520, 525 or 528
Thank in advance
|
|
Back to top
|
|
 |
RSH

Joined: 05 Sep 2011 Posts: 1564 Location: Germany
|
Posted: Sat 09 Jun 2012, 07:37 Post subject:
|
|
Hi.
Click on the personal storage icon in the taskbar (the 4 green bars?). Then you will see on top of the screen Puppy and Kernel info.
The file /etc/DISTRO_SPECS has also the version number in its entry "DISTRO_VERSION"
So if you see lupu and 528 you have Lucid Puppy 528.
I don't know how to find out if it is 004 or 005 (or 001, 002?).
RSH
_________________ Useful Software for Puppy!
LazY Puppy - a Paradise Puppy! - DE & EN ISO 2.0.2-0.0.5 available
|
|
Back to top
|
|
 |
Grem41
Joined: 15 Feb 2011 Posts: 42 Location: Portsmouth UK
|
Posted: Mon 11 Jun 2012, 14:27 Post subject:
Found puppy version (SOLVED) |
|
Thanks RSH
All the info I needed was in /etc/DISTRO_SPECS file have got lupu 520 plus
kernel 2.6.33.2. - So sure it's lucid now
I guess you learn something each day !
|
|
Back to top
|
|
 |
Semme
Joined: 07 Aug 2011 Posts: 2051 Location: World_Hub
|
Posted: Mon 11 Jun 2012, 14:43 Post subject:
|
|
*Or so we hope..
|
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 2473 Location: Ontario
|
Posted: Mon 11 Jun 2012, 15:23 Post subject:
|
|
Simple way with terminal.
Unfortunately the kernel isn't always shown.
| Code: | uname [-a] [-i] [-m] [-n] [-p] [-r] [-s] [-v] [-X] [-S systemname]
-a Print basic information currently available from the system.
-i Print the name of the hardware implementation (platform).
-m Print the machine hardware name (class). Use of this option is discouraged; use uname -p instead.
-n Print the nodename (the nodename is the name by which the system is known to a communications network).
-p Print the current host's ISA or processor type.
-r Print the operating system release level.
-s Print the name of the operating system. This is the default.
-v Print the operating system version.
-X Print expanded system information, one information
element per line, |
|
|
Back to top
|
|
 |
dk60902

Joined: 26 Sep 2010 Posts: 196 Location: In front of my computer
|
Posted: Tue 12 Jun 2012, 13:20 Post subject:
|
|
Try this:
Menu - Filesystem - Partview free space in drives
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1718 Location: Burghaslach, Germany
|
Posted: Tue 12 Jun 2012, 13:29 Post subject:
Re: Finding puppy version installed Subject description: a Command Line |
|
| Grem41 wrote: | | ...Is there a Command Line... |
| Code: | | grep DISTRO_ /etc/DISTRO_SPECS | head -n2 |
or
| Code: | | grep -m2 DISTRO_ /etc/DISTRO_SPECS |
|
|
Back to top
|
|
 |
|