Additions:
~Information about the version of Puppy is stored at ##/etc/DISTRO_SPECS##
~You can see this file by going to a [[TerminalEmulator terminal emulator]] and typing in the following code (ensure letter cases are ~copied exactly)-
~%%cat /etc/DISTRO_SPECS%%
~To see just the version Name and Number, use the following code-
~%%source /etc/DISTRO_SPECS && echo "$DISTRO_NAME $DISTRO_VERSION"%%
~Open PupSysInfo go to 'System Specs' and select 'Distro Specs'
----
==Categories==
CategoryTutorial
~You can see this file by going to a [[TerminalEmulator terminal emulator]] and typing in the following code (ensure letter cases are ~copied exactly)-
~%%cat /etc/DISTRO_SPECS%%
~To see just the version Name and Number, use the following code-
~%%source /etc/DISTRO_SPECS && echo "$DISTRO_NAME $DISTRO_VERSION"%%
~Open PupSysInfo go to 'System Specs' and select 'Distro Specs'
----
==Categories==
CategoryTutorial
Deletions:
You can see this file by going to a [[TerminalEmulator terminal emulator]] and typing in the following code (ensure letter cases are copied exactly)-
%%cat /etc/DISTRO_SPECS%%
To see just the version Name and Number, use the following code-
%%source /etc/DISTRO_SPECS && echo "$DISTRO_NAME $DISTRO_VERSION"%%
Open PupSysInfo go to 'System Specs' and select 'Distro Specs'
Additions:
==Using Terminal==
==""Using PupSysInfo""==
Open PupSysInfo go to 'System Specs' and select 'Distro Specs'
==""Using PupSysInfo""==
Open PupSysInfo go to 'System Specs' and select 'Distro Specs'
Revision [19751]
Edited on 2011-12-03 07:28:58 by darkcity [source /etc/DISTRO_SPECS && echo "$DISTRO_NAME $DI]Additions:
To see just the version Name and Number, use the following code-
Deletions:
Revision [19750]
Edited on 2011-12-03 07:28:17 by darkcity [source /etc/DISTRO_SPECS && echo "$DISTRO_NAME $DI]Additions:
To just see the version use the following code-
%%source /etc/DISTRO_SPECS && echo "$DISTRO_NAME $DISTRO_VERSION"%%
%%source /etc/DISTRO_SPECS && echo "$DISTRO_NAME $DISTRO_VERSION"%%
Revision [19741]
Edited on 2011-12-03 06:57:00 by darkcityAdditions:
====How to find the Puppy Version====