How to Install and Uninstall puppet-module-puppetlabs-tftp Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "puppet-module-puppetlabs-tftp" package

This is a short guide on how to install puppet-module-puppetlabs-tftp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install puppet-module-puppetlabs-tftp

2. Uninstall "puppet-module-puppetlabs-tftp" package

In this section, we are going to explain the necessary steps to uninstall puppet-module-puppetlabs-tftp on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove puppet-module-puppetlabs-tftp $ sudo apt autoclean && sudo apt autoremove

3. Information about the puppet-module-puppetlabs-tftp package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: puppet-module-puppetlabs-tftp
Priority: extra
Section: universe/admin
Installed-Size: 54
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.2.3-1
Depends: puppet-common, puppet-module-puppetlabs-stdlib
Filename: pool/universe/p/puppet-module-puppetlabs-tftp/puppet-module-puppetlabs-tftp_0.2.3-1_all.deb
Size: 8782
MD5sum: a43619d64365ff3f9dbd1334c8549d3a
SHA1: 950aec7d6603b32ae328e857e2a4fa32d2f1814f
SHA256: c79a50e4b4a3eaf398b2b8f3e224eef1543e05cbbcd0beeebbbebb6c64d558c1
Description-en: Puppet module for managing tftp-hpa
Puppet lets you centrally manage every important aspect of your system using a
cross-platform specification language that manages all the separate elements
normally aggregated in different files, like users, cron jobs, and hosts,
along with obviously discrete elements like packages, services, and files.
.
This module will install tftp-hpa as a xinetd service by default. It can be
overridden to run as a standalone daemon by setting the inetd parameter to
false.
.
Parameters:
* username: tftp daemon user, default tftp
* directory: service directory, default see params class.
* address: bind address, default 0.0.0.0.
* port: bind port, default 69.
* options: service option, default --secure.
* inetd: run service via xinetd, default true.
Description-md5: 5f2214e9bce6edf2c25165e65892a237
Homepage: https://github.com/puppetlabs/puppetlabs-tftp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu