How to Install and Uninstall lldpd Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "lldpd" package

Here is a brief guide to show you how to install lldpd on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install lldpd

2. Uninstall "lldpd" package

This guide let you learn how to uninstall lldpd on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove lldpd $ sudo apt autoclean && sudo apt autoremove

3. Information about the lldpd package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: lldpd
Priority: optional
Section: universe/net
Installed-Size: 489
Maintainer: Ubuntu Developers
Original-Maintainer: Vincent Bernat
Architecture: amd64
Version: 0.7.19-1
Depends: libbsd0 (>= 0.6.0), libc6 (>= 2.15), libevent-2.0-5 (>= 2.0.10-stable), libjansson4 (>= 2.0.1), libreadline6 (>= 6.0), libsnmp30 (>= 5.7.3+dfsg-1ubuntu2~dfsg), libxml2 (>= 2.7.4), init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), adduser
Suggests: snmpd
Filename: pool/universe/l/lldpd/lldpd_0.7.19-1_amd64.deb
Size: 144610
MD5sum: 24f810857991766d5bf8831a66fa5dfd
SHA1: ec5d77c12e2542a631835bff678e25212f437fce
SHA256: 0eb20040cf8f37d446a8bd25a840aa01f8a64efd1b18075f3037b4e7dafb491d
Description-en: implementation of IEEE 802.1ab (LLDP)
LLDP is an industry standard protocol designed to supplant
proprietary Link-Layer protocols such as Extreme's EDP (Extreme
Discovery Protocol) and CDP (Cisco Discovery Protocol). The goal of
LLDP is to provide an inter-vendor compatible mechanism to deliver
Link-Layer notifications to adjacent network devices.
.
This implementation provides LLDP sending and reception, supports
VLAN and includes an SNMP subagent that can interface to an SNMP
agent through AgentX protocol.
.
This daemon is also able to deal with CDP, SONMP, FDP and EDP
protocol. It also handles LLDP-MED extension.
Description-md5: 4f097f2036684d8c2f91a8dc0e5f8db0
Homepage: http://vincentbernat.github.com/lldpd/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu