Removing an Encap Package

This is a simplified example of how you would remove an Encap of GNU sed-3.02.

Run the command epkg -r sed-3.02 to remove the following symlinks:

/usr/local/bin/sed -> ../encap/sed-3.02/bin/sed
/usr/local/man/man1/sed.1 -> ../encap/sed-3.02/man/man1/sed.1
Note that epkg will never remove files from the Encap Source directory, so the package still exists there and must be removed manually if needed.


Mark D. Roth <roth@uiuc.edu>