wajig command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wajig: command not found
or when using sudo you get the following error message
sudo: wajig: command not found
Solutions to wajig: command not found
How To Fix wajig: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wajig is provided by wajig package.
wajig is:
A command-line wrapper around apt, apt-cache, dpkg, aptitude, and more. The goal is to ease system management by unifying the main functions of these tools from one interface.
For a short guide, run this command: $ wajig help
To fix this problem, we can install more using the command below.
sudo apt-get -y install wajig
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wajig.
sudo apt -y install wajig
Or if you have aptitude installed you can use the following command.
sudo aptitude install wajig
Summary
In this tutorial we learn how to fix wajig command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.