Ubuntu – How to move Amazon search results into a dedicated shopping lens and out of the home lens

shopping-lensunity-dash

I don't want Amazon search results to show up in the home lens and prefer to access them in an independent shopping lens. How can this be accomplished?

Best Answer

Mark Tully has created a shopping lens independent of Canonical's unity-lens-shopping.

Search results in the independent lens are still Canonical/Amazon affiliated links and purchases made will help fund Ubuntu. To install the independent shopping lens simply run the following two commands in the terminal (Ctrl+Alt+T).

sudo add-apt-repository ppa:markjtully/ppa
sudo apt-get update && sudo apt-get install unity-lens-shopping-alternate 

Remove shopping results from the home lens with the terminal command below. This will uninstall Canonical's default shopping lens.

sudo apt-get remove unity-lens-shopping

Found on omgubuntu