I have difficulties of installing apps in puppy linux,
I realise that apt-get, yum don't work in puppy linux,
what is the correct command in puppy linux that is equivalent to apt-get or yum?
I have difficulties of installing apps in puppy linux,
I realise that apt-get, yum don't work in puppy linux,
what is the correct command in puppy linux that is equivalent to apt-get or yum?
To install packages in Puppy Linux, use the Puppy Package Manager (ppm on the command line) or the quickpet tool.
According to the official web site's wiki, it uses Puppy Package Manager, the verb on the command-line for which is ppm.
apt-get will not work you have to use
pkg -i update and then pkg -get PACKAGENAME and then pkg -i PACKAGENAME
Hey to update puppy linux you have to click on Menu > Setup > Puppy Updates which is equivalent to apt-get update .... And yes you can install different packages using Puppy Package Manager