How to purge WICD

Hi:

For some reason Wicd is not visible to "apt-get purge" .

So, am not sure if it is due to a profile settings, etc. or it is a general issue.

WICD was not installed in my 16.04 installation - I have fully functional wifi and wired networks.

Can you install it either with command line or synaptic and subsequently purge?

It is visible via synaptic: wicd-daemon, python-wicd, wicd-gtk, and wicd-curses v. (1.7.4+tb2-1) I could properly delete from synaptic. But that is uncommon-- something may need to be fixed.

Is wicd present from an upgrade from an older Ubuntu version vs fresh install?
Or how was it installed?

According to: cat /var/log/dpkg.log | grep "\ install\ "
2016-05-26 13:22:03 install python-wicd:all 1.7.4+tb2-1
2016-05-26 13:22:04 install wicd-daemon:all 1.7.4+tb2-1
2016-05-26 13:22:05 install python-notify:i386 0.1.1-4
2016-05-26 13:22:06 install wicd-gtk:all 1.7.4+tb2-1
2016-05-26 13:22:08 install wicd:all 1.7.4+tb2-1
2016-05-26 14:13:51 install python-wicd:all 1.7.4+tb2-1
2016-05-26 14:13:52 install wicd-daemon:all 1.7.4+tb2-1 1.7.4+tb2-1
2016-05-26 14:13:54 install wicd-gtk:all 1.7.4+tb2-1 1.7.4+tb2-1
2016-05-26 14:13:56 install wicd:all 1.7.4+tb2-1
2016-05-26 18:54:05 install openjdk-9-jre-headless:i386 9~b114-0ubuntu1
2016-05-26 18:54:32 install libatk-wrapper-java:all 0.33.3-6
2016-05-26 18:54:33 install libatk-wrapper-java-jni:i386 0.33.3-6
2016-05-26 18:54:33 install openjdk-9-jre:i386 9~b114-0ubuntu1
2016-05-26 19:09:19 install openjdk-8-jre:i386 8u91-b14-0ubuntu4~16.04.1
2016-05-26 19:09:21 install icedtea-netx:i386 1.6.2-3ubuntu1
2016-05-26 19:09:22 install icedtea-8-plugin:i386 1.6.2-3ubuntu1
2016-05-26 19:09:23 install icedtea-plugin:all 1.6.2-3ubuntu1
2016-05-28 12:50:39 install python-urwid:i386 1.3.1-2build1
2016-05-28 12:50:41 install wicd-curses:all 1.7.4+tb2-1

following fresh install.

WICD has ran nice for me in the past, but like pfeiffep, I had no need for it. So if apt will not do the job, try purging it with dpkg and follow that with an apt autoclean/autoremove.

Terminal code:
man dpkg

https://help.ubuntu.com/community/AptGet/Howto#Maintenance_commands

1 Like