On Wed, 2005-12-28 at 13:55 +0800, Yuan Jue wrote:
> hello, all
> 
> I wanna delete a package that I don't want now. I know that when I use 
> portinstall -R xxx to install it, many dependencies have been installed too.
> Now I wanna delete them all if they are not used by any other packages.
> 
> how can I do it? can I "pkg_delete -r xxx"?
> 
> thanks.
> 
yes you can,
ls -al /var/db/pkg
find your package name, and execute:
pkg_delete -r package_name

-- 
Dmitry Sidorov
PEM QA Engineer
SWsoft, Inc.
E-mail: [EMAIL PROTECTED]
ICQ UIN: 864582

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to