Removing packages from directory 

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
  1. . . Now I have all the packages in mydir, but there is no:

    removepkg -root mydir mypackagename

Removing packages from directory 

> 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

Removing packages from directory 

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