How To Install hawknl on Fedora 36
Introduction
In this tutorial we learn how to install hawknl
on Fedora 36.
What is hawknl
HawkNL is a free, open source, game oriented network API released under the GNU LGPL. HawkNL (NL) is a fairly low level API, a wrapper over Berkeley/Unix Sockets and Winsock. But NL also provides other features.
We can use yum
or dnf
to install hawknl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install hawknl.
Install hawknl 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 hawknl
using dnf
by running the following command:
sudo dnf -y install hawknl
Install hawknl 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 hawknl
using yum
by running the following command:
sudo yum -y install hawknl
How To Uninstall hawknl on Fedora 36
To uninstall only the hawknl
package we can use the following command:
sudo dnf remove hawknl
hawknl Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/57
/usr/lib/.build-id/57/c5bab3fb978d39b7815c702b3afd2ab3bd9dff
/usr/lib/libNL.so.1.6
/usr/lib/libNL.so.1.6.8
/usr/share/doc/hawknl
/usr/share/doc/hawknl/nlchanges.txt
/usr/share/doc/hawknl/readme.txt
References
Summary
In this tutorial we learn how to install hawknl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install hawknl on Fedora 36” linkTitle: “hawknl” type: “docs” description: “In this tutorial we learn how to install hawknl in Fedora 36. hawknl is Game oriented network library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/hawknl-featured.png
Introduction
In this tutorial we learn how to install hawknl
on Fedora 36.
What is hawknl
HawkNL is a free, open source, game oriented network API released under the GNU LGPL. HawkNL (NL) is a fairly low level API, a wrapper over Berkeley/Unix Sockets and Winsock. But NL also provides other features.
We can use yum
or dnf
to install hawknl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install hawknl.
Install hawknl 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 hawknl
using dnf
by running the following command:
sudo dnf -y install hawknl
Install hawknl 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 hawknl
using yum
by running the following command:
sudo yum -y install hawknl
How To Uninstall hawknl on Fedora 36
To uninstall only the hawknl
package we can use the following command:
sudo dnf remove hawknl
hawknl Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/c80398f1db2359ca00c98ca4051465b82f842b
/usr/lib64/libNL.so.1.6
/usr/lib64/libNL.so.1.6.8
/usr/share/doc/hawknl
/usr/share/doc/hawknl/nlchanges.txt
/usr/share/doc/hawknl/readme.txt
References
Summary
In this tutorial we learn how to install hawknl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).