How To Install boxes on Fedora 36
Introduction
In this tutorial we learn how to install boxes
on Fedora 36.
What is boxes
“boxes” is a text filter which can draw ASCII art boxes around its input text. These boxes may also be removed, even if they have been badly damaged by editing of the text inside. Since boxes may be open on any side, boxes can also be used to create regional comments in any programming language. With the help of an editor macro or mapping, damaged boxes can easily be repaired. This is useful for making the function headers in your programming language look better, for spicing up your news postings and emails, or just for decorating your documentation files. New box designs of all sorts can easily be added and shared by appending to a free format configuration file. boxes was intended to be used with the vim text editor, but can be tied to any text editor which supports filters.
We can use yum
or dnf
to install boxes
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install boxes.
Install boxes 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 boxes
using dnf
by running the following command:
sudo dnf -y install boxes
Install boxes 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 boxes
using yum
by running the following command:
sudo yum -y install boxes
How To Uninstall boxes on Fedora 36
To uninstall only the boxes
package we can use the following command:
sudo dnf remove boxes
boxes Package Contents on Fedora 36
/usr/bin/boxes
/usr/lib/.build-id
/usr/lib/.build-id/69
/usr/lib/.build-id/69/7d6ff6db3ba2ae69c7c68f186bbfc1f3ae3284
/usr/share/boxes
/usr/share/boxes/boxes
/usr/share/doc/boxes
/usr/share/doc/boxes/README.md
/usr/share/licenses/boxes
/usr/share/licenses/boxes/LICENSE
/usr/share/man/man1/boxes.1.gz
References
Summary
In this tutorial we learn how to install boxes
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).