http://www.slax.org/forum/viewtopic.php?t=19641
I would like to know if a command exists to remove a package from a directory.
I mean…. I can install packages on a specific directory using :
installpkg -root mydir mypackage.tgz
. . Now I have all the packages in mydir, but there is no:
removepkg -root mydir mypackagename
> removepkg -root mydir mypackagename
your concept is right … your syntax is wrong
ROOT=mydir removepkg mypackagename
tho I see —root or -R appears in a google search for removepkg syntax
documented on: 2007-09-26, by Guest
Check out Zenlive manual on removing packages (See customizing modules). http://www.zenwalk.org/modules/tinycontent/index.php?id=20
documented on: 2007-09-26, by jcsoh