What is the command line in Puppy Linux that is equivalent to apt-get commands?
To install packages in Puppy Linux, use the Puppy Package Manager
(ppm
on the command line) or the quickpet
tool.
apt-get
will not work you have to use
pkg -i update
and then pkg -get PACKAGENAME
and then pkg -i PACKAGENAME