How to Install and Uninstall lua-binaryheap.noarch Package on CentOS Stream 8

Last updated: May 03,2024

1. Install "lua-binaryheap.noarch" package

In this section, we are going to explain the necessary steps to install lua-binaryheap.noarch on CentOS Stream 8

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

2. Uninstall "lua-binaryheap.noarch" package

This tutorial shows how to uninstall lua-binaryheap.noarch on CentOS Stream 8:

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

3. Information about the lua-binaryheap.noarch package on CentOS Stream 8

Last metadata expiration check: 5:53:06 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : lua-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
URL : https://github.com/Tieske/binaryheap.lua
License : MIT
Description : A Lua library implementing binary heap algorithm.