Ubuntu One and videosearch.ubuntu.com requests

Clean and disable the videosearch.ubuntu.com requests









HTTP GET http://videosearch.ubuntu.com/v0/search?q=&sources=Amazon


HTTP GET http://videosearch.ubuntu.com/v0/sources

Above requests generate quite frequently on the new version of Ubuntu and can be seen constantly through the firewall. Process following steps for removal of the unwanted packages:

cd /var/lib/apt/lists/
sudo rm -rf *

sudo apt-get remove unity-lens-shopping unity-scope-video-remote unity-scope-musicstores unity-webapps-common


Alongside this, the Ubuntu ONE package was also not required and removed:

sudo rm -rf ~/.local/share/ubuntuone
rm -rf ~/.cache/ubuntuone
rm -rf ~/.config/ubuntuone
sudo apt-get purge ubuntuone-client python-ubuntuone-storage*
sudo apt-get autoclean






BlogCatalog