Hi,
I was interested in gnunet and just installed it, blindly to try it out.
Installed via:
$ sudo apt-get install gnunet
Now I can't uninstall it.
After issuing:
$ sudo apt-get purge gnunet
it seemed to get uninstalled (and apt actually thinks that it's gone), but it is still there (files in /usr/bin/gnunet* and god knows, what else .. and where).
So is the virbr0-interface and a dnsmasq-process .. that caught my eye, first. :\
$ ps aux | grep dnsmasq
dnsmasq --strict-order --bind-interfaces --pid-file=/var/run/libvirt/network/default.pid --conf-file= --except-interface lo --listen-address 192.168.122.1 --dhcp-range 192.168.122.2,192.168.122.254 --dhcp-leasefile=/var/lib/libvirt/dnsmasq/default.leases --dhcp-lease-max=253 --dhcp-no-override
I'm not a newb, but I've never touched dnsmasq or configured network bridges, yet.
Since this is really annoying:
Can anyone please help and tell me, what I need to do in order to find everything that has been changed by installing gnunet and to undo these changes?
Or will I have to learn not to just install packages - trusting, that I will be able to completely uninstall them - the hard way and wipe/reinstall my whole system?
Thanks in advance
cefk
I was interested in gnunet and just installed it, blindly to try it out.
Installed via:
$ sudo apt-get install gnunet
Now I can't uninstall it.
After issuing:
$ sudo apt-get purge gnunet
it seemed to get uninstalled (and apt actually thinks that it's gone), but it is still there (files in /usr/bin/gnunet* and god knows, what else .. and where).
So is the virbr0-interface and a dnsmasq-process .. that caught my eye, first. :\
$ ps aux | grep dnsmasq
dnsmasq --strict-order --bind-interfaces --pid-file=/var/run/libvirt/network/default.pid --conf-file= --except-interface lo --listen-address 192.168.122.1 --dhcp-range 192.168.122.2,192.168.122.254 --dhcp-leasefile=/var/lib/libvirt/dnsmasq/default.leases --dhcp-lease-max=253 --dhcp-no-override
I'm not a newb, but I've never touched dnsmasq or configured network bridges, yet.
Since this is really annoying:
Can anyone please help and tell me, what I need to do in order to find everything that has been changed by installing gnunet and to undo these changes?
Or will I have to learn not to just install packages - trusting, that I will be able to completely uninstall them - the hard way and wipe/reinstall my whole system?
Thanks in advance
cefk
Comment