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

Last updated: October 05,2024

1. Install "boxes.x86_64" package

This guide let you learn how to install boxes.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install boxes.x86_64

2. Uninstall "boxes.x86_64" package

Please follow the steps below to uninstall boxes.x86_64 on CentOS Stream 9:

$ sudo dnf remove boxes.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:34:10 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : boxes
Version : 2.3.0
Release : 2.el9
Architecture : x86_64
Size : 92 k
Source : boxes-2.3.0-2.el9.src.rpm
Repository : epel
Summary : Command line ASCII boxes unlimited!
URL : http://boxes.thomasjensen.com
License : GPL-3.0-only
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.