Am 05.05.2015 um 13:05 schrieb [email protected]: > I want to `make install nmap` from its subversion repository, but > aptitude wants to fix broken packages by removing gnome-nettool, > trisquel and trisquel-base-recommended if I try to `aptitude uninstall > nmap`. > > Can I just make install without removing the nmap package or is there > some way to inform aptitude of my intention?
There are two possible (!) workarounds: 1. Uninstall nmap and reinstall the dependencies manually afterwars. 2. Install nmap from code manually to a different location with "--prefix=" added to the make install command.
