aewm++ command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
aewm++: command not found
or when using sudo you get the following error message
sudo: aewm++: command not found
Solutions to aewm++: command not found
How To Fix aewm++: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu aewm++ is provided by aewm++ package.
aewm++ is:
aewm++ is a minimal window manager for X11, based on aewm. It keeps aewm’s minimalist look and feel but is written in C++, and adds some modern features like virtual desktops. GNOME EWMH hints have been removed in this release, because upstream wants to focus on making the code stable and minimalistic.
This package used to include appbar, aewm++_fspanel, setrootimage and aewm++_xsession; these can now be found in the aewm++-goodies package.
To fix this problem, we can install more using the command below.
sudo apt-get -y install aewm++
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install aewm++.
sudo apt -y install aewm++
Or if you have aptitude installed you can use the following command.
sudo aptitude install aewm++
Summary
In this tutorial we learn how to fix aewm++ command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.