|
OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD. |
|
Thread Tools | Display Modes |
|
|||
Question about removing ports/packages
Hello. I'm having a small problem. A few days ago, I installed opera browser from the ports. Nice and easy, all dependencies installed and df(1) showed that the occupied space went from 42% to 49%. I didn't care much, since I don't have many programs installed.
Today I decided to remove the browser with a simple pkg_delete. Although I read in the man pages that pkg_delete Quote:
Is there any way to first view all Opera dependencies and after reinstalling do a massive uninstall with the dependencies? edit: forgot to mention my big question about removing ports in general. Is there any way to see a dependency tree or something like that about every port and choose what to uninstall and what not? (at least I have the wireless working perfectly ) Last edited by Daffy; 16th October 2010 at 08:52 AM. |
|
|||
Yes, deleting a package will not remove its dependencies.. perhaps you may want to install something in the future that needs them, this can save you bandwidth, disk space is cheaper than bandwidth.
You can use pkg_info -t to see a list of installed packages that do not depend on other packages, which might make it easier to clean up the stuff you don't want. Opera is closed source, the port probably grabs the Linux binary, if it's compiled statically.. there wouldn't be any dependencies, otherwise the only thing it would depend on would be the fedora_base package. Learn to be friends with pkg_info(1) and pkg_delete(1), they can help paint a nice picture of inter-package dependencies.. pkg_info -R gtk+2 for example would show which packages depend on GTK+2. It's not a rule here I believe, but the colour red sure looks annoying on this background. |
|
|||
Thanks. I do though have another question.
Quote:
Fixed. |
Tags |
opera |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
packages vs ports | zelut | FreeBSD Ports and Packages | 17 | 28th October 2009 08:19 AM |
Packages vs. Ports | guitarscn | OpenBSD Packages and Ports | 3 | 1st October 2008 04:43 AM |
Upgrading and rebuilding ALL packages/ports | chill | FreeBSD Ports and Packages | 8 | 16th June 2008 04:55 AM |
openvpn 2.1_rc7 from ports (not packages) | s2scott | OpenBSD Packages and Ports | 14 | 23rd May 2008 02:30 AM |
FAQ: FreeBSD Ports and Packages | Carpetsmoker | FreeBSD Ports and Packages | 0 | 1st May 2008 03:38 PM |