How To Install libwicked on Fedora 36
Introduction
In this tutorial we learn how to install libwicked on Fedora 36.
What is libwicked
Wicked is a network configuration infrastructure incorporating a number of existing frameworks into a unified architecture, providing a DBUS interface to network configuration. This package provides the wicked shared library.
We can use yum or dnf to install libwicked on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libwicked.
Install libwicked 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 libwicked using dnf by running the following command:
sudo dnf -y install libwicked
Install libwicked 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 libwicked using yum by running the following command:
sudo yum -y install libwicked
How To Uninstall libwicked on Fedora 36
To uninstall only the libwicked package we can use the following command:
sudo dnf remove libwicked
libwicked Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/cdca6bd45305ec81b21eedf04e414c3a2d6f09
/usr/lib/libwicked-0.6.69.so
/usr/share/licenses/libwicked
/usr/share/licenses/libwicked/COPYING
References
Summary
In this tutorial we learn how to install libwicked on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libwicked on Fedora 36” linkTitle: “libwicked” type: “docs” description: “In this tutorial we learn how to install libwicked in Fedora 36. libwicked is Network configuration infrastructure - Shared library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libwicked-featured.png
Introduction
In this tutorial we learn how to install libwicked on Fedora 36.
What is libwicked
Wicked is a network configuration infrastructure incorporating a number of existing frameworks into a unified architecture, providing a DBUS interface to network configuration. This package provides the wicked shared library.
We can use yum or dnf to install libwicked on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libwicked.
Install libwicked 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 libwicked using dnf by running the following command:
sudo dnf -y install libwicked
Install libwicked 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 libwicked using yum by running the following command:
sudo yum -y install libwicked
How To Uninstall libwicked on Fedora 36
To uninstall only the libwicked package we can use the following command:
sudo dnf remove libwicked
libwicked Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/d429ea4ce87335587513137bfe14b76645a5de
/usr/lib64/libwicked-0.6.69.so
/usr/share/licenses/libwicked
/usr/share/licenses/libwicked/COPYING
References
Summary
In this tutorial we learn how to install libwicked on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).