9

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?

Santosh Garole
  • 358
  • 1
  • 4
  • 16
Donbe_280385
  • 217
  • 1
  • 2
  • 7

4 Answers4

6

To install packages in Puppy Linux, use the Puppy Package Manager (ppm on the command line) or the quickpet tool.

theDrake
  • 105
  • 5
Nasir Riley
  • 10,665
  • 2
  • 18
  • 27
2

According to the official web site's wiki, it uses Puppy Package Manager, the verb on the command-line for which is ppm.

DopeGhoti
  • 73,792
  • 8
  • 97
  • 133
2

apt-get will not work you have to use pkg -i update and then pkg -get PACKAGENAME and then pkg -i PACKAGENAME

OneCricketeer
  • 1,229
  • 1
  • 11
  • 14
OO7
  • 21
  • 1
0

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

Vishakha
  • 1
  • 1