l3afpad command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
l3afpad: command not found
or when using sudo you get the following error message
sudo: l3afpad: command not found
Solutions to l3afpad: command not found
How To Fix l3afpad: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu l3afpad is provided by l3afpad package.
l3afpad is:
simple GTK+ text editor that emphasizes simplicity. As development focuses on keeping weight down to a minimum, only the most essential features are implemented in the editor. L3afpad is simple to use, is easily compiled, requires few libraries, and starts up quickly.
To fix this problem, we can install more using the command below.
sudo apt-get -y install l3afpad
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install l3afpad.
sudo apt -y install l3afpad
Or if you have aptitude installed you can use the following command.
sudo aptitude install l3afpad
Summary
In this tutorial we learn how to fix l3afpad command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.