How To Install hnb on Fedora 36
Introduction
In this tutorial we learn how to install hnb
on Fedora 36.
What is hnb
Hierarchical notebook(hnb) is a curses program to structure many kinds of data in one place, for example addresses, to-do lists, ideas, book reviews or to store snippets of brainstorming. Writing structured documents and speech outlines. The default format is XML but hnb can also export to ASCII and HTML. External programs may be used for more advanced conversions of the XML data.
We can use yum
or dnf
to install hnb
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install hnb.
Install hnb 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 hnb
using dnf
by running the following command:
sudo dnf -y install hnb
Install hnb 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 hnb
using yum
by running the following command:
sudo yum -y install hnb
How To Uninstall hnb on Fedora 36
To uninstall only the hnb
package we can use the following command:
sudo dnf remove hnb
hnb Package Contents on Fedora 36
/usr/bin/hnb
/usr/lib/.build-id
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/fb7969011b21e105d0a897f4b2b144d1e795eb
/usr/share/doc/hnb
/usr/share/doc/hnb/Documentation.html
/usr/share/doc/hnb/README
/usr/share/doc/hnb/hnbrc
/usr/share/doc/hnb/hnbrc.vi
/usr/share/licenses/hnb
/usr/share/licenses/hnb/COPYING
/usr/share/man/man1/hnb.1.gz
References
Summary
In this tutorial we learn how to install hnb
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).