How To Install netcf-libs.x86_64 on Amazon Linux 2
In this tutorial we learn how to install netcf-libs.x86_64 in Amazon Linux 2. netcf-libs.x86_64 is Libraries for netcf
Introduction
In this tutorial we learn how to install netcf-libs.x86_64
on Amazon Linux 2.
What is netcf-libs.x86_64
The libraries for netcf.
We can use yum
to install netcf-libs.x86_64
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install netcf-libs.x86_64.
Install netcf-libs.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 netcf-libs.x86_64
using yum
by running the following command:
sudo yum -y install netcf-libs.x86_64
How To Uninstall netcf-libs.x86_64 on Amazon Linux 2
To uninstall only the netcf-libs.x86_64
package we can use the following command:
sudo yum remove netcf-libs.x86_64
netcf-libs.x86_64 Package Contents on Amazon Linux 2
/usr/lib/systemd/system/netcf-transaction.service
/usr/lib64/libnetcf.so.1
/usr/lib64/libnetcf.so.1.4.0
/usr/libexec/netcf-transaction.sh
/usr/share/doc/netcf-libs-0.2.8
/usr/share/doc/netcf-libs-0.2.8/AUTHORS
/usr/share/doc/netcf-libs-0.2.8/COPYING
/usr/share/doc/netcf-libs-0.2.8/NEWS
/usr/share/netcf
/usr/share/netcf/lenses
/usr/share/netcf/lenses/netcf.aug
/usr/share/netcf/lenses/persist_net_rules.aug
/usr/share/netcf/lenses/routes.aug
/usr/share/netcf/xml
/usr/share/netcf/xml/augeas.rng
/usr/share/netcf/xml/debian-get.xsl
/usr/share/netcf/xml/debian-put.xsl
/usr/share/netcf/xml/interface.rng
/usr/share/netcf/xml/redhat-get.xsl
/usr/share/netcf/xml/redhat-put.xsl
/usr/share/netcf/xml/suse-get.xsl
/usr/share/netcf/xml/suse-put.xsl
/usr/share/netcf/xml/util-get.xsl
/usr/share/netcf/xml/util-put.xsl
References
Summary
In this tutorial we learn how to install netcf-libs.x86_64
on Amazon Linux 2 using yum.