apwal command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
apwal: command not found
or when using sudo you get the following error message
sudo: apwal: command not found
Solutions to apwal: command not found
How To Fix apwal: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu apwal is provided by apwal package.
apwal is:
Apwal is a simple icon-based application launcher. It consists of two components: the application launcher itself, and the configuration editor.
Upon startup, Apwal displays icons at the mouse pointer location. Left clicking on the icons launches applications, and right-clicking opens Apwal Editor.
Apwal Editor is an easy to use graphical interface to configure Apwal. An icon selector displays icons available on your filesystem. Several filters are available to ease the search (by extension, by size, by name, etc.).
To fix this problem, we can install more using the command below.
sudo apt-get -y install apwal
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install apwal.
sudo apt -y install apwal
Or if you have aptitude installed you can use the following command.
sudo aptitude install apwal
Summary
In this tutorial we learn how to fix apwal command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.