How To Install ansifilter-gui on Fedora 36
Introduction
In this tutorial we learn how to install ansifilter-gui
on Fedora 36.
What is ansifilter-gui
Ansifilter handles text files containing ANSI terminal escape codes. The command sequences may be stripped or be interpreted to generate formatted output (HTML, RTF, TeX, LaTeX, BBCode). This is a GUI of ansifilter based on Qt5.
We can use yum
or dnf
to install ansifilter-gui
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ansifilter-gui.
Install ansifilter-gui 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 ansifilter-gui
using dnf
by running the following command:
sudo dnf -y install ansifilter-gui
Install ansifilter-gui 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 ansifilter-gui
using yum
by running the following command:
sudo yum -y install ansifilter-gui
How To Uninstall ansifilter-gui on Fedora 36
To uninstall only the ansifilter-gui
package we can use the following command:
sudo dnf remove ansifilter-gui
ansifilter-gui Package Contents on Fedora 36
/usr/bin/ansifilter-gui
/usr/lib/.build-id
/usr/lib/.build-id/93
/usr/lib/.build-id/93/a863f8161b7cf67ce6fdadf517c23ad0555953
/usr/share/applications/ansifilter.desktop
/usr/share/doc/ansifilter-gui
/usr/share/doc/ansifilter-gui/ChangeLog.adoc
/usr/share/doc/ansifilter-gui/README.adoc
/usr/share/licenses/ansifilter-gui
/usr/share/licenses/ansifilter-gui/COPYING
/usr/share/pixmaps/ansifilter.png
/usr/share/pixmaps/ansifilter.xpm
References
Summary
In this tutorial we learn how to install ansifilter-gui
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).