How To Install libknet1 on Fedora 34
Introduction
In this tutorial we learn how to install libknet1
on Fedora 34.
What is libknet1
The whole kronosnet core is implemented in this library. Please refer to the not-yet-existing documentation for further information. libknet1 1.20 2.fc34 x86_64 79 k kronosnet-1.20-2.fc34.src.rpm fedora Kronosnet core switching implementation https LGPLv2+ The whole kronosnet core is implemented in this library. Please refer to the not-yet-existing documentation for further information.
We can use yum
or dnf
to install libknet1
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libknet1.
Install libknet1 on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libknet1
using dnf
by running the following command:
sudo dnf -y install libknet1
Install libknet1 on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libknet1
using yum
by running the following command:
sudo yum -y install libknet1
How To Uninstall libknet1 on Fedora 34
To uninstall only the libknet1
package we can use the following command:
sudo dnf remove libknet1
libknet1 Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/6043f608a6abda0ca7662fc76547970b7a0385
/usr/lib/kronosnet
/usr/lib/libknet.so.1
/usr/lib/libknet.so.1.4.0
/usr/share/licenses/libknet1
/usr/share/licenses/libknet1/COPYING.applications
/usr/share/licenses/libknet1/COPYING.libraries
/usr/share/licenses/libknet1/COPYRIGHT
/usr/lib/.build-id
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/094ec7d6ad4c5611eb35f5a7652e9879a0ff6c
/usr/lib64/kronosnet
/usr/lib64/libknet.so.1
/usr/lib64/libknet.so.1.4.0
/usr/share/licenses/libknet1
/usr/share/licenses/libknet1/COPYING.applications
/usr/share/licenses/libknet1/COPYING.libraries
/usr/share/licenses/libknet1/COPYRIGHT
References
- [libknet1 website](https://kronosnet.org https://kronosnet.org)
Summary
In this tutorial we learn how to install libknet1
on Fedora 34 using yum and dnf.