How to Install and Uninstall boxes.x86_64 Package on CentOS Stream 8

Last updated: October 07,2024

1. Install "boxes.x86_64" package

In this section, we are going to explain the necessary steps to install boxes.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install boxes.x86_64

2. Uninstall "boxes.x86_64" package

Please follow the instructions below to uninstall boxes.x86_64 on CentOS Stream 8:

$ sudo dnf remove boxes.x86_64 $ sudo dnf autoremove

3. Information about the boxes.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1:58:18 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : boxes
Version : 2.2.1
Release : 1.el8
Architecture : x86_64
Size : 89 k
Source : boxes-2.2.1-1.el8.src.rpm
Repository : epel
Summary : Command line ASCII boxes unlimited!
URL : http://boxes.thomasjensen.com
License : GPLv3
Description : Boxes is a command line program which draws, removes, and repairs ASCII art
: boxes. It operates as a text filter. The generated boxes may even be removed
: and repaired again if they were 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.
:
: Boxes is useful for making the function headers in your programming language
: look better, for spicing up news postings and emails, or just for decorating
: documentation files. Since the drawn box is matched in size to your input
: text, you can use boxes in scripts to dynamically add boxes around stuff.