Revision history for software


Revision [31976]

Last edited on 2018-04-14 20:04:54 by PageStep007
Additions:
- When a package is installed via the puppy Package Manager, sometimes at the end of the installation the manager will check for required dependencies and let you know what is missing,
- Also, via Menu>setup>check dependencies installed pkg, you can choose from a list, any program you have tried to install and clicking the check dependencies button will check for what is missing.
- If none of these are successful a more involved way is to use menu>filesystem>pfind file finder, to do a search through your computer to find the executable file that initiates the program. Navigate to that directory and open a terminal. (right click in the directory and select window>terminal here, to get a terminal, relative to that directory) then type ./ and the name of the executable file. If all goes well the program will try to start, and results of each step will show in the terminal. When it gets to a missing dependency it will stop and let you know what it could not find, eg: libxyz.so.0 . There may also be a path to where it should be, or some information which may help you do an internet search for the missing file. It may be in a .rpm or .deb from other linux system repositories, or it may be part of another package. Install it. Then ./ and the program executable again. If it was successful it will run the installation and pass onto other steps. If it comes up again, that was not the right file or it got installed in the wrong place. Uninstall it so as to not clog your system with junk. Use the puppy package manager uninstall button to locate and uninstall it. Then try again. some programs have few missing dependencies, and other a lot. Perseverance is the key. One happy moment will hopefully occur, when you have all of them installed the program will open and run. (go celebrate)
Deletions:
~~-
~~-
~~~When a package is installed via the puppy Package Manager, sometimes at the end of the installation the manager will check for required dependencies and let you know what is missing,
~~~Also, via Menu>setup>check dependencies installed pkg, you can choose from a list, any program you have tried to install and clicking the check dependencies button will check for what is missing.
~~-If none of these are successful a more involved way is to use menu>filesystem>pfind file finder, to do a search through your computer to find the executable file that initiates the program. Navigate to that directory and open a terminal. (right click in the directory and select window>terminal here, to get a terminal, relative to that directory) then type ./ and the name of the executable file. If all goes well the program will try to start, and results of each step will show in the terminal. When it gets to a missing dependency it will stop and let you know what it could not find, eg: libxyz.so.0 . There may also be a path to where it should be, or some information which may help you do an internet search for the missing file. It may be in a .rpm or .deb from other linux system repositories, or it may be part of another package. Install it. Then ./ and the program executable again. If it was successful it will run the installation and pass onto other steps. If it comes up again, that was not the right file or it got installed in the wrong place. Uninstall it so as to not clog your system with junk. Use the puppy package manager uninstall button to locate and uninstall it. Then try again. some programs have few missing dependencies, and other a lot. Perseverance is the key. One happy moment will hopefully occur, when you have all of them installed the program will open and run. (go celebrate)


Revision [31975]

Edited on 2018-04-14 20:01:16 by PageStep007
Additions:
Identifying missing dependencies:
Deletions:
~-Identifying missing dependencies:


Revision [31974]

Edited on 2018-04-14 19:58:10 by PageStep007
Additions:
~~~When a package is installed via the puppy Package Manager, sometimes at the end of the installation the manager will check for required dependencies and let you know what is missing,
~~~Also, via Menu>setup>check dependencies installed pkg, you can choose from a list, any program you have tried to install and clicking the check dependencies button will check for what is missing.
~~-If none of these are successful a more involved way is to use menu>filesystem>pfind file finder, to do a search through your computer to find the executable file that initiates the program. Navigate to that directory and open a terminal. (right click in the directory and select window>terminal here, to get a terminal, relative to that directory) then type ./ and the name of the executable file. If all goes well the program will try to start, and results of each step will show in the terminal. When it gets to a missing dependency it will stop and let you know what it could not find, eg: libxyz.so.0 . There may also be a path to where it should be, or some information which may help you do an internet search for the missing file. It may be in a .rpm or .deb from other linux system repositories, or it may be part of another package. Install it. Then ./ and the program executable again. If it was successful it will run the installation and pass onto other steps. If it comes up again, that was not the right file or it got installed in the wrong place. Uninstall it so as to not clog your system with junk. Use the puppy package manager uninstall button to locate and uninstall it. Then try again. some programs have few missing dependencies, and other a lot. Perseverance is the key. One happy moment will hopefully occur, when you have all of them installed the program will open and run. (go celebrate)
Deletions:
~~ When a package is installed via the puppy Package Manager, sometimes at the end of the installation the manager will check for required dependencies and let you know what is missing,
~~~ Also, via Menu>setup>check dependencies installed pkg, you can choose from a list, any program you have tried to install and clicking the check dependencies button will check for what is missing.
~~- If none of these are successful a more involved way is to use menu>filesystem>pfind file finder, to do a search through your computer to find the executable file that initiates the program. Navigate to that directory and open a terminal. (right click in the directory and select window>terminal here, to get a terminal, relative to that directory) then type ./ and the name of the executable file. If all goes well the program will try to start, and results of each step will show in the terminal. When it gets to a missing dependency it will stop and let you know what it could not find, eg: libxyz.so.0 . There may also be a path to where it should be, or some information which may help you do an internet search for the missing file. It may be in a .rpm or .deb from other linux system repositories, or it may be part of another package. Install it. Then ./ and the program executable again. If it was successful it will run the installation and pass onto other steps. If it comes up again, that was not the right file or it got installed in the wrong place. Uninstall it so as to not clog your system with junk. Use the puppy package manager uninstall button to locate and uninstall it. Then try again. some programs have few missing dependencies, and other a lot. Perseverance is the key. One happy moment will hopefully occur, when you have all of them installed the program will open and run. (go celebrate)


Revision [31973]

Edited on 2018-04-14 19:57:07 by PageStep007
Additions:
~Some packages are dependent on other packages being install, hence these are called dependencies. Sometimes a particular versions of a specific package is required. Even one .pet from one puppy version might have missing dependencies if used with another puppy version.
~~ When a package is installed via the puppy Package Manager, sometimes at the end of the installation the manager will check for required dependencies and let you know what is missing,
~~~ Also, via Menu>setup>check dependencies installed pkg, you can choose from a list, any program you have tried to install and clicking the check dependencies button will check for what is missing.
~~- If none of these are successful a more involved way is to use menu>filesystem>pfind file finder, to do a search through your computer to find the executable file that initiates the program. Navigate to that directory and open a terminal. (right click in the directory and select window>terminal here, to get a terminal, relative to that directory) then type ./ and the name of the executable file. If all goes well the program will try to start, and results of each step will show in the terminal. When it gets to a missing dependency it will stop and let you know what it could not find, eg: libxyz.so.0 . There may also be a path to where it should be, or some information which may help you do an internet search for the missing file. It may be in a .rpm or .deb from other linux system repositories, or it may be part of another package. Install it. Then ./ and the program executable again. If it was successful it will run the installation and pass onto other steps. If it comes up again, that was not the right file or it got installed in the wrong place. Uninstall it so as to not clog your system with junk. Use the puppy package manager uninstall button to locate and uninstall it. Then try again. some programs have few missing dependencies, and other a lot. Perseverance is the key. One happy moment will hopefully occur, when you have all of them installed the program will open and run. (go celebrate)
Deletions:
~Some packages are dependent on other packages being install, hence these are called dependencies. Sometimes a particular versions of a specific package is required.Even one .pet from one puppy version might have missing dependencies if used with another puppy version.
~~- When a package is installed via the puppy Package Manager, sometimes at the end of the installation the manager will check for required dependencies and let you know what is missing,
~~- also via Menu>setup>check dependencies installed pkg, you can choose from a list, any program you have tried to install and clicking the check dependencies button will check for what is missing.
~~- if none of these are successful a more involved way is to use menu>filesystem>pfind file finder, to do a search through your computer to find the executable file that initiates the program. Navigate to that directory and open a terminal. (right click in the directory and select window>terminal here, to get a terminal, relative to that directory) then type ./ and the name of the executable file. If all goes well the program will try to start, and results of each step will show in the terminal. When it gets to a missing dependency it will stop and let you know what it could not find, eg: libxyz.so.0 . There may also be a path to where it should be, or some information which may help you do an internet search for the missing file. It may be in a .rpm or .deb from other linux system repositories, or it may be part of another package. Install it. Then ./ and the program executable again. If it was successful it will run the installation and pass onto other steps. If it comes up again, that was not the right file or it got installed in the wrong place. Uninstall it so as to not clog your system with junk. Use the puppy package manager uninstall button to locate and uninstall it. Then try again. some programs have few missing dependencies, and other a lot. Perseverance is the key. One happy moment will hopefully occur, when you have all of them installed the program will open and run. (go celebrate)


Revision [31972]

Edited on 2018-04-14 19:50:29 by PageStep007 [added identifying missing dependencies]
Additions:
~software package names that contain a suffix denote the environment in which the package was [[compiling compiled (built)]]. This provides some indication of whether or not a certain package is compatible with one's operating system, but __one will not know of compatibility for sure unless the package is actually installed__.
~~ Some .rpm and .deb packages will install, but often they are built for other linux operating systems and assume that the system has all files it needs, but which may not be on your system. Sometimes installing the missing files will get a program going.
~Some packages are dependent on other packages being install, hence these are called dependencies. Sometimes a particular versions of a specific package is required.Even one .pet from one puppy version might have missing dependencies if used with another puppy version.
~~-
~~-
~-Identifying missing dependencies:
~~- When a package is installed via the puppy Package Manager, sometimes at the end of the installation the manager will check for required dependencies and let you know what is missing,
~~- also via Menu>setup>check dependencies installed pkg, you can choose from a list, any program you have tried to install and clicking the check dependencies button will check for what is missing.
~~- if none of these are successful a more involved way is to use menu>filesystem>pfind file finder, to do a search through your computer to find the executable file that initiates the program. Navigate to that directory and open a terminal. (right click in the directory and select window>terminal here, to get a terminal, relative to that directory) then type ./ and the name of the executable file. If all goes well the program will try to start, and results of each step will show in the terminal. When it gets to a missing dependency it will stop and let you know what it could not find, eg: libxyz.so.0 . There may also be a path to where it should be, or some information which may help you do an internet search for the missing file. It may be in a .rpm or .deb from other linux system repositories, or it may be part of another package. Install it. Then ./ and the program executable again. If it was successful it will run the installation and pass onto other steps. If it comes up again, that was not the right file or it got installed in the wrong place. Uninstall it so as to not clog your system with junk. Use the puppy package manager uninstall button to locate and uninstall it. Then try again. some programs have few missing dependencies, and other a lot. Perseverance is the key. One happy moment will hopefully occur, when you have all of them installed the program will open and run. (go celebrate)
Deletions:
~software package names that contain a suffix denote the environment in which the package was [[compiling compiled (built)]]. This provides some indication of whether or not a certain package is compatible with one's operating system, but __one will not know of compatibility for sure unless the package is actually installed__
~Some packages are dependent on other packages being install, hence these are called dependencies. Sometimes a particular versions of a specific package is required.


Revision [31261]

Edited on 2016-08-27 08:45:15 by darkcity [ce]
Additions:
~Software packages allow the easy installation of applications (AKA apps, programs etc.). Examples of applications include an accounts package or a CAD program.
Deletions:
~Software is the instructions or code that runs the operating system (Puppy Linux) and applications (AKA application programs or apps). Examples of application programs would include an accounts package or a CAD program.


Revision [30597]

Edited on 2015-02-14 13:33:53 by darkcity [ce]
Additions:
~Software is the instructions or code that runs the operating system (Puppy Linux) and applications (AKA application programs or apps). Examples of application programs would include an accounts package or a CAD program.
~Puppy Linux like most versions of Linux come with a lot of built in programs. The easiest way to add more is either a self installing file such as a [[PET]], or by using a package manger such as [[PPM]].
==Precautions==
~Most software comes with a [[SoftwareDisclaimer disclaimer]], usually stating something along the lines of:
~~Absolutely no warranty given or implied, so use any software package entirely at your own risk.
~system [[backup]]: **//always have multiple copies of your current operating system __before__ installing any package to it//**
~official software packages are available via the [[ppm Puppy Package Manager]]:
~~using the start menu: //Menu > Setup > Puppy Package Manager//
~~using the command-line interface:%%ppm%%
~un-official software packages are available from repositories such as: [[http://murga-linux.com/puppy/index.php?f=63 murga-linux.com]]
~there are three main software package types, identified by their file extension:
~~**//.txz//** (intended for full and frugal installations)
~~**//.pet//** (intended for full and [[installationfrugal frugal installations]]; supersedes //.pup// which is now obsolete)
~~**//.sfs//** (intended for frugal or LiveDVD installations)
~software package names that contain a suffix denote the environment in which the package was [[compiling compiled (built)]]. This provides some indication of whether or not a certain package is compatible with one's operating system, but __one will not know of compatibility for sure unless the package is actually installed__
==Prerequisite packages==
~Some packages are dependent on other packages being install, hence these are called dependencies. Sometimes a particular versions of a specific package is required.
~Common dependencies:
~~ +[[bzip2]],+[[e2fsprogs]],+[[grep]],+[[tar]],+[[wget]],+[[xz]]
Deletions:
~-[[SoftwareDisclaimer software disclaimer]]: **absolutely no warranty given or implied, so use any software package entirely at your own risk**
~-system [[backup]]: **//always have multiple copies of your current operating system __before__ installing any package to it//**
~-official software packages are available via the [[ppm Puppy Package Manager]]:
~~-using the start menu: //Menu > Setup > Puppy Package Manager//
~~-using the command-line interface:%%ppm%%
~-un-official software packages are available from repositories such as: [[http://murga-linux.com/puppy/index.php?f=63 murga-linux.com]]
~-there are three main software package types, identified by their file extension:
~~-**//.txz//** (intended for full and frugal installations)
~~-**//.pet//** (intended for full and [[installationfrugal frugal installations]]; supersedes //.pup// which is now obsolete)
~~-**//.sfs//** (intended for frugal or LiveDVD installations)
~-software package names that contain a suffix denote the environment in which the package was [[compiling compiled (built)]]. This provides some indication of whether or not a certain package is compatible with one's operating system, but __one will not know of compatibility for sure unless the package is actually installed__
==Pre-requisite packages==
~Sometimes an updated version following packages are required: +[[bzip2]],+[[e2fsprogs]],+[[grep]],+[[tar]],+[[wget]],+[[xz]]


Revision [28612]

Edited on 2013-08-24 13:08:03 by coolpup [ce]
Additions:
~-un-official software packages are available from repositories such as: [[http://murga-linux.com/puppy/index.php?f=63 murga-linux.com]]
~-software package names that contain a suffix denote the environment in which the package was [[compiling compiled (built)]]. This provides some indication of whether or not a certain package is compatible with one's operating system, but __one will not know of compatibility for sure unless the package is actually installed__
Deletions:
~-un-official software packages are available from repositories such as: [[http://www.smokey01.com/coolpup smokey01.com]] | [[http://murga-linux.com/puppy/index.php?f=63 murga-linux.com]]
~-software package names that contain a suffix denote the environment in which the package was [[compiling compiled (built)]]. This provides some indication of whether or not a certain package is compatible with one's operating system, but __one will not know of compatibility for sure unless the package is actually installed__:
~~-//up// - compiled & packaged for i686 processors, within 32-bit [[upup]] a [[Woof]]-built Puppy using Ubuntu packages, e.g. PuppyPrecise
~~-//sp// - compiled & packaged within 32-bit [[spup]], a [[Woof]]-built Puppy using Slackware packages, e.g. [[Slacko]]
~~-//fd64// - compiled & packaged for i686 processors, within 64-bit [[Fatdog64]]
~ - //d// - packaged from 32-bit Debian distribution binaries
~ - //s// - packaged from Slackware distribution binaries
~ - //u// - packaged from Ubuntu distribution binaries
~ - //r// - compiled within [[Racy]]
~ - //w// (//w5//) - compiled within [[Wary]]
~ - //q// (//q1//) - compiled within [[Quirky]]
~ - //p4// - compiled within Puppy 4
~ - no suffix - packaged from software maintainer binaries


Revision [28598]

Edited on 2013-08-24 05:56:19 by darkcity [minor]
Additions:
{{include tonguesSoftware}}
[[HomePage]] > [[SoftwareIndex Software Index]]
Deletions:
{{include tonguesSoftware}}[[HomePage]] > [[SoftwareIndex Software Index]]


Revision [28595]

Edited on 2013-08-24 05:46:11 by darkcity [minor]
Additions:
~Sometimes an updated version following packages are required: +[[bzip2]],+[[e2fsprogs]],+[[grep]],+[[tar]],+[[wget]],+[[xz]]
~since the installation of any software package involves occupying partition space, the //installation will fail// if there is not sufficient, free space on the target installation partition
~sometimes installing PET and TXZ packages to frugal Puppy installations requires the amount of free space //inside the [[SaveFile|personal storage file]]// to be at least 3 times the size of the package
Deletions:
~-ensure that recent versions of the following packages are installed: ##+[[bzip2]],+[[e2fsprogs]],+[[grep]],+[[tar]],+[[wget]],+[[xz]]##
~-since the installation of any software package involves occupying partition space, the //installation will fail// if there is not sufficient, free space on the target installation partition
~-sometimes installing PET and TXZ packages to frugal Puppy installations requires the amount of free space //inside the personal storage file// to be at least 3 times the size of the package


Revision [28184]

Edited on 2013-07-29 06:38:48 by darkcity [add links]
Additions:
====Software Packages====
~[[Software Repositories|]]
~[[SoftwareDisclaimer Software disclaimer]]
~[[SFS]]
~[[PET]]
~[[TXZ]]
Deletions:
====**Software Packages**====
==Software Repositories==
~[[SoftwareDisclaimer Software disclaimer]]: **absolutely no warranty given or implied, so use any software package entirely at your own risk and //always have multiple copies of the current operating system __before__ installing any package to it//**:
~ - http://distro.ibiblio.org/quirky/
~ - http://distro.ibiblio.org/puppylinux/
~ - http://www.smokey01.com/devs/
~ - http://182.164.208.211/puppy/opt/
~ - http://shino.pos.to/linux/downloads.html
~ - http://shino.pos.to/linux/puppy/
~ - http://ppm.scottjarvis.com
~ - http://www.murga-linux.com/puppy/index.php?f=63
~ - [[PuppySites more]]


Revision [27585]

Edited on 2013-05-29 05:39:12 by coolpup [add links]
Deletions:
~ - //a// - packaged from Arch distribution binaries


Revision [27584]

Edited on 2013-05-29 05:37:42 by coolpup [add links]
Additions:
~~-//up// - compiled & packaged for i686 processors, within 32-bit [[upup]] a [[Woof]]-built Puppy using Ubuntu packages, e.g. PuppyPrecise
~~-//sp// - compiled & packaged within 32-bit [[spup]], a [[Woof]]-built Puppy using Slackware packages, e.g. [[Slacko]]
Deletions:
~~-//up// - compiled & packaged for i686 processors, within 32-bit [[upup Ubuntu Puppy]] a [[Woof]]-built Puppy using Ubuntu packages, e.g. PuppyPrecise
~~-//sp// - compiled within 32-bit [[spup]], a [[Woof]]-built Puppy using Slackware packages, e.g. [[Slacko]]


Revision [27583]

Edited on 2013-05-29 05:35:33 by coolpup [add links]
Additions:
~~-//up// - compiled & packaged for i686 processors, within 32-bit [[upup Ubuntu Puppy]] a [[Woof]]-built Puppy using Ubuntu packages, e.g. PuppyPrecise
~~-//sp// - compiled within 32-bit [[spup]], a [[Woof]]-built Puppy using Slackware packages, e.g. [[Slacko]]
~~-//fd64// - compiled & packaged for i686 processors, within 64-bit [[Fatdog64]]
~ - //d// - packaged from 32-bit Debian distribution binaries
Deletions:
~ - //up// - compiled for i686 processors, within 32-bit [[upup Ubuntu Puppy]], e.g. PuppyPrecise
~ - //d// - packaged from 32-bit Debian distribution i486 binaries
~~-//fd64// - compiled within, and/or packaged for, 64-bit [[Fatdog64]]
~ - //sp// - compiled within a [[Woof]]-built Puppy with Slackware packages, e.g. [[Slacko]]


Revision [27582]

Edited on 2013-05-29 05:27:55 by coolpup [add links]
Additions:
====**Software Packages**====
~-system [[backup]]: **//always have multiple copies of your current operating system __before__ installing any package to it//**
~ - //up// - compiled for i686 processors, within 32-bit [[upup Ubuntu Puppy]], e.g. PuppyPrecise
~ - //d// - packaged from 32-bit Debian distribution i486 binaries
~~-//fd64// - compiled within, and/or packaged for, 64-bit [[Fatdog64]]
~-sometimes installing PET and TXZ packages to frugal Puppy installations requires the amount of free space //inside the personal storage file// to be at least 3 times the size of the package
Deletions:
====Software Packages====
~-system backup: **//always have multiple copies of your current operating system __before__ installing any package to it//**
~~-//fd64// - compiled within, and/or packaged for, [[Fatdog64]]
~ - //d// - packaged from 32-bit Debian distribution binaries
~ - //f// - packaged from Fedora distribution binaries
~ - //up// - compiled within a [[Woof]]-built Puppy with Ubuntu packages, e.g. PuppyPrecise
~-sometimes installing PET and TXZ packages to frugal Puppy installations requires the amount of free space //inside the personal storage file// to be at least 3 times the size of the package.


Revision [27415]

Edited on 2013-05-14 12:54:37 by coolpup [add links]
Additions:
~-[[SoftwareDisclaimer software disclaimer]]: **absolutely no warranty given or implied, so use any software package entirely at your own risk**
Deletions:
[[SoftwareDisclaimer software disclaimer]]: **absolutely no warranty given or implied, so use any software package entirely at your own risk**


Revision [27414]

Edited on 2013-05-14 12:53:49 by coolpup [add links]
Additions:
~-system backup: **//always have multiple copies of your current operating system __before__ installing any package to it//**
Deletions:
~-**//always have multiple copies of your current operating system __before__ installing any package to it//**


Revision [27413]

Edited on 2013-05-14 12:49:40 by coolpup [add links]
Deletions:
~[[SoftwareDisclaimer Software disclaimer]]
~[[SFS]]
~[[PET]]


Revision [27412]

Edited on 2013-05-14 12:48:00 by coolpup [add links]
Additions:
[[SoftwareDisclaimer software disclaimer]]: **absolutely no warranty given or implied, so use any software package entirely at your own risk**
~-**//always have multiple copies of your current operating system __before__ installing any package to it//**
Deletions:
~[[SoftwareDisclaimer software disclaimer]]: **absolutely no warranty given or implied, so use any software package entirely at your own risk**
~-**//always have multiple copies of the current operating system __before__ installing any package to it//**


Revision [27411]

Edited on 2013-05-14 12:46:51 by coolpup [add links]
Additions:
~[[SoftwareDisclaimer software disclaimer]]: **absolutely no warranty given or implied, so use any software package entirely at your own risk**
Deletions:
~[[SoftwareDisclaimer software disclaimer]]: **absolutely no warranty given or implied, so use any software package entirely at your own risk


Revision [27410]

Edited on 2013-05-14 12:46:16 by coolpup [add links]
Additions:
~[[SoftwareDisclaimer software disclaimer]]: **absolutely no warranty given or implied, so use any software package entirely at your own risk
~-**//always have multiple copies of the current operating system __before__ installing any package to it//**
Deletions:
~[[SoftwareDisclaimer Software disclaimer]]: **absolutely no warranty given or implied, so use any software package entirely at your own risk and //always have multiple copies of the current operating system __before__ installing any package to it//**


Revision [27409]

Edited on 2013-05-14 11:02:31 by coolpup [add links]
Additions:
{{include tonguesSoftware}}[[HomePage]] > [[SoftwareIndex Software Index]]
~-un-official software packages are available from repositories such as: [[http://www.smokey01.com/coolpup smokey01.com]] | [[http://murga-linux.com/puppy/index.php?f=63 murga-linux.com]]
~~-**//.sfs//** (intended for frugal or LiveDVD installations)
Deletions:
{{include tonguesSoftware}}
[[HomePage]] > [[SoftwareIndex Software Index]]
~~-**//.sfs//** (intended for full, frugal or LiveDVD installations)
~~-//d64// - packaged from 64-bit Debian distribution binaries


Revision [27289]

Edited on 2013-04-23 07:14:57 by coolpup [add links]
Additions:
~~-**//.pet//** (intended for full and [[installationfrugal frugal installations]]; supersedes //.pup// which is now obsolete)
Deletions:
~~-**//.pet//** (intended for full and frugal Puppy installations; supersedes //.pup// which is now obsolete)


Revision [27288]

Edited on 2013-04-23 07:13:40 by coolpup [add links]
Additions:
~-software package names that contain a suffix denote the environment in which the package was [[compiling compiled (built)]]. This provides some indication of whether or not a certain package is compatible with one's operating system, but __one will not know of compatibility for sure unless the package is actually installed__:
Deletions:
~software package names that contain a suffix denote the environment in which the package was [[compiling compiled (built)]]. This provides some indication of whether or not a certain package is compatible with one's operating system, but __one will not know of compatibility for sure unless the package is actually installed__:


Revision [27287]

Edited on 2013-04-23 07:12:12 by coolpup [add links]
Additions:
~~-**//.pet//** (intended for full and frugal Puppy installations; supersedes //.pup// which is now obsolete)
~software package names that contain a suffix denote the environment in which the package was [[compiling compiled (built)]]. This provides some indication of whether or not a certain package is compatible with one's operating system, but __one will not know of compatibility for sure unless the package is actually installed__:
Deletions:
~~-**//.pet//** (intended for full and frugal Puppy installations)
~-other software package types:
~~-//.pup// software package type is obsolete and superseded by //.pet//
~Software package names that contain a suffix denote the environment in which the package was [[compiling compiled (built)]]. This provides some indication of whether or not a certain package is compatible with one's operating system, but __one will not know of compatibility for sure unless the package is actually installed__:
~[[TXZ]]


Revision [27286]

Edited on 2013-04-23 07:06:51 by coolpup [add links]
Additions:
~ - //d// - packaged from 32-bit Debian distribution binaries
Deletions:
~ - //d// - packaged from Debian distribution binaries


Revision [27285]

Edited on 2013-04-23 07:05:53 by coolpup [add links]
Additions:
~~-//fd64// - compiled within, and/or packaged for, [[Fatdog64]]
~~-//d64// - packaged from 64-bit Debian distribution binaries
Deletions:
~-//fd64// - compiled within, and/or packaged for, [[Fatdog64]]
~-//d64// - packaged from 64-bit Debian distribution binaries


Revision [27284]

Edited on 2013-04-23 07:05:07 by coolpup [add links]
Additions:
~-ensure that recent versions of the following packages are installed: ##+[[bzip2]],+[[e2fsprogs]],+[[grep]],+[[tar]],+[[wget]],+[[xz]]##
~-//fd64// - compiled within, and/or packaged for, [[Fatdog64]]
~-//d64// - packaged from 64-bit Debian distribution binaries
Deletions:
~-ensure that recent versions of the following packages are installed: +[[bzip2]],+[[curl]],+[[dosfstools]],+[[e2fsprogs]],+[[grep]],+[[ntfs3g]],+[[tar]],+[[wget]],+[[xz]]


Revision [26168]

Edited on 2013-02-20 04:58:28 by darkcity [Removed link from subtitle, add links]
Additions:
{{include tonguesSoftware}}
~[[SoftwareDisclaimer Software disclaimer]]: **absolutely no warranty given or implied, so use any software package entirely at your own risk and //always have multiple copies of the current operating system __before__ installing any package to it//**
~~-**//.pet//** (intended for full and frugal Puppy installations)
~~-**//.sfs//** (intended for full, frugal or LiveDVD installations)
==Installing TXZ software packages==
~-acquire (download) the relevant [[TXZ]] software package file, e.g. [[qt]], [[wine]]
==Installing PET software packages==
==Installing SFS software packages==
~-download and place the [[squashfs SFS]] software package at **///mnt/home//** (e.g. [[JavaRuntimeEnvironment jre]], [[libreoffice]], then
~[[JWMMenuCategory How to add and remove 'Puppy menu' items]]
~[[SoftwareDisclaimer Software disclaimer]]
~[[SFS]]
~[[PET]]
~[[TXZ]]
CategoryComponent
Deletions:
[[SoftwareDisclaimer Software disclaimer]]: **absolutely no warranty given or implied, so use any software package entirely at your own risk and //always have multiple copies of the current operating system __before__ installing any package to it//**
~~-**//.pet//** (intended for all full and frugal Puppy installations)
~~-**//.sfs//** (intended for frugal or LiveDVD installations)
==**Installing TXZ software packages**==
~-acquire (download) the relevant TXZ software package file, e.g. [[qt]], [[wine]]
==**Installing PET software packages**==
==**Installing [[squashfs SFS]] software packages**==
~-download and place the software package at **///mnt/home//** (e.g. [[JavaRuntimeEnvironment jre]], [[libreoffice]], then


Revision [26144]

Edited on 2013-02-19 09:07:45 by coolpup [Removed link from subtitle, add links]
Additions:
~-then, after downloading has finished, single-left-click on it
~-then, choose one of the following options:
Deletions:
~-then, after downloading has finished, single-left-click on it which will offer two options:


Revision [26143]

Edited on 2013-02-19 09:04:30 by coolpup [Removed link from subtitle, add links]
Additions:
~~-**//.txz//** (intended for full and frugal installations)
Deletions:
~~-**//.tar.xz//** or **//.txz//** (intended for full and frugal installations)


Revision [26142]

Edited on 2013-02-19 09:03:49 by coolpup [Removed link from subtitle, add links]
Deletions:
~~-http://distro.ibiblio.org/quirky/pet_packages-wary5/


Revision [26141]

Edited on 2013-02-19 09:01:43 by coolpup [Removed link from subtitle, add links]
Additions:
~-acquire (download) the relevant TXZ software package file, e.g. [[qt]], [[wine]]
~-then, after downloading has finished, single-left-click on it which will offer two options:
~-acquire (download) the relevant [[pets PET]] software package file
~-then, after downloading has finished, single-left-click on it, e.g. [[ffmpeg]], [[pidgin]]
Deletions:
~-download the file
~-clicking on the file will offer two options:
~-acquire (download) the relevant [[pets PET]] software package
~-then, after downloading has finished, single-left-click on it, e.g. [[ffmpeg]], [[pidgin]], [[qt]], [[wine]]


Revision [26140]

Edited on 2013-02-19 08:58:22 by coolpup [Removed link from subtitle, add links]
Additions:
~~-**//.tar.xz//** or **//.txz//** (intended for full and frugal installations)
Deletions:
~~-**//.tar.xz//** or **//.txz//** (intended for all full and frugal Puppy installations)


Revision [26139]

Edited on 2013-02-19 08:57:36 by coolpup [Removed link from subtitle, add links]
Additions:
~-there are three main software package types, identified by their file extension:
~~-//.pup// software package type is obsolete and superseded by //.pet//
Deletions:
~-there are two main software package types, identified by their file extension:
~~-//.pup// (obsolete; superseded by //.pet//)


Revision [26138]

Edited on 2013-02-19 08:54:55 by coolpup [Removed link from subtitle, add links]
Additions:
~-download the file
~-clicking on the file will offer two options:
~~-install into the existing filesystem
~~-extract and place the software package directory anywhere (and outside any personal save file)
~ - //a// - packaged from Arch distribution binaries
~ - //f// - packaged from Fedora distribution binaries
Deletions:
~-download the file, extract the contents, and place the software package directory anywhere (and outside any personal save file).


Revision [25105]

Edited on 2012-11-18 05:59:35 by coolpup [Removed link from subtitle, add links]
Additions:
~-then, after downloading has finished, single-left-click on it, e.g. [[ffmpeg]], [[pidgin]], [[qt]], [[wine]]
~-download and place the software package at **///mnt/home//** (e.g. [[JavaRuntimeEnvironment jre]], [[libreoffice]], then
Deletions:
~-then, after downloading has finished, single-left-click on it, e.g. [[pidgin]], [[wine]], [[ffmpeg]]
~-download and place the software package at **///mnt/home//** (e.g. [[JavaRuntimeEnvironment jre]], [[libreoffice]], [[qt]]), then


Revision [24963]

Edited on 2012-11-07 06:59:38 by coolpup [Removed link from subtitle, add links]
Additions:
~-download and place the software package at **///mnt/home//** (e.g. [[JavaRuntimeEnvironment jre]], [[libreoffice]], [[qt]]), then
Deletions:
~-download and place the software package at **///mnt/home//** (e.g. [[JavaRuntimeEnvironment jre]], [[libreoffice]], [[qt]], [[wine]]), then


Revision [24962]

Edited on 2012-11-07 06:57:22 by coolpup [Removed link from subtitle, add links]
Additions:
~-download the file, extract the contents, and place the software package directory anywhere (and outside any personal save file).
Deletions:
~Download the file, extract the contents, and place the software package directory anywhere (and outside any personal save file).


Revision [24961]

Edited on 2012-11-07 06:55:37 by coolpup [Removed link from subtitle, add links]
Additions:
~~-using the start menu: //Menu > Setup > Puppy Package Manager//
~~-using the command-line interface:%%ppm%%
~~-**//.pet//** (intended for all full and frugal Puppy installations)
~~-**//.sfs//** (intended for frugal or LiveDVD installations)
~~-**//.tar.xz//** or **//.txz//** (intended for all full and frugal Puppy installations)
~~-//.pup// (obsolete; superseded by //.pet//)
~-ensure that recent versions of the following packages are installed: +[[bzip2]],+[[curl]],+[[dosfstools]],+[[e2fsprogs]],+[[grep]],+[[ntfs3g]],+[[tar]],+[[wget]],+[[xz]]
Deletions:
- using the start menu: //Menu > Setup > Puppy Package Manager//
- using the command-line interface:%%ppm%%
- **//.pet//** (intended for all full and frugal Puppy installations)
- **//.sfs//** (intended for frugal or LiveDVD installations)
- **//.tar.xz//** or **//.txz//** (intended for all full and frugal Puppy installations)
- //.pup// (obsolete; superseded by //.pet//)
~-Ensure that recent versions of the following packages are installed: +[[bzip2]],+[[curl]],+[[dosfstools]],+[[e2fsprogs]],+[[grep]],+[[ntfs3g]],+[[tar]],+[[wget]],+[[xz]]


Revision [24960]

Edited on 2012-11-07 06:53:15 by coolpup [Removed link from subtitle, add links]
Additions:
~-official software packages are available via the [[ppm Puppy Package Manager]]:
~-there are two main software package types, identified by their file extension:
~-other software package types:
~-Ensure that recent versions of the following packages are installed: +[[bzip2]],+[[curl]],+[[dosfstools]],+[[e2fsprogs]],+[[grep]],+[[ntfs3g]],+[[tar]],+[[wget]],+[[xz]]
~-since the installation of any software package involves occupying partition space, the //installation will fail// if there is not sufficient, free space on the target installation partition
~-sometimes installing PET and TXZ packages to frugal Puppy installations requires the amount of free space //inside the personal storage file// to be at least 3 times the size of the package.
~-one needs to know to which location a software package has been downloaded to
~-if a Web browser is used for downloading, then it would need to be manually configured to the user's preference
~-acquire (download) the relevant [[pets PET]] software package
~-then, after downloading has finished, single-left-click on it, e.g. [[pidgin]], [[wine]], [[ffmpeg]]
~-to reverse the process, i.e. to un-install PET software packages, go to the [[uninstalling un-installing]] page.
~-the software installation is only //retained// (or permanent) when it is installed //after// the creation of a personal storage save file. The software may be installed before the existence of a save file but the installation will be lost when shutting down or re-booting. A save file is created during the procedure of re-booting or shutting down for the very first time following a new, frugal Puppy installation.
~-requires sufficient free space inside an already existing save file (the save file may need to be re-sized larger)
~-after downloading a PET software package, single-left-click on it for automatic installation
~-no personal storage save files are involved
~-download a PET software package; then single-left-click on it for automatic installation.
==**Installing [[squashfs SFS]] software packages**==
~-download and place the software package at **///mnt/home//** (e.g. [[JavaRuntimeEnvironment jre]], [[libreoffice]], [[qt]], [[wine]]), then
~~-either (A) follow the instructions at (requires re-booting): //Menu > System > ""BootManager""//
~~-or, (B) follow the instructions at (does not require re-booting): //Menu > Setup > [[SFSLoad SFS-Load]]//
Deletions:
Official software packages are available via the [[ppm Puppy Package Manager]]:
There are two main software package types, identified by their file extension:
Other software package types:
~Ensure that recent versions of the following packages are installed: +[[bzip2]],+[[curl]],+[[dosfstools]],+[[e2fsprogs]],+[[grep]],+[[ntfs3g]],+[[tar]],+[[wget]],+[[xz]]
~Since the installation of any software package involves occupying partition space, the //installation will fail// if there is not sufficient, free space on the target installation partition. Sometimes installing PET and TXZ packages to frugal Puppy installations requires the amount of free space //inside the personal storage file// to be at least 3 times the size of the package.
~One needs to know to which location a software package has been downloaded to. If a Web browser is used for downloading, then it would need to be manually configured to the user's preference.
~Acquire (download) the relevant [[pets PET]] software package then, after downloading has finished, single-left-click on it, e.g. [[pidgin]], [[wine]]
~To reverse the process, i.e. to un-install PET software packages, go to the [[uninstalling un-installing]] page.
~ - the software installation is only //retained// (or permanent) when it is installed //after// the creation of a personal storage save file. The software may be installed before the existence of a save file but the installation will be lost when shutting down or re-booting. A save file is created during the procedure of re-booting or shutting down for the very first time following a new, frugal Puppy installation.
~ - requires sufficient free space inside an already existing save file (the save file may need to be re-sized larger)
~ - after downloading a PET software package, single-left-click on it for automatic installation
~No personal storage save files are involved. Download a PET software package; then single-left-click on it for automatic installation.
==**Installing SFS software packages**==
- download and place the software package at **///mnt/home//** (e.g. [[JavaRuntimeEnvironment jre]], [[libreoffice]], [[qt]], [[wine]])
- then, either (A) follow the instructions at (requires re-booting): //Menu > System > ""BootManager""//
- or, (B) follow the instructions at (does not require re-booting): //Menu > Setup > [[SFSLoad SFS-Load]]//
- for more information and how to install on full installation, see [[SquashFS]]


Revision [24778]

Edited on 2012-10-26 07:20:26 by coolpup [Removed link from subtitle, add links]
Additions:
~ - [[PuppySites more]]
Deletions:
~-[[PuppySites more]]


Revision [24777]

Edited on 2012-10-26 07:19:29 by coolpup [Removed link from subtitle, add links]
Additions:
[[SoftwareDisclaimer Software disclaimer]]: **absolutely no warranty given or implied, so use any software package entirely at your own risk and //always have multiple copies of the current operating system __before__ installing any package to it//**
~-[[PuppySites more]]
Deletions:
~[[SoftwareDisclaimer Software disclaimer]]: **absolutely no warranty given or implied, so use any software package entirely at your own risk and //always have multiple copies of the current operating system __before__ installing any package to it//**
~[[PuppySites more]]


Revision [24776]

Edited on 2012-10-26 07:18:38 by coolpup [Removed link from subtitle, add links]
Additions:
~~-http://distro.ibiblio.org/quirky/pet_packages-wary5/
~[[PuppySites more]]
Deletions:
~ For example, http://distro.ibiblio.org/quirky/pet_packages-wary5/
~ More at PuppySites.


Revision [24775]

Edited on 2012-10-26 07:16:22 by coolpup [Removed link from subtitle, add links]
Additions:
~[[SoftwareDisclaimer Software disclaimer]]: **absolutely no warranty given or implied, so use any software package entirely at your own risk and //always have multiple copies of the current operating system __before__ installing any package to it//**
---
~[[SoftwareDisclaimer Software disclaimer]]: **absolutely no warranty given or implied, so use any software package entirely at your own risk and //always have multiple copies of the current operating system __before__ installing any package to it//**:
---
Deletions:
~[[SoftwareDisclaimer Software disclaimer]]: **absolutely no warranty given or implied, so use any software package entirely at your own risk and //always have multiple copies of the current operating system __before__ installing any package onto it//**:


Revision [23695]

Edited on 2012-09-04 05:52:20 by coolpup [Removed link from subtitle, add links]
Additions:
~ - //up// - compiled within a [[Woof]]-built Puppy with Ubuntu packages, e.g. PuppyPrecise
~ - //sp// - compiled within a [[Woof]]-built Puppy with Slackware packages, e.g. [[Slacko]]
Deletions:
~ - //upup// - compiled within a [[Woof]]-built Puppy with Ubuntu packages, e.g. PuppyPrecise
~ - //spup// - compiled within a [[Woof]]-built Puppy with Slackware packages, e.g. [[Slacko]]


Revision [23692]

Edited on 2012-09-04 05:37:02 by coolpup [Removed link from subtitle, add links]
Additions:
~ - //upup// - compiled within a [[Woof]]-built Puppy with Ubuntu packages, e.g. PuppyPrecise
~ - //spup// - compiled within a [[Woof]]-built Puppy with Slackware packages, e.g. [[Slacko]]
Deletions:
~ - //up// - compiled within a [[Woof]]-built Puppy with Ubuntu packages, e.g. PuppyPrecise


Revision [23691]

Edited on 2012-09-04 05:35:47 by coolpup [Removed link from subtitle, add links]
Additions:
~ - //up// - compiled within a [[Woof]]-built Puppy with Ubuntu packages, e.g. PuppyPrecise
Deletions:
~ - //up// - compiled within PuppyPrecise


Revision [23683]

Edited on 2012-09-04 05:20:57 by coolpup [Removed link from subtitle, add links]

No Differences

Revision [23682]

Edited on 2012-09-04 05:20:31 by coolpup [Removed link from subtitle, add links]
Additions:
~ - //up// - compiled within PuppyPrecise
Deletions:
~ - //pp// - compiled within PuppyPrecise


Revision [22910]

Edited on 2012-08-02 10:56:38 by coolpup [Removed link from subtitle, add links]
Additions:
~[[SoftwareDisclaimer Software disclaimer]]: **absolutely no warranty given or implied, so use any software package entirely at your own risk and //always have multiple copies of the current operating system __before__ installing any package onto it//**:
Deletions:
~[[SoftwareDisclaimer Software disclaimer: **absolutely no warranty given or implied, so use any software package entirely at your own risk and //always have multiple copies of the current operating system __before__ installing any package onto it//**:


Revision [22909]

Edited on 2012-08-02 10:55:26 by coolpup [Removed link from subtitle, add links]
Additions:
- download and place the software package at **///mnt/home//** (e.g. [[JavaRuntimeEnvironment jre]], [[libreoffice]], [[qt]], [[wine]])
Deletions:
- download and place the software package at **///mnt/home//** (e.g. [[JavaRuntimeEnvironment jre]])


Revision [22908]

Edited on 2012-08-02 10:51:30 by coolpup [Removed link from subtitle, add links]
Additions:
- **//.sfs//** (intended for frugal or LiveDVD installations)
Deletions:
- **//.sfs//** (originally intended for frugal or LiveDVD installations)


Revision [22907]

Edited on 2012-08-02 10:50:52 by coolpup [Removed link from subtitle, add links]
Additions:
~Download the file, extract the contents, and place the software package directory anywhere (and outside any personal save file).
- download and place the software package at **///mnt/home//** (e.g. [[JavaRuntimeEnvironment jre]])
Deletions:
~Download and install the software package file anywhere, and outside any personal save file.
- download and place the software package file at **///mnt/home//** (e.g. [[JavaRuntimeEnvironment jre]])


Revision [22906]

Edited on 2012-08-02 10:47:57 by coolpup [Removed link from subtitle, add links]
Additions:
~Ensure that recent versions of the following packages are installed: +[[bzip2]],+[[curl]],+[[dosfstools]],+[[e2fsprogs]],+[[grep]],+[[ntfs3g]],+[[tar]],+[[wget]],+[[xz]]
~Download and install the software package file anywhere, and outside any personal save file.
Deletions:
~Ensure that the latest available versions of the following packages are installed: [[bzip2]], [[curl]], [[dosfstools]], [[e2fsprogs]], [[grep]], [[ntfs3g]], [[tar]], [[wget]], [[xz]]
~Download and install the software package file anywhere, and outside any personal save file, e.g. [[libreoffice]], [[opera]], [[seamonkey]], [[thunderbird]]


Revision [22905]

Edited on 2012-08-02 10:44:53 by coolpup [Removed link from subtitle, add links]
Additions:
~[[compiling How to build (compile) a software package from source code]]
Deletions:
~[[compiling How to build (compile) a software package from the source code and install it]]
~[[SquashFS SFS]]


Revision [22904]

Edited on 2012-08-02 10:43:01 by coolpup [Removed link from subtitle, add links]
Additions:
~[[SoftwareDisclaimer Software disclaimer: **absolutely no warranty given or implied, so use any software package entirely at your own risk and //always have multiple copies of the current operating system __before__ installing any package onto it//**:
~Software package names that contain a suffix denote the environment in which the package was [[compiling compiled (built)]]. This provides some indication of whether or not a certain package is compatible with one's operating system, but __one will not know of compatibility for sure unless the package is actually installed__:
Deletions:
~Software disclaimer: **absolutely no warranty given or implied, so use any software package entirely at your own risk and //always have a back up of the current system __before__ installing any package//**.
~Software package names that contain a suffix denote the environment in which the package was [[compiling compiled (built)]]. This provides some indication of whether or not a certain package is compatible with one's operating system, but __one will not know of compatibility for sure unless the package is actually installed__.
~[[SoftwareDisclaimer]]


Revision [22903]

Edited on 2012-08-02 10:39:32 by coolpup [Removed link from subtitle, add links]
Additions:
~Software disclaimer: **absolutely no warranty given or implied, so use any software package entirely at your own risk and //always have a back up of the current system __before__ installing any package//**.
~Software package names that contain a suffix denote the environment in which the package was [[compiling compiled (built)]]. This provides some indication of whether or not a certain package is compatible with one's operating system, but __one will not know of compatibility for sure unless the package is actually installed__.
~ - //r// - compiled within [[Racy]]
Deletions:
~Software disclaimer: absolutely no warranty given or implied, so use any software package entirely at your own risk
~Software package names that contain a suffix denote the environment in which the package was [[compiling compiled (built)]]. This provides some indication of whether or not a certain package is compatible with one's operating system. One will not know of compatibility for sure unless the installation is actually attempted, so //always have a back up of the current system before installing any package//.


Revision [22702]

Edited on 2012-07-23 15:02:12 by darkcity [sfs on full installation]
Additions:
- for more information and how to install on full installation, see [[SquashFS]]
Deletions:
- for more information and how to install on full installation, see [[SquashSFS]]


Revision [22701]

Edited on 2012-07-23 15:01:45 by darkcity [sfs on full installation]
Additions:
~Acquire (download) the relevant [[pets PET]] software package then, after downloading has finished, single-left-click on it, e.g. [[pidgin]], [[wine]]
Deletions:
~Acquire (download) the relevant [[PET pets]] software package then, after downloading has finished, single-left-click on it, e.g. [[pidgin]], [[wine]]


Revision [22700]

Edited on 2012-07-23 15:01:06 by darkcity [sfs on full installation]
Additions:
- **//.sfs//** (originally intended for frugal or LiveDVD installations)
~Acquire (download) the relevant [[PET pets]] software package then, after downloading has finished, single-left-click on it, e.g. [[pidgin]], [[wine]]
- for more information and how to install on full installation, see [[SquashSFS]]
==Also on the wiki==
~[[SquashFS SFS]]
Deletions:
- **//.sfs//** (intended for all frugal or LiveDVD installations)
~Acquire (download) the relevant PET software package then, after downloading has finished, single-left-click on it, e.g. [[pidgin]], [[wine]]
==Also see==


Revision [22680]

Edited on 2012-07-23 02:01:56 by coolpup [sfs on full installation]
Additions:
==**Installing PET software packages**==
Deletions:
====Software installation====
==Installing PET software packages==


Revision [22679]

Edited on 2012-07-23 01:57:21 by coolpup [sfs on full installation]
Additions:
~ - http://182.164.208.211/puppy/opt/


Revision [22678]

Edited on 2012-07-23 01:55:11 by coolpup [sfs on full installation]
Additions:
~ More at PuppySites.
Deletions:
~Others:
~ - more on PuppySites page.


Revision [22677]

Edited on 2012-07-23 01:51:34 by coolpup [sfs on full installation]
Additions:
~ For example, http://distro.ibiblio.org/quirky/pet_packages-wary5/
~Others:


Revision [22627]

Edited on 2012-07-22 07:50:41 by darkcity [title]
Additions:
====Software Packages====


Revision [22576]

Edited on 2012-07-21 06:10:39 by coolpup [title]
Additions:
~ - //pp// - compiled within PuppyPrecise


Revision [22150]

Edited on 2012-07-10 15:32:09 by coolpup [title]
Additions:
- using the start menu: //Menu > Setup > Puppy Package Manager//
- using the command-line interface:%%ppm%%
- **//.pet//** (intended for all full and frugal Puppy installations)
- **//.sfs//** (intended for all frugal or LiveDVD installations)
- **//.tar.xz//** or **//.txz//** (intended for all full and frugal Puppy installations)
- //.pup// (obsolete; superseded by //.pet//)
Deletions:
~ - using the start menu: //Menu > Setup > Puppy Package Manager//
~ - using the command-line interface:%%ppm%%
~ - **//.pet//** (intended for all full and frugal Puppy installations)
~ - **//.sfs//** (intended for all frugal or LiveDVD installations)
~ - **//.tar.xz//** or **//.txz//** (intended for all full and frugal Puppy installations)
~ - //.pup// (obsolete; superseded by //.pet//)


Revision [22149]

Edited on 2012-07-10 15:30:46 by coolpup [title]
Additions:
Official software packages are available via the [[ppm Puppy Package Manager]]:
There are two main software package types, identified by their file extension:
Other software package types:
Deletions:
====About Software in Puppy====
~Official software packages are available via the [[ppm Puppy Package Manager]]:
~There are two main software package types, identified by their file extension:
~Other software package types:


Revision [21578]

Edited on 2012-05-21 06:10:52 by darkcity [format and link]
Additions:
~Acquire (download) the relevant PET software package then, after downloading has finished, single-left-click on it, e.g. [[pidgin]], [[wine]]
~To reverse the process, i.e. to un-install PET software packages, go to the [[uninstalling un-installing]] page.
~__Installing ''PET'' packages within frugal Puppy installations__
~ - the software installation is only //retained// (or permanent) when it is installed //after// the creation of a personal storage save file. The software may be installed before the existence of a save file but the installation will be lost when shutting down or re-booting. A save file is created during the procedure of re-booting or shutting down for the very first time following a new, frugal Puppy installation.
~ - requires sufficient free space inside an already existing save file (the save file may need to be re-sized larger)
~ - after downloading a PET software package, single-left-click on it for automatic installation
~__Installing ''PET'' packages within full Puppy installations__
~No personal storage save files are involved. Download a PET software package; then single-left-click on it for automatic installation.
- or, (B) follow the instructions at (does not require re-booting): //Menu > Setup > [[SFSLoad SFS-Load]]//
Deletions:
Acquire (download) the relevant PET software package then, after downloading has finished, single-left-click on it, e.g. [[pidgin]], [[wine]]
To reverse the process, i.e. to un-install PET software packages, go to the [[uninstalling un-installing]] page.
__Installing ''PET'' packages within frugal Puppy installations__
- the software installation is only //retained// (or permanent) when it is installed //after// the creation of a personal storage save file. The software may be installed before the existence of a save file but the installation will be lost when shutting down or re-booting. A save file is created during the procedure of re-booting or shutting down for the very first time following a new, frugal Puppy installation.
- requires sufficient free space inside an already existing save file (the save file may need to be re-sized larger)
- after downloading a PET software package, single-left-click on it for automatic installation
__Installing ''PET'' packages within full Puppy installations__
No personal storage save files are involved. Download a PET software package; then single-left-click on it for automatic installation.
- or, (B) follow the instructions at (does not require re-booting): //Menu > Setup > [[http://www.murga-linux.com/puppy/viewtopic.php?t=64354 SFS-Load]]//


Revision [21577]

Edited on 2012-05-21 06:09:19 by darkcity [format and link]
Additions:
~Official software packages are available via the [[ppm Puppy Package Manager]]:
~ - using the start menu: //Menu > Setup > Puppy Package Manager//
~ - using the command-line interface:%%ppm%%
~There are two main software package types, identified by their file extension:
~ - **//.pet//** (intended for all full and frugal Puppy installations)
~ - **//.sfs//** (intended for all frugal or LiveDVD installations)
~Other software package types:
~ - **//.tar.xz//** or **//.txz//** (intended for all full and frugal Puppy installations)
~ - //.pup// (obsolete; superseded by //.pet//)
====Software installation====
~Ensure that the latest available versions of the following packages are installed: [[bzip2]], [[curl]], [[dosfstools]], [[e2fsprogs]], [[grep]], [[ntfs3g]], [[tar]], [[wget]], [[xz]]
~Since the installation of any software package involves occupying partition space, the //installation will fail// if there is not sufficient, free space on the target installation partition. Sometimes installing PET and TXZ packages to frugal Puppy installations requires the amount of free space //inside the personal storage file// to be at least 3 times the size of the package.
~One needs to know to which location a software package has been downloaded to. If a Web browser is used for downloading, then it would need to be manually configured to the user's preference.
==Installing PET software packages==
==**Installing TXZ software packages**==
~Download and install the software package file anywhere, and outside any personal save file, e.g. [[libreoffice]], [[opera]], [[seamonkey]], [[thunderbird]]
==**Installing SFS software packages**==
==Software Repositories==
~Software disclaimer: absolutely no warranty given or implied, so use any software package entirely at your own risk
~ - http://distro.ibiblio.org/puppylinux/
~ - http://distro.ibiblio.org/quirky/
~ - http://www.smokey01.com/devs/
~ - http://shino.pos.to/linux/downloads.html
~ - http://shino.pos.to/linux/puppy/
~ - http://ppm.scottjarvis.com
~ - http://www.murga-linux.com/puppy/index.php?f=63
~ - more on PuppySites page.
~Software package names that contain a suffix denote the environment in which the package was [[compiling compiled (built)]]. This provides some indication of whether or not a certain package is compatible with one's operating system. One will not know of compatibility for sure unless the installation is actually attempted, so //always have a back up of the current system before installing any package//.
~ - //w// (//w5//) - compiled within [[Wary]]
~ - //q// (//q1//) - compiled within [[Quirky]]
~ - //p4// - compiled within Puppy 4
~ - //d// - packaged from Debian distribution binaries
~ - //s// - packaged from Slackware distribution binaries
~ - //u// - packaged from Ubuntu distribution binaries
~ - no suffix - packaged from software maintainer binaries
~[[compiling How to build (compile) a software package from the source code and install it]]
~[[SoftwarePackageCreation How to create a software package for Puppy]]
~[[DesktopIcons How to create desktop icons]]
~[[SoftwareDisclaimer]]
Deletions:
Official software packages are available via the [[ppm Puppy Package Manager]]:
- using the start menu: //Menu > Setup > Puppy Package Manager//
- using the command-line interface:%%ppm%%
There are two main software package types, identified by their file extension:
- **//.pet//** (intended for all full and frugal Puppy installations)
- **//.sfs//** (intended for all frugal or LiveDVD installations)
Other software package types:
- **//.tar.xz//** or **//.txz//** (intended for all full and frugal Puppy installations)
- //.pup// (obsolete; superseded by //.pet//)
===Software installation===
Ensure that the latest available versions of the following packages are installed: [[bzip2]], [[curl]], [[dosfstools]], [[e2fsprogs]], [[grep]], [[ntfs3g]], [[tar]], [[wget]], [[xz]]
Since the installation of any software package involves occupying partition space, the //installation will fail// if there is not sufficient, free space on the target installation partition. Sometimes installing PET and TXZ packages to frugal Puppy installations requires the amount of free space //inside the personal storage file// to be at least 3 times the size of the package.
One needs to know to which location a software package has been downloaded to. If a Web browser is used for downloading, then it would need to be manually configured to the user's preference.
===**Installing PET software packages**===
===**Installing TXZ software packages**===
Download and install the software package file anywhere, and outside any personal save file, e.g. [[libreoffice]], [[opera]], [[seamonkey]], [[thunderbird]]
===**Installing [[http://puppylinux.org/wikka/Squashfs SFS]] software packages**===
==={{color text="Software Repositories" c="green"}}===
Software disclaimer: absolutely no warranty given or implied, so use any software package entirely at your own risk
- http://distro.ibiblio.org/puppylinux/
- http://distro.ibiblio.org/quirky/
- http://www.smokey01.com/devs/
- http://shino.pos.to/linux/downloads.html
- http://shino.pos.to/linux/puppy/
- http://ppm.scottjarvis.com
- http://www.murga-linux.com/puppy/index.php?f=63
Software package names that contain a suffix denote the environment in which the package was [[compiling compiled (built)]]. This provides some indication of whether or not a certain package is compatible with one's operating system. One will not know of compatibility for sure unless the installation is actually attempted, so //always have a back up of the current system before installing any package//.
- //w// (//w5//) - compiled within [[Wary]]
- //q// (//q1//) - compiled within [[Quirky]]
- //p4// - compiled within Puppy 4
- //d// - packaged from Debian distribution binaries
- //s// - packaged from Slackware distribution binaries
- //u// - packaged from Ubuntu distribution binaries
- no suffix - packaged from software maintainer binaries
[[compiling How to build (compile) a software package from the source code and install it]]
[[SoftwarePackageCreation How to create a software package for Puppy]]
[[DesktopIcons How to create desktop icons]]
[[SoftwareDisclaimer]]


Revision [18665]

Edited on 2011-10-08 12:58:35 by darkcity [format and link]
Additions:
====About Software in Puppy====


Revision [18500]

Edited on 2011-10-03 14:37:01 by coolpup [format and link]
Additions:
- no suffix - packaged from software maintainer binaries
Deletions:
- //f// - compiled within [[Fluppy]]
- //lucid// (//l//, //p5//) - compiled within Lucid
- no suffix - packaged from software maintainer binaries


Revision [18267]

Edited on 2011-09-26 14:18:37 by coolpup [format and link]
Additions:
- http://ppm.scottjarvis.com
- http://www.murga-linux.com/puppy/index.php?f=63
Deletions:
- [[http://www.murga-linux.com/puppy/index.php?f=63 Puppy Forum]]
- http://puppeee.com/files/
- http://ppm.scottjarvis.com/
- [[SoftwareIndex Wiki Software Index]]


Revision [17624]

Edited on 2011-08-22 08:48:17 by coolpup [format and link]
Additions:
Official software packages are available via the [[ppm Puppy Package Manager]]:
- using the start menu: //Menu > Setup > Puppy Package Manager//
Deletions:
Official software packages are available via the Puppy Package Manager:
- using the start menu: //Menu > Setup > [[PPM Puppy Package Manager]]//


Revision [17623]

Edited on 2011-08-22 08:47:11 by coolpup [format and link]
Additions:
- using the start menu: //Menu > Setup > [[PPM Puppy Package Manager]]//
- using the command-line interface:%%ppm%%
Deletions:
- Using the start menu: //Menu > Setup > [[PPM Puppy Package Manager]]//
- Using the command-line interface:%%ppm%%


Revision [17622]

Edited on 2011-08-22 08:46:44 by coolpup [format and link]
Additions:
- Using the command-line interface:%%ppm%%
Deletions:
- Using the command-line interace: %%ppm%%


Revision [17621]

Edited on 2011-08-22 08:46:17 by coolpup [format and link]
Additions:
- Using the start menu: //Menu > Setup > [[PPM Puppy Package Manager]]//
- Using the command-line interace: %%ppm%%
Deletions:
- //Menu > Setup > [[PPM Puppy Package Manager]]//


Revision [17620]

Edited on 2011-08-22 06:47:34 by coolpup [format and link]
Additions:
Ensure that the latest available versions of the following packages are installed: [[bzip2]], [[curl]], [[dosfstools]], [[e2fsprogs]], [[grep]], [[ntfs3g]], [[tar]], [[wget]], [[xz]]
Deletions:
Ensure that the latest available versions of the following packages are installed:
[[bzip2]], [[curl]], [[dosfstools]], [[e2fsprogs]], [[grep]], [[ntfs3g]], [[tar]], [[wget]], [[xz]]


Revision [17619]

Edited on 2011-08-22 06:46:14 by coolpup [format and link]
Additions:
- download and place the software package file at **///mnt/home//** (e.g. [[JavaRuntimeEnvironment jre]])
Deletions:
- download and place the software package file at ///mnt/home// (examples: [[JavaRuntimeEnvironment jre]])


Revision [17618]

Edited on 2011-08-22 06:44:33 by coolpup [format and link]
Additions:
==Pre-requisite packages==
==Partition space==
==Download location==
===**Installing PET software packages**===
===**Installing TXZ software packages**===
===**Installing [[http://puppylinux.org/wikka/Squashfs SFS]] software packages**===
Deletions:
Software package download location:
**Installing PET software packages**
**Installing TXZ software packages**
**Installing [[http://puppylinux.org/wikka/Squashfs SFS]] software packages**


Revision [17617]

Edited on 2011-08-22 06:42:08 by coolpup [format and link]
Deletions:
[[http://murga-linux.com/puppy/viewtopic.php?p=489219#489219 How to upgrade the default software]]


Revision [17616]

Edited on 2011-08-22 06:38:32 by coolpup [format and link]
Deletions:
[[QuickPet]]
[[Pets Pet files]]
[[SquashFS SFS files]]


Revision [17615]

Edited on 2011-08-22 06:37:21 by coolpup [format and link]
Additions:
Acquire (download) the relevant PET software package then, after downloading has finished, single-left-click on it, e.g. [[pidgin]], [[wine]]
Deletions:
Acquire (download) the relevant PET software package then single-left-click on it, e.g. [[pidgin]], [[wine]]


Revision [17614]

Edited on 2011-08-22 06:35:52 by coolpup [format and link]
Additions:
Acquire (download) the relevant PET software package then single-left-click on it, e.g. [[pidgin]], [[wine]]
To reverse the process, i.e. to un-install PET software packages, go to the [[uninstalling un-installing]] page.
Download and install the software package file anywhere, and outside any personal save file, e.g. [[libreoffice]], [[opera]], [[seamonkey]], [[thunderbird]]
Deletions:
Acquire (download) the relevant PET software package then single-left-click on it. To reverse the process, i.e. to un-install PET software packages, go to the [[uninstalling un-installing]] page.
Download and install the software package file anywhere, and outside any personal save file, e.g. [[opera]], [[seamonkey]], [[thunderbird]], [[libreoffice]]


Revision [17613]

Edited on 2011-08-22 06:31:47 by coolpup [format and link]
Additions:
Download and install the software package file anywhere, and outside any personal save file, e.g. [[opera]], [[seamonkey]], [[thunderbird]], [[libreoffice]]
Deletions:
Download and install the software package file anywhere, and outside any personal save file, e.g. [[opera]], [[seamonkey]], [[thunderbird]] [[libreoffice]]


Revision [17612]

Edited on 2011-08-22 06:30:39 by coolpup [format and link]
Additions:
Download and install the software package file anywhere, and outside any personal save file, e.g. [[opera]], [[seamonkey]], [[thunderbird]] [[libreoffice]]
Deletions:
Download and install the software package file anywhere, and outside any personal save file, such as ///mnt/home//. Examples: [[opera]], [[seamonkey]], [[libreoffice]]


Revision [17611]

Edited on 2011-08-22 06:28:49 by coolpup [format and link]
Additions:
===Software installation===
Since the installation of any software package involves occupying partition space, the //installation will fail// if there is not sufficient, free space on the target installation partition. Sometimes installing PET and TXZ packages to frugal Puppy installations requires the amount of free space //inside the personal storage file// to be at least 3 times the size of the package.
Deletions:
==Pre-requisites for software installation==
Since the installation of any software package involves occupying partition space, the //installation will fail// if there is not sufficient, free space on the target installation partition. Sometimes installing PET and TXZ packages to frugal Puppy installations requires the amount of free space //inside the personal save file// to be at least 3 times the size of the package.


Revision [17610]

Edited on 2011-08-22 06:25:58 by coolpup [format and link]
Additions:
==Pre-requisites for software installation==
Deletions:
==Software Installation==
[[PPM Puppy Package Manager]]
[[SoftwarePackageCreation]]


Revision [17609]

Edited on 2011-08-22 06:23:01 by coolpup [format and link]
Additions:
**Installing PET software packages**
- or, (B) follow the instructions at (does not require re-booting): //Menu > Setup > [[http://www.murga-linux.com/puppy/viewtopic.php?t=64354 SFS-Load]]//
Deletions:
<<**Installing PET software packages**
- or, (B) follow the instructions at (does not require re-booting): //Menu > Setup > [[http://www.murga-linux.com/puppy/viewtopic.php?t=64354 SFS-Load]]//<<


Revision [17608]

Edited on 2011-08-22 06:21:44 by coolpup [format and link]
Additions:
Other software package types:


Revision [17607]

Edited on 2011-08-22 06:21:05 by coolpup [format and link]
Additions:
There are two main software package types, identified by their file extension:
Since the installation of any software package involves occupying partition space, the //installation will fail// if there is not sufficient, free space on the target installation partition. Sometimes installing PET and TXZ packages to frugal Puppy installations requires the amount of free space //inside the personal save file// to be at least 3 times the size of the package.
[[http://murga-linux.com/puppy/viewtopic.php?p=489219#489219 How to upgrade the default software]]
Deletions:
Software package types are identified by their file extension:
Since the installation of any software package involves occupying partition space, the //installation will fail// if there is not sufficient free space on the target installation partition. Sometimes installing PET and TXZ packages to frugal Puppy installations requires the amount of free space //inside the personal save file// to be at least 3 times the size of the package.
[[http://murga-linux.com/puppy/viewtopic.php?p=489219#489219 Upgrading existing software]]


Revision [17606]

Edited on 2011-08-22 06:16:00 by coolpup [format and link]
Deletions:
[[TXZfile TXZ files]]


Revision [17605]

Edited on 2011-08-22 06:15:40 by coolpup [format and link]
Additions:
Software package download location:
Deletions:
"To which location has the software package been downloaded to?"


Revision [17604]

Edited on 2011-08-22 06:13:53 by coolpup [format and link]
Additions:
Official software packages are available via the Puppy Package Manager:
Software package types are identified by their file extension:
[[http://murga-linux.com/puppy/viewtopic.php?p=489219#489219 Upgrading existing software]]
Deletions:
==Quick Start==
More software packages can be added automatically via the Puppy Package Manager and QuickPet/Slickpet (later versions).
These are accessed via the relevant desktop icon or by the [[PuppyStartMenu Puppy start menu]]:
- //Menu > Setup > [[QuickPet]]//
- [[Squashfs SFS]] (all in one compressed packages) Menu/System/BootManager configure bootup
====About Puppy Software====
Puppy comes with [[SoftwareBuiltIn software built in]]. How much and which packages depends on the version of [[PuppyVersion Puppy]]. Typically, lightweight versions of the most popular software types are built in, for example [[AbiWord]] for word-processing, [[InkLite]] and [[mtPaint]] for graphics.
Other software can be download and installed automatically. Software package types are identified by their file extension:
"How does one upgrade existing software?"
[[http://murga-linux.com/puppy/viewtopic.php?p=489219#489219 forum topic]]
CategorySoftware
CategoryQuickStart


Revision [16875]

Edited on 2011-07-18 07:38:34 by darkcity [format and link]
Additions:
Puppy comes with [[SoftwareBuiltIn software built in]]. How much and which packages depends on the version of [[PuppyVersion Puppy]]. Typically, lightweight versions of the most popular software types are built in, for example [[AbiWord]] for word-processing, [[InkLite]] and [[mtPaint]] for graphics.
Deletions:
Puppy comes with software built in. How much and which packages depends on the version of [[PuppyVersion Puppy]]. Typically, lightweight versions of the most popular software types are built in, for example [[AbiWord]] for word-processing, [[InkLite]] and [[mtPaint]] for graphics.


Revision [16804]

Edited on 2011-07-17 16:57:07 by darkcity [format and link]
Additions:
====About Puppy Software====
==Software Installation==
Deletions:
====Puppy Software====
===Software Installation===


Revision [16800]

Edited on 2011-07-17 16:41:09 by darkcity [format and link]
Additions:
CategoryQuickStart


Revision [16731]

Edited on 2011-07-15 04:14:13 by CrustyLobster [Quick Start]
Additions:
==Quick Start==
More software packages can be added automatically via the Puppy Package Manager and QuickPet/Slickpet (later versions).
- [[Squashfs SFS]] (all in one compressed packages) Menu/System/BootManager configure bootup
Deletions:
==Additional Software==
More software packages can be added automatically via the Puppy Package Manager and QuickPet (later versions).


Revision [16668]

Edited on 2011-07-14 07:09:31 by darkcity [Quick Start]
Additions:
[[SoftwareDisclaimer]]


Revision [16667]

Edited on 2011-07-14 07:08:42 by darkcity [add intro links and breadcrumb]
Additions:
[[HomePage]] > [[SoftwareIndex Software Index]]
Deletions:
[[HomePage]] > [[SoftwareIndex]]


Revision [16666]

Edited on 2011-07-14 07:07:40 by darkcity [added intro links breadcrumbs]
Additions:
[[HomePage]] > [[SoftwareIndex]]
====Puppy Software====
Puppy comes with software built in. How much and which packages depends on the version of [[PuppyVersion Puppy]]. Typically, lightweight versions of the most popular software types are built in, for example [[AbiWord]] for word-processing, [[InkLite]] and [[mtPaint]] for graphics.
==Additional Software==
More software packages can be added automatically via the Puppy Package Manager and QuickPet (later versions).
These are accessed via the relevant desktop icon or by the [[PuppyStartMenu Puppy start menu]]:
Other software can be download and installed automatically. Software package types are identified by their file extension:
[[http://murga-linux.com/puppy/viewtopic.php?p=489219#489219 forum topic]]
==Also see==
[[PPM Puppy Package Manager]]
[[QuickPet]]
[[Pets Pet files]]
[[SquashFS SFS files]]
[[TXZfile TXZ files]]
[[SoftwarePackageCreation]]
CategorySoftware
Deletions:
Software packages are available via the Puppy start menu or the relevant desktop icon:
Software package types are identified by their file extension:
http://murga-linux.com/puppy/viewtopic.php?p=489219#489219


Revision [16531]

Edited on 2011-07-11 00:34:48 by coolpup [added intro links breadcrumbs]
Deletions:
- http://www.brainwavedesigncentral.net/mike/
- http://dotpups.de/
- [[http://www.murga-linux.com/puppy/viewtopic.php?p=143732 Software from Sigmund Berglund]]


Revision [16233]

Edited on 2011-06-30 07:49:06 by coolpup [added intro links breadcrumbs]
Additions:
Software packages are available via the Puppy start menu or the relevant desktop icon:
Software package types are identified by their file extension:
- **//.tar.xz//** or **//.txz//** (intended for all full and frugal Puppy installations)
- **//.pet//** (intended for all full and frugal Puppy installations)
- **//.sfs//** (intended for all frugal or LiveDVD installations)
Ensure that the latest available versions of the following packages are installed:
Deletions:
Software packages available via Puppy start menu or via the quickpet desktop icon:
//Click on software name or icon to install//
**Software package types are identified by their file extension:**
- //.tar.xz// or //.txz// (intended for all full and frugal Puppy installations)
- //.pet// (intended for all full and frugal Puppy installations)
- //.sfs// (intended for all frugal or LiveDVD installations)
If installation fails, ensure you have the latest available versions of the following packages:


Revision [16226]

Edited on 2011-06-30 06:28:28 by CrustyLobster [quickpet desktop icon]
Additions:
Software packages available via Puppy start menu or via the quickpet desktop icon:
//Click on software name or icon to install//
**Software package types are identified by their file extension:**
If installation fails, ensure you have the latest available versions of the following packages:
Deletions:
Software package types are identified by their file extension:
Software packages are available via the start menu:
Ensure that the latest available versions of the following pre-requisite packages are installed:


Revision [16225]

Edited on 2011-06-30 05:56:46 by coolpup [quickpet desktop icon]

No Differences

Revision [16224]

Edited on 2011-06-30 05:56:05 by coolpup [quickpet desktop icon]

No Differences

Revision [16223]

Edited on 2011-06-30 05:55:33 by coolpup [quickpet desktop icon]

No Differences

Revision [16222]

Edited on 2011-06-30 05:54:53 by coolpup [quickpet desktop icon]
Additions:
<<**Installing PET software packages**
- or, (B) follow the instructions at (does not require re-booting): //Menu > Setup > [[http://www.murga-linux.com/puppy/viewtopic.php?t=64354 SFS-Load]]//<<
Deletions:
**Installing PET software packages**
- or, (B) follow the instructions at (does not require re-booting): //Menu > Setup > [[http://www.murga-linux.com/puppy/viewtopic.php?t=64354 SFS-Load]]//


Revision [16205]

Edited on 2011-06-30 04:02:14 by coolpup [quickpet desktop icon]
Additions:
Acquire (download) the relevant PET software package then single-left-click on it. To reverse the process, i.e. to un-install PET software packages, go to the [[uninstalling un-installing]] page.
Deletions:
Acquire (download) the relevant PET software package then single-left-click on it, whilst observing the following conditions.
To un-install PET software packages go to the [[uninstalling un-installing]] page.


Revision [16204]

Edited on 2011-06-30 03:59:49 by coolpup [quickpet desktop icon]
Additions:
To un-install PET software packages go to the [[uninstalling un-installing]] page.
Deletions:
**Un-installing PET software packages**
- via the Puppy Package Manager: //Menu > Setup > Puppy Package Manager//
- via the command-line interface: http://www.murga-linux.com/puppy/viewtopic.php?p=396935#396935


Revision [16038]

Edited on 2011-06-26 12:30:02 by coolpup [quickpet desktop icon]
Additions:
Software packages are available via the start menu:


Revision [16012]

Edited on 2011-06-25 06:59:23 by coolpup [quickpet desktop icon]
Additions:
Acquire (download) the relevant PET software package then single-left-click on it, whilst observing the following conditions.
__Installing ''PET'' packages within frugal Puppy installations__
__Installing ''PET'' packages within full Puppy installations__
**Un-installing PET software packages**
- via the Puppy Package Manager: //Menu > Setup > Puppy Package Manager//
- via the command-line interface: http://www.murga-linux.com/puppy/viewtopic.php?p=396935#396935
Deletions:
Acquire (download) the relevant PET software package then single-left-click on it.
__Installing ''PET'' packages into frugal Puppy installations__
__Installing ''PET'' packages into full Puppy installations__
__Un-installing PET packages__
Go to: //Menu > Setup > Puppy Package Manager//
http://murga-linux.com/puppy/viewtopic.php?p=396935#396935
__[[http://www.murga-linux.com/puppy/viewtopic.php?p=396935#396935 Installing and un-installing PET packages via the command-line interface]]__


Revision [16011]

Edited on 2011-06-25 06:17:33 by coolpup [quickpet desktop icon]
Additions:
__Installing ''PET'' packages into frugal Puppy installations__
__Installing ''PET'' packages into full Puppy installations__
Deletions:
__Installing ''PETs'' into frugal Puppy installations__
__Installing ''PETs'' into full Puppy installations__


Revision [16010]

Edited on 2011-06-25 06:16:41 by coolpup [quickpet desktop icon]
Additions:
[[compiling How to build (compile) a software package from the source code and install it]]
[[SoftwarePackageCreation How to create a software package for Puppy]]
Acquire (download) the relevant PET software package then single-left-click on it.
Download and install the software package file anywhere, and outside any personal save file, such as ///mnt/home//. Examples: [[opera]], [[seamonkey]], [[libreoffice]]
Deletions:
[[compiling How to Build (Compile) a Binary Package From the Source Code and Install It]]
[[SoftwarePackageCreation How to Create a Software Package for Puppy]]
- acquire the relevant PET software package which someone else has already kindly made, either from the official repository or from independent, user-contributed repositories (see below)
- then single-left-click on it
- download and install the software package file anywhere and outside any personal save file, such as ///mnt/home// (examples: [[opera]], [[seamonkey]], [[libreoffice]]


Revision [16009]

Edited on 2011-06-25 06:12:47 by coolpup [quickpet desktop icon]
Additions:
Software package names that contain a suffix denote the environment in which the package was [[compiling compiled (built)]]. This provides some indication of whether or not a certain package is compatible with one's operating system. One will not know of compatibility for sure unless the installation is actually attempted, so //always have a back up of the current system before installing any package//.
Deletions:
Software package names that contain a suffix denote the environment in which the package was compiled. This provides some indication of whether or not a certain package is compatible with one's operating system. One will not know of compatibility for sure unless the installation is actually attempted, so //always have a back up of the current system before installing any package//.


Revision [16008]

Edited on 2011-06-25 06:09:58 by coolpup [quickpet desktop icon]
Additions:
[[DesktopIcons How to create desktop icons]]
Deletions:
===Appendix===
DesktopIcons


Revision [16007]

Edited on 2011-06-25 06:07:15 by coolpup [quickpet desktop icon]
Additions:
Software package names that contain a suffix denote the environment in which the package was compiled. This provides some indication of whether or not a certain package is compatible with one's operating system. One will not know of compatibility for sure unless the installation is actually attempted, so //always have a back up of the current system before installing any package//.
Deletions:
Software package suffixes denote the environment in which the package was compiled. This provides some indication of whether or not a certain package is compatible with one's operating system. One will not know of compatibility for sure unless the installation is actually attempted, so //always have a back up of the current system before installing any package//.


Revision [16006]

Edited on 2011-06-25 06:05:54 by coolpup [quickpet desktop icon]
Deletions:
{{image class="left"url="http://img63.imageshack.us/img63/4162/pet48x.png" alt="pet file icon" title="pet file icon"}}


Revision [16005]

Edited on 2011-06-25 06:05:16 by coolpup [quickpet desktop icon]
Additions:
**Installing TXZ software packages**
**Installing [[http://puppylinux.org/wikka/Squashfs SFS]] software packages**
Deletions:
===Installing **TXZ** software packages===
===Installing **[[http://puppylinux.org/wikka/Squashfs SFS]]** software packages===


Revision [16004]

Edited on 2011-06-25 06:04:21 by coolpup [quickpet desktop icon]
Additions:
**Installing PET software packages**
Deletions:
===Installing **PET** software packages===


Revision [16003]

Edited on 2011-06-25 06:03:26 by coolpup [quickpet desktop icon]
Additions:
Software package suffixes denote the environment in which the package was compiled. This provides some indication of whether or not a certain package is compatible with one's operating system. One will not know of compatibility for sure unless the installation is actually attempted, so //always have a back up of the current system before installing any package//.
Deletions:
===Software Package Suffixes===
The suffix denotes the environment in which the package was compiled:
This provides some indication of whether or not a certain package is compatible with one's operating system. One will not know of compatibility for sure unless the installation is actually attempted, so //always have a back up of the current system before installing any package//.


Revision [16002]

Edited on 2011-06-25 05:59:16 by coolpup [quickpet desktop icon]
Deletions:
Also accessible via the start menu, using one or both of these methods:


Revision [16001]

Edited on 2011-06-25 05:56:37 by coolpup [quickpet desktop icon]
Additions:
==={{color text="Software Repositories" c="green"}}===
Software disclaimer: absolutely no warranty given or implied, so use any software package entirely at your own risk
----
==Categories==
CategoryInstallation
Deletions:
==={{color text="Official Software Repositories" c="green"}}===
==={{color text="Un-official Software Repositories" c="green"}}===
===Software Disclaimer===
**absolutely no warranty given or implied, so use any software package entirely at your own risk**


Revision [15828]

Edited on 2011-06-22 07:39:08 by coolpup [quickpet desktop icon]
Additions:
- download and install the software package file anywhere and outside any personal save file, such as ///mnt/home// (examples: [[opera]], [[seamonkey]], [[libreoffice]]
- download and place the software package file at ///mnt/home// (examples: [[JavaRuntimeEnvironment jre]])
Deletions:
- download and install the software package file anywhere and outside any personal save file, e.g. ///mnt/home//: %%wget -t 0 --retry-connrefused -c -N -S -T 16 -w 1 --random-wait --no-dns-cache -P /mnt/home --no-cache --no-cookies http://path/to/software_package.txz && cd /mnt/home && tar xfJv software_package.txz%%
- download and place the software package file at ///mnt/home//: %%wget -t 0 --retry-connrefused -c -N -S -T 16 -w 1 --random-wait --no-dns-cache -P /mnt/home --no-cache --no-cookies http://path/to/software_package.sfs%%


Revision [15822]

Edited on 2011-06-22 07:10:33 by coolpup [quickpet desktop icon]
Additions:
- download and install the software package file anywhere and outside any personal save file, e.g. ///mnt/home//: %%wget -t 0 --retry-connrefused -c -N -S -T 16 -w 1 --random-wait --no-dns-cache -P /mnt/home --no-cache --no-cookies http://path/to/software_package.txz && cd /mnt/home && tar xfJv software_package.txz%%
Deletions:
- download and install the software package file anywhere and outside any personal save file, e.g. ///mnt/home//: %%wget -t 0 --retry-connrefused -c -N -S -T 16 -w 1 --random-wait --no-dns-cache -P /mnt/home --no-cache --no-cookies http://path/to/software_package.txz && cd /mnt/home && tar xfJv software_package.txz%%


Revision [15821]

Edited on 2011-06-22 07:09:20 by coolpup [quickpet desktop icon]
Additions:
- download and install the software package file anywhere and outside any personal save file, e.g. ///mnt/home//: %%wget -t 0 --retry-connrefused -c -N -S -T 16 -w 1 --random-wait --no-dns-cache -P /mnt/home --no-cache --no-cookies http://path/to/software_package.txz && cd /mnt/home && tar xfJv software_package.txz%%
Deletions:
- download and place the software package file anywhere and outside any personal save file, e.g. ///mnt/home//: %%wget -t 0 --retry-connrefused -c -N -S -T 16 -w 1 --random-wait --no-dns-cache -P /mnt/home --no-cache --no-cookies http://path/to/software_package.txz%%
- extract the software package: %%tar xfJv software_package.txz%%


Revision [15820]

Edited on 2011-06-22 07:05:14 by coolpup [quickpet desktop icon]
Deletions:
====Software====


Revision [15819]

Edited on 2011-06-22 07:04:18 by coolpup [quickpet desktop icon]
Additions:
__[[http://www.murga-linux.com/puppy/viewtopic.php?p=396935#396935 Installing and un-installing PET packages via the command-line interface]]__
Deletions:
[[http://www.murga-linux.com/puppy/viewtopic.php?p=396935#396935 How to install and un-install PET packages via the command-line interface]]


Revision [15778]

Edited on 2011-06-20 16:38:46 by coolpup [quickpet desktop icon]
Additions:
==={{color text="Official Software Repositories" c="green"}}===
==={{color text="Un-official Software Repositories" c="green"}}===
Deletions:
==={{color text="Official Puppy Repositories" c="green"}}===
==={{color text="Un-official Puppy Repositories" c="green"}}===


Revision [15777]

Edited on 2011-06-20 16:37:59 by coolpup [quickpet desktop icon]
Additions:
Also accessible via the start menu, using one or both of these methods:
- //Menu > Setup > [[PPM Puppy Package Manager]]//
- //Menu > Setup > [[QuickPet]]//
Deletions:
Also accessible via the start menu:
- either, //Menu > Setup > [[PPM Puppy Package Manager]]//
- or, //Menu > Setup > [[QuickPet]]//


Revision [15707]

The oldest known version of this page was created on 2011-06-19 03:01:43 by coolpup [quickpet desktop icon]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki