How to Install and Uninstall lua5.1-basexx.noarch Package on CentOS 8 / RHEL 8

Last updated: April 28,2024

1. Install "lua5.1-basexx.noarch" package

Please follow the guidance below to install lua5.1-basexx.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install lua5.1-basexx.noarch

2. Uninstall "lua5.1-basexx.noarch" package

This tutorial shows how to uninstall lua5.1-basexx.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove lua5.1-basexx.noarch $ sudo dnf autoremove

3. Information about the lua5.1-basexx.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:02:15 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : lua5.1-basexx
Version : 0.4.0
Release : 2.el8
Architecture : noarch
Size : 11 k
Source : lua-basexx-0.4.0-2.el8.src.rpm
Repository : epel
Summary : BaseXX encoding and decoding library for Lua 5.1
URL : https://github.com/aiq/basexx/
License : MIT
Description : A Lua library for base2, base16, base32, base64, base85 decoding and encoding
: of data strings.