After I've tried sudo apt-get remove --purge unity-webapps-googleplus
the application was not removed completely - say the state was not reverted to which it was before I have installed it. I can notice 2 effects: it is still present in the main menu (I have installed an indicator to display it) "others" section and the browser doesn't ask me to install it when I visit the site (even after I have manually removed it from dontask-domains
and allowed-domains
in dconf
).
After I've tried dragging an Amazon icon to the trash can icon, the Amazon web application is still present in the main menu "others" section.
So how does one remove an Ubuntu Unity web application cleanly?
UPDATE:
dpkg -l | grep webapps
gives
ii libunity-webapps0 2.5.0~daily13.03.18-0ubuntu1 i386 Web Apps integration with the Unity desktop
ii unity-webapps-common 2.4.14-0ubuntu1 all Unity WebApp integration scripts
ii unity-webapps-service 2.5.0~daily13.03.18-0ubuntu1 i386 Service for Web Apps integration with the Unity desktop
sudo apt-get --purge autoremove
– AFwcxx May 07 '13 at 00:50dpkg -l | grep webapps
– Mitch May 07 '13 at 05:52