Installation

nobodd is distributed in several formats. The following sections detail installation on a variety of platforms.

Ubuntu PPA

For Ubuntu, it may be simplest to install from the author’s PPA as follows:

$ sudo add-apt-repository ppa:waveform/nobodd
$ sudo apt install nobodd

If you wish to remove nobodd:

$ sudo apt remove nobodd

The deb-packaging includes a full man-page, and systemd service definitions.

Other Platforms

If your platform is not covered by one of the sections above, nobodd is available from PyPI and can therefore be installed with the Python setuptools “pip” tool:

$ pip install nobodd

On some platforms you may need to use a Python 3 specific alias of pip:

$ pip3 install nobodd

If you do not have either of these tools available, please install the Python setuptools package first.

You can upgrade nobodd via pip:

$ pip install --upgrade nobodd

And removal can be performed as follows:

$ pip uninstall nobodd