Ubuntu 16.04.6 LTS & daemonize package issue
MedAnd opened this issue · 1 comments
MedAnd commented
Trying to follow the guide by running:
sudo apt install dbus policykit-1 daemonize
Output:
E: Unable to locate package daemonize
shayne commented
You can build from source.
$ sudo apt-get install build-essential
Source is https://github.com/bmc/daemonize
daemonize/ $ ./configure
daemonize/ $ make
daemonize/ $ sudo make install