How to Install and Uninstall lua-filesystem.x86_64 Package on Rocky Linux 9

Last updated: October 05,2024

1. Install "lua-filesystem.x86_64" package

In this section, we are going to explain the necessary steps to install lua-filesystem.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install lua-filesystem.x86_64

2. Uninstall "lua-filesystem.x86_64" package

Please follow the guidelines below to uninstall lua-filesystem.x86_64 on Rocky Linux 9:

$ sudo dnf remove lua-filesystem.x86_64 $ sudo dnf autoremove

3. Information about the lua-filesystem.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:52:08 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : lua-filesystem
Version : 1.8.0
Release : 5.el9
Architecture : x86_64
Size : 34 k
Source : lua-filesystem-1.8.0-5.el9.src.rpm
Repository : epel
Summary : File System Library for the Lua Programming Language
URL : https://keplerproject.github.io/luafilesystem/
License : MIT
Description : LuaFileSystem is a Lua library developed to complement the set of functions
: related to file systems offered by the standard Lua distribution.
:
: LuaFileSystem offers a portable way to access the underlying directory
: structure and file attributes.