galleta command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
galleta: command not found
or when using sudo you get the following error message
sudo: galleta: command not found
Solutions to galleta: command not found
How To Fix galleta: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu galleta is provided by galleta package.
galleta is:
Galleta is a forensics tool that examines the content of cookie files produced by Microsoft Internet Explorer (MSIE). It parses the file and outputs a field separated that can be loaded in a spreadsheet.
To fix this problem, we can install more using the command below.
sudo apt-get -y install galleta
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install galleta.
sudo apt -y install galleta
Or if you have aptitude installed you can use the following command.
sudo aptitude install galleta
Summary
In this tutorial we learn how to fix galleta command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.