15

I do not particularly appreciate the Amazon logo reminding me to consume every time I open the app overview in Ubuntu 17.10 and later?

Since previous questions have been related to the Amazon launcher of the 17.10-irrelevant Unity-specific unity-webapps-common package, the answers are no longer applicable.

How may I in uninstall the app Ubuntu 17.10 running GNOME Shell?

Rasmus
  • 8,375

2 Answers2

21
sudo apt purge ubuntu-web-launchers

does the trick.

pomsky
  • 68,507
noe m
  • 326
3

If you're bothered by its presence in app overview, you can simply go to usr/share/applications and remove the corresponding .desktop file (ubuntu-amazon-default.desktop) or add an extra NoDisplay=true line inside the .desktop file.

pomsky
  • 68,507