How to Install and Uninstall lua-timerwheel.noarch Package on Fedora 39

Last updated: October 02,2024

1. Install "lua-timerwheel.noarch" package

This guide let you learn how to install lua-timerwheel.noarch on Fedora 39

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

2. Uninstall "lua-timerwheel.noarch" package

Please follow the guidance below to uninstall lua-timerwheel.noarch on Fedora 39:

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

3. Information about the lua-timerwheel.noarch package on Fedora 39

Last metadata expiration check: 4:10:11 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : lua-timerwheel
Version : 1.0.2
Release : 6.fc39
Architecture : noarch
Size : 17 k
Source : lua-timerwheel-1.0.2-6.fc39.src.rpm
Repository : fedora
Summary : Pure Lua timerwheel implementation
URL : https://github.com/Tieske/timerwheel.lua
License : MIT
Description : Efficient timer for timeout related timers: fast insertion, deletion,
: and execution (all as O(1) implemented), but with lesser precision.
: This module will not provide the timer/runloop itself. Use your own
: runloop and call wheel:step to check and execute timers.