How to Install and Uninstall lua5.1-binaryheap.noarch Package on Oracle Linux 8

Last updated: October 06,2024

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

Here is a brief guide to show you how to install lua5.1-binaryheap.noarch on Oracle Linux 8

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

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

Please follow the step by step instructions below to uninstall lua5.1-binaryheap.noarch on Oracle Linux 8:

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

3. Information about the lua5.1-binaryheap.noarch package on Oracle Linux 8

Last metadata expiration check: 5:54:12 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : lua5.1-binaryheap
Version : 0.4
Release : 1.el8
Architecture : noarch
Size : 16 k
Source : lua-binaryheap-0.4-1.el8.src.rpm
Repository : epel
Summary : Binary heap implementation for Lua 5.1
URL : https://github.com/Tieske/binaryheap.lua
License : MIT
Description : A Lua library implementing binary heap algorithm.