durep command not found

In this troubleshooting guide we learn how to fix durep command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

durep: command not found

or when using sudo you get the following error message

sudo: durep: command not found

Solutions to durep: command not found

How To Fix durep: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu durep is provided by durep package.

durep is:

durep is a perl script used for disk usage reports. It can generate text output with bar graphs to allow easy comparisons of disk usage between directories. It can also generate web pages which can be navigated through the directory structure. This allows easy visual monitoring of disk usage.

To fix this problem, we can install more using the command below.

sudo apt-get -y install durep

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install durep.

sudo apt -y install durep

Or if you have aptitude installed you can use the following command.

sudo aptitude install durep

Summary

In this tutorial we learn how to fix durep command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.