Hello
I'm very new to FreeBSD/Unix/Linux and just installed a 9.1RC2 system with X. After reading the whole handbook, I'm still quite unsure how I properly uninstall ports I don't need and especially, how I remove their dependencies.
For example...I installed firefox...and I didn't like it. So (before reading the handbook), I typed
and got rid of it.
However, it probably only removed firefox, not the dependencies.
How can I do that? What should I do now to remove the (unused) dependencies of firefox?
I installed cutleaves, but when I use it, it just asks me about every installed port if I want to remove it or not. Isn't there a way to detect, which ports a port depends on and which ports depend on it and offer a method to get rid of all the dependency-ports which are not used by any other port?
Thanks a lot, I would just like to have a clean system.
-Decsis
I'm very new to FreeBSD/Unix/Linux and just installed a 9.1RC2 system with X. After reading the whole handbook, I'm still quite unsure how I properly uninstall ports I don't need and especially, how I remove their dependencies.
For example...I installed firefox...and I didn't like it. So (before reading the handbook), I typed
Code:
cd /usr/ports/www/firefox
make deinstall clean
However, it probably only removed firefox, not the dependencies.
How can I do that? What should I do now to remove the (unused) dependencies of firefox?
I installed cutleaves, but when I use it, it just asks me about every installed port if I want to remove it or not. Isn't there a way to detect, which ports a port depends on and which ports depend on it and offer a method to get rid of all the dependency-ports which are not used by any other port?
Thanks a lot, I would just like to have a clean system.
-Decsis