How To Install libnet-doc on Fedora 36

In this tutorial we learn how to install libnet-doc in Fedora 36. libnet-doc is Documentation files for the libnet library

Introduction

In this tutorial we learn how to install libnet-doc on Fedora 36.

What is libnet-doc

Libnet is an API to help with the construction and handling of network packets. It provides a portable framework for low-level network packet writing and handling. This package contains the API documentation for developing applications that use libnet.

We can use yum or dnf to install libnet-doc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libnet-doc.

Install libnet-doc 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 libnet-doc using dnf by running the following command:

sudo dnf -y install libnet-doc

Install libnet-doc 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 libnet-doc using yum by running the following command:

sudo yum -y install libnet-doc

How To Uninstall libnet-doc on Fedora 36

To uninstall only the libnet-doc package we can use the following command:

sudo dnf remove libnet-doc

libnet-doc Package Contents on Fedora 36

/usr/share/doc/libnet-doc
/usr/share/doc/libnet-doc/html
/usr/share/doc/libnet-doc/html/api-style.css
/usr/share/doc/libnet-doc/html/bc_s.png
/usr/share/doc/libnet-doc/html/bdwn.png
/usr/share/doc/libnet-doc/html/closed.png
/usr/share/doc/libnet-doc/html/dir_e68e8157741866f444e17edd764ebbae.html
/usr/share/doc/libnet-doc/html/dir_ed2ea6fa9dd8c0955bed21923c437b2a.html
/usr/share/doc/libnet-doc/html/doc.png
/usr/share/doc/libnet-doc/html/doxygen.css
/usr/share/doc/libnet-doc/html/doxygen.svg
/usr/share/doc/libnet-doc/html/dynsections.js
/usr/share/doc/libnet-doc/html/files.html
/usr/share/doc/libnet-doc/html/folderclosed.png
/usr/share/doc/libnet-doc/html/folderopen.png
/usr/share/doc/libnet-doc/html/globals.html
/usr/share/doc/libnet-doc/html/globals_defs.html
/usr/share/doc/libnet-doc/html/globals_func.html
/usr/share/doc/libnet-doc/html/graph_legend.html
/usr/share/doc/libnet-doc/html/graph_legend.md5
/usr/share/doc/libnet-doc/html/graph_legend.png
/usr/share/doc/libnet-doc/html/index.html
/usr/share/doc/libnet-doc/html/jquery.js
/usr/share/doc/libnet-doc/html/libnet-functions_8h.html
/usr/share/doc/libnet-doc/html/libnet-functions_8h__dep__incl.map
/usr/share/doc/libnet-doc/html/libnet-functions_8h__dep__incl.md5
/usr/share/doc/libnet-doc/html/libnet-functions_8h__dep__incl.png
/usr/share/doc/libnet-doc/html/libnet-functions_8h_source.html
/usr/share/doc/libnet-doc/html/libnet-macros_8h.html
/usr/share/doc/libnet-doc/html/libnet-macros_8h__dep__incl.map
/usr/share/doc/libnet-doc/html/libnet-macros_8h__dep__incl.md5
/usr/share/doc/libnet-doc/html/libnet-macros_8h__dep__incl.png
/usr/share/doc/libnet-doc/html/libnet-macros_8h_source.html
/usr/share/doc/libnet-doc/html/libnet_8h.html
/usr/share/doc/libnet-doc/html/libnet_8h__incl.map
/usr/share/doc/libnet-doc/html/libnet_8h__incl.md5
/usr/share/doc/libnet-doc/html/libnet_8h__incl.png
/usr/share/doc/libnet-doc/html/libnet_8h_source.html
/usr/share/doc/libnet-doc/html/nav_f.png
/usr/share/doc/libnet-doc/html/nav_g.png
/usr/share/doc/libnet-doc/html/nav_h.png
/usr/share/doc/libnet-doc/html/open.png
/usr/share/doc/libnet-doc/html/splitbar.png
/usr/share/doc/libnet-doc/html/sync_off.png
/usr/share/doc/libnet-doc/html/sync_on.png
/usr/share/doc/libnet-doc/html/tab_a.png
/usr/share/doc/libnet-doc/html/tab_b.png
/usr/share/doc/libnet-doc/html/tab_h.png
/usr/share/doc/libnet-doc/html/tab_s.png
/usr/share/doc/libnet-doc/html/tabs.css

References

Summary

In this tutorial we learn how to install libnet-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).