Hello,
When I use
What is a proper way of installing, and deinstalling (inclusing all configuration files, and dependencies) packages/ports? I would like to keep my system clean, so I hope there is a way to remove every thing that came with a port/package. I want not a single-byte of a port/package on my system after "deinstalling".
TL;DR - How do you fully remove a package/port leaving absolutely nothing?
When I use
make deinstall clean
inside a port I previously installed, all its dependencies are still installed. I also noticed that some configuration files are not removed after deinstalling.What is a proper way of installing, and deinstalling (inclusing all configuration files, and dependencies) packages/ports? I would like to keep my system clean, so I hope there is a way to remove every thing that came with a port/package. I want not a single-byte of a port/package on my system after "deinstalling".
TL;DR - How do you fully remove a package/port leaving absolutely nothing?