The objective of this article is to show how to remove Amazon dash launcher on Ubuntu 20.04 Focal Fossa Linux.
In this tutorial you will learn:
- How to Remove Amazon dash launcher
Software Requirements and Conventions Used
| Category | Requirements, Conventions or Software Version Used |
|---|---|
| System | Installed Ubuntu 20.04 or upgraded Ubuntu 20.04 Focal Fossa |
| Software | N/A |
| Other | Privileged access to your Linux system as root or via the sudo command. |
| Conventions |
# – requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command$ – requires given linux commands to be executed as a regular non-privileged user |
Remove Amazon dash launcher on Ubuntu 20.04 Focal Fossa Linux step by step instructions
- Open up terminal and remove the
ubuntu-web-launcherspackage as well purge all related configuration files by using the dpkg command:$ sudo dpkg -P ubuntu-web-launchers
- The launchers are now removed.
