Installation
nobodd is distributed in several formats. The following sections detail installation on a variety of platforms.
Ubuntu
For Ubuntu, simply install from the package repository:
$ sudo apt install nobodd-tftpd nobodd-tools
If you wish to remove nobodd:
$ sudo apt remove nobodd-tftpd nobodd-tools
The deb-packaging includes a full man-page, and systemd service definitions in the tftpd package.
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