How To Install libnetconf2 on Fedora 36
Introduction
In this tutorial we learn how to install libnetconf2 on Fedora 36.
What is libnetconf2
libnetconf2 is a NETCONF library in C intended for building NETCONF clients and servers. NETCONF is the NETwork CONFiguration protocol introduced by IETF.
We can use yum or dnf to install libnetconf2 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libnetconf2.
Install libnetconf2 on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libnetconf2 using dnf by running the following command:
sudo dnf -y install libnetconf2
Install libnetconf2 on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libnetconf2 using yum by running the following command:
sudo yum -y install libnetconf2
How To Uninstall libnetconf2 on Fedora 36
To uninstall only the libnetconf2 package we can use the following command:
sudo dnf remove libnetconf2
libnetconf2 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/50
/usr/lib/.build-id/50/120df6aa8078c6e2984ddfe930e461ee7ee43b
/usr/lib64/libnetconf2.so.2
/usr/lib64/libnetconf2.so.2.1.20
/usr/share/doc/libnetconf2
/usr/share/doc/libnetconf2/FAQ.md
/usr/share/doc/libnetconf2/README.md
/usr/share/licenses/libnetconf2
/usr/share/licenses/libnetconf2/LICENSE
References
Summary
In this tutorial we learn how to install libnetconf2 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libnetconf2 on Fedora 36” linkTitle: “libnetconf2” type: “docs” description: “In this tutorial we learn how to install libnetconf2 in Fedora 36. libnetconf2 is NETCONF protocol library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libnetconf2-featured.png
Introduction
In this tutorial we learn how to install libnetconf2 on Fedora 36.
What is libnetconf2
libnetconf2 is a NETCONF library in C intended for building NETCONF clients and servers. NETCONF is the NETwork CONFiguration protocol introduced by IETF.
We can use yum or dnf to install libnetconf2 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libnetconf2.
Install libnetconf2 on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libnetconf2 using dnf by running the following command:
sudo dnf -y install libnetconf2
Install libnetconf2 on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libnetconf2 using yum by running the following command:
sudo yum -y install libnetconf2
How To Uninstall libnetconf2 on Fedora 36
To uninstall only the libnetconf2 package we can use the following command:
sudo dnf remove libnetconf2
libnetconf2 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/81f1fb63caf2442c908da21b8d0b59e8ccf562
/usr/lib/libnetconf2.so.2
/usr/lib/libnetconf2.so.2.1.20
/usr/share/doc/libnetconf2
/usr/share/doc/libnetconf2/FAQ.md
/usr/share/doc/libnetconf2/README.md
/usr/share/licenses/libnetconf2
/usr/share/licenses/libnetconf2/LICENSE
References
Summary
In this tutorial we learn how to install libnetconf2 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).