
1.a) getpkg
getpkg is a porteus script (/usr/local/bin/getpkg) that fetches packages from the slackware repo
Code: Select all
getpkg package-name1 package-name2 ...
pmod is a simple wrapper for slackpkg
Code: Select all
pmod -u
pmod -s search-by-package-name
pmod -m package-name
getmod: A wrapper for slapt-get to build modules [Porteus 5.0's USM replacement] getmod: A wrapper for slapt-get to build modules
Code: Select all
getmod -u
getmod -s search-by-package-name-substring
getmod -m package-name
Which one(s) tend to work best for you? For me, getmod! I noticed, though, that getmod and pmod often build slightly different modules in terms of bundled dependencies. Sometimes the one made by pmod works better.