pacman4consoleedit command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pacman4consoleedit: command not found
or when using sudo you get the following error message
sudo: pacman4consoleedit: command not found
Solutions to pacman4consoleedit: command not found
How To Fix pacman4consoleedit: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pacman4consoleedit is provided by pacman4console package.
pacman4console is:
Pacman4Console is a simple pacman game for the terminal. It is played on the command-line, with ASCII character graphics.
It has nine levels by default, and you can make your own with its own level editor.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pacman4console
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pacman4console.
sudo apt -y install pacman4console
Or if you have aptitude installed you can use the following command.
sudo aptitude install pacman4console
Summary
In this tutorial we learn how to fix pacman4consoleedit command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.