rifiuti command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
rifiuti: command not found
or when using sudo you get the following error message
sudo: rifiuti: command not found
Solutions to rifiuti: command not found
How To Fix rifiuti: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu rifiuti is provided by rifiuti package.
rifiuti is:
Rifiuti is a tool to examine the INFO2 files. The INFO2 file gives meta information about the files found in the MS Windows recycle bin.
This package is useful in forensics investigations.
To fix this problem, we can install more using the command below.
sudo apt-get -y install rifiuti
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install rifiuti.
sudo apt -y install rifiuti
Or if you have aptitude installed you can use the following command.
sudo aptitude install rifiuti
Summary
In this tutorial we learn how to fix rifiuti command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.