How to Install and Uninstall boxes.x86_64 Package on Oracle Linux 9

Last updated: October 09,2024

1. Install "boxes.x86_64" package

Please follow the guidance below to install boxes.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install boxes.x86_64

2. Uninstall "boxes.x86_64" package

Here is a brief guide to show you how to uninstall boxes.x86_64 on Oracle Linux 9:

$ sudo dnf remove boxes.x86_64 $ sudo dnf autoremove

3. Information about the boxes.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:25:50 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : boxes
Version : 2.2.1
Release : 1.el9
Architecture : x86_64
Size : 80 k
Source : boxes-2.2.1-1.el9.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.