pkg_delete is missing something

I installed a package only to find out it was complied for linux. so, I go to uninstall and it gives me this:

Code:
A880GZ# pkg_delete htop
pkg_delete: no such package 'htop' installed
A880GZ#

yet when I use the file manager to check /var/db/pkg htop is indeed inside. I went to uninstall another package that wasn't working:
Code:
A880GZ# pkg_delete transmission
pkg_delete: no such package 'transmission' installed
A880GZ#
it has indeed been installed when I check the file. please help.
 
Because they have different goals. It would be dangerous to have pkg_delete accept a loose pattern match for the package name by default.
 
Le sigh. :( pkg_delete(1)

When a command doesn't do something, or seems to work in a wierd way, the first thing one should do is read the man page.

Or, even better, read the man page before running the command, so that you know what it will do.

It's all described in there. Including how to use things like -x, or -i, to simplify things.
 
Back
Top