drbl-live-boinc command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
drbl-live-boinc: command not found
or when using sudo you get the following error message
sudo: drbl-live-boinc: command not found
Solutions to drbl-live-boinc: command not found
How To Fix drbl-live-boinc: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu drbl-live-boinc is provided by drbl package.
drbl is:
DRBL (Diskless Remote Boot in Linux) provides a diskless or systemless environment for client machines. It works on Debian, Ubuntu, Mandriva, Red Hat, Fedora, CentOS and OpenSuSE. DRBL uses distributed hardware resources and makes it possible for clients to fully access local hardware. It also includes Clonezilla, a partition and disk cloning utility similar to Symantec Ghost(TM) or True Image(TM).
For more details, check
- http://drbl.sourceforge.net (English)
- http://drbl.nchc.org.tw (Chinese Big5 - Taiwan)
To fix this problem, we can install more using the command below.
sudo apt-get -y install drbl
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install drbl.
sudo apt -y install drbl
Or if you have aptitude installed you can use the following command.
sudo aptitude install drbl
Summary
In this tutorial we learn how to fix drbl-live-boinc command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.