How To Install manedit on Fedora 36
Introduction
In this tutorial we learn how to install manedit
on Fedora 36.
What is manedit
ManEdit is a UNIX manual page editor and viewer, it is designed specifically for the editing of the UNIX manual page format using an integrated XML interface. NOTE especially UTF-8 characters will be garbled.
We can use yum
or dnf
to install manedit
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install manedit.
Install manedit 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 manedit
using dnf
by running the following command:
sudo dnf -y install manedit
Install manedit 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 manedit
using yum
by running the following command:
sudo yum -y install manedit
How To Uninstall manedit on Fedora 36
To uninstall only the manedit
package we can use the following command:
sudo dnf remove manedit
manedit Package Contents on Fedora 36
/usr/bin/manedit
/usr/bin/manview
/usr/lib/.build-id
/usr/lib/.build-id/26
/usr/lib/.build-id/26/030ae3f1c80c0b6e4987aaed0a9b51e6b85088
/usr/share/applications/manedit.desktop
/usr/share/applications/manview.desktop
/usr/share/doc/manedit
/usr/share/doc/manedit/AUTHORS
/usr/share/doc/manedit/LICENSE
/usr/share/doc/manedit/README
/usr/share/icons/hicolor/16x16/apps/manedit_viewer.xpm
/usr/share/icons/hicolor/32x32/apps/manedit.xpm
/usr/share/icons/hicolor/48x48/apps/manedit.xpm
/usr/share/icons/hicolor/48x48/apps/manedit_viewer.xpm
/usr/share/man/man1/manedit.1.gz
/usr/share/manedit
/usr/share/manedit/help
/usr/share/manedit/help/index.html
/usr/share/manedit/help/manedit_heading.gif
/usr/share/manedit/help/tutorial.html
/usr/share/manedit/help/xml_reference.html
/usr/share/manedit/templates
/usr/share/manedit/templates/api.mpt
/usr/share/manedit/templates/config.mpt
/usr/share/manedit/templates/intro.mpt
/usr/share/manedit/templates/program.mpt
References
Summary
In this tutorial we learn how to install manedit
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).