rarcrack command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
rarcrack: command not found
or when using sudo you get the following error message
sudo: rarcrack: command not found
Solutions to rarcrack: command not found
How To Fix rarcrack: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu rarcrack is provided by rarcrack package.
rarcrack is:
This program uses a brute force algorithm to guess your encrypted compressed file’s password.
This program can crack zip,7z and rar file passwords.
To fix this problem, we can install more using the command below.
sudo apt-get -y install rarcrack
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install rarcrack.
sudo apt -y install rarcrack
Or if you have aptitude installed you can use the following command.
sudo aptitude install rarcrack
Summary
In this tutorial we learn how to fix rarcrack command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.