grop command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
grop: command not found
or when using sudo you get the following error message
sudo: grop: command not found
Solutions to grop: command not found
How To Fix grop: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu grop is provided by grop package.
grop is:
Grop is the graphic interface of porg. It uses and depends on the GTKMM library. It’s not meant to be a replacement of porg, since it lacks some important features like logging package installations, but it allows for manipulating the installed packages in a more comfortable way.
This package is a complete replacement for the deprecated ‘gpaco’ package.
To fix this problem, we can install more using the command below.
sudo apt-get -y install grop
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install grop.
sudo apt -y install grop
Or if you have aptitude installed you can use the following command.
sudo aptitude install grop
Summary
In this tutorial we learn how to fix grop command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.