How to Install and Uninstall lua5.1-bitop.x86_64 Package on Oracle Linux 9

Last updated: May 18,2024

1. Install "lua5.1-bitop.x86_64" package

This tutorial shows how to install lua5.1-bitop.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install lua5.1-bitop.x86_64

2. Uninstall "lua5.1-bitop.x86_64" package

This tutorial shows how to uninstall lua5.1-bitop.x86_64 on Oracle Linux 9:

$ sudo dnf remove lua5.1-bitop.x86_64 $ sudo dnf autoremove

3. Information about the lua5.1-bitop.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:52:59 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : lua5.1-bitop
Version : 1.0.2
Release : 10.el9
Architecture : x86_64
Size : 13 k
Source : lua-bitop-1.0.2-10.el9.src.rpm
Repository : epel
Summary : C extension module for Lua 5.1 which adds bit-wise operations on numbers
URL : http://bitop.luajit.org/
License : MIT
Description : Lua BitOp is a C extension module for Lua 5.1/5.2 which adds bit-wise
: operations on numbers.