hoteldruid-launcher command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
hoteldruid-launcher: command not found
or when using sudo you get the following error message
sudo: hoteldruid-launcher: command not found
Solutions to hoteldruid-launcher: command not found
How To Fix hoteldruid-launcher: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu hoteldruid-launcher is provided by hoteldruid package.
hoteldruid is:
HotelDruid is designed to make hotel rooms, bed and breakfast apartments, or any other kind of daily rental easy to manage from a web browser.
Main features:
- automatic assignment of reservations to rooms by user-defined rules;
- creation of public web pages displaying room availability, etc.;
- saving, printing, and emailing of documents and invoices;
- electronic point of sale;
- management of groups and privileges for multi-user operation;
- generation of statistical reports.
It uses an SQLite database by default but can be configured for use with MySQL or PostgreSQL.
To fix this problem, we can install more using the command below.
sudo apt-get -y install hoteldruid
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install hoteldruid.
sudo apt -y install hoteldruid
Or if you have aptitude installed you can use the following command.
sudo aptitude install hoteldruid
Summary
In this tutorial we learn how to fix hoteldruid-launcher command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.