brebis command not found

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

Introduction

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

brebis: command not found

or when using sudo you get the following error message

sudo: brebis: command not found

Solutions to brebis: command not found

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

In Ubuntu brebis is provided by brebis package.

brebis is:

Brebis parses backups (archives and file tree) to perform several different checks in order to verify your backup integrity and its associated content.

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

sudo apt-get -y install brebis

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

You can also use apt command to install brebis.

sudo apt -y install brebis

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

sudo aptitude install brebis

Summary

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