How to Install and Uninstall lua-binaryheap.noarch Package on Oracle Linux 9

Last updated: November 28,2024

1. Install "lua-binaryheap.noarch" package

Here is a brief guide to show you how to install lua-binaryheap.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install lua-binaryheap.noarch

2. Uninstall "lua-binaryheap.noarch" package

Learn how to uninstall lua-binaryheap.noarch on Oracle Linux 9:

$ sudo dnf remove lua-binaryheap.noarch $ sudo dnf autoremove

3. Information about the lua-binaryheap.noarch package on Oracle Linux 9

Last metadata expiration check: 3:04:30 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : lua-binaryheap
Version : 0.4
Release : 7.el9
Architecture : noarch
Size : 16 k
Source : lua-binaryheap-0.4-7.el9.src.rpm
Repository : epel
Summary : Binary heap implementation for Lua
URL : https://github.com/Tieske/binaryheap.lua
License : MIT
Description : A Lua library implementing binary heap algorithm.