How To Install lldpad-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install lldpad-devel.x86_64 in Amazon Linux 2. lldpad-devel.x86_64 is Development files for lldpad
Introduction
In this tutorial we learn how to install lldpad-devel.x86_64 on Amazon Linux 2.
What is lldpad-devel.x86_64
The lldpad-devel package contains header files for developing applications that use lldpad.
We can use yum to install lldpad-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install lldpad-devel.x86_64.
Install lldpad-devel.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install lldpad-devel.x86_64 using yum by running the following command:
sudo yum -y install lldpad-devel.x86_64
How To Uninstall lldpad-devel.x86_64 on Amazon Linux 2
To uninstall only the lldpad-devel.x86_64 package we can use the following command:
sudo yum remove lldpad-devel.x86_64
lldpad-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/lldpad
/usr/include/lldpad/clif.h
/usr/include/lldpad/clif_msgs.h
/usr/include/lldpad/clif_sock.h
/usr/include/lldpad/dcb_types.h
/usr/include/lldpad/dcbnl.h
/usr/include/lldpad/lldp_8021qaz_cmds.h
/usr/include/lldpad/lldp_8023_cmds.h
/usr/include/lldpad/lldp_basman_cmds.h
/usr/include/lldpad/lldp_dcbx_cmds.h
/usr/include/lldpad/lldp_evb_cmds.h
/usr/include/lldpad/lldp_mand_cmds.h
/usr/include/lldpad/lldp_med_cmds.h
/usr/include/lldpad/lldp_util.h
/usr/include/lldpad/lldpad.h
/usr/include/lldpad/lldpad_status.h
/usr/include/lldpad/netlink.h
/usr/include/lldpad/qbg_vdp_cmds.h
/usr/include/lldpad/rtnetlink.h
/usr/lib64/liblldp_clif.so
/usr/lib64/pkgconfig/liblldp_clif.pc
/usr/lib64/pkgconfig/lldpad.pc
References
Summary
In this tutorial we learn how to install lldpad-devel.x86_64 on Amazon Linux 2 using yum.