How to Install and Uninstall basez.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 05,2024

1. Install "basez.x86_64" package

Please follow the steps below to install basez.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install basez.x86_64

2. Uninstall "basez.x86_64" package

This tutorial shows how to uninstall basez.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove basez.x86_64 $ sudo dnf autoremove

3. Information about the basez.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:39:41 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : basez
Version : 1.6.2
Release : 1.el9
Architecture : x86_64
Size : 46 k
Source : basez-1.6.2-1.el9.src.rpm
Repository : epel
Summary : Base 16/32/64 encode/decode data to standard output
URL : http://www.quarkline.net/basez/
License : GPL-3.0-or-later AND CC-BY-3.0-US AND BSD-2-Clause AND FSFAP
Description : BaseZ encodes/decodes base16, base32, base32hex, base64 or base64url data
: stream per RFC 4648; MIME base64 Content-Transfer-Encoding per RFC 2045;
: or PEM Printable Encoding per RFC 1421.
:
: This binary package provides a list of commands: basez hex unhex base16
: base32plain base32hex base64plain base64url base64mime base64pem
:
: base32/64 are OMITTED from this package since coreutils provides them.