How to Install and Uninstall lua5.1-dbi.x86_64 Package on Fedora 36

Last updated: May 18,2024

1. Install "lua5.1-dbi.x86_64" package

This tutorial shows how to install lua5.1-dbi.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install lua5.1-dbi.x86_64

2. Uninstall "lua5.1-dbi.x86_64" package

Here is a brief guide to show you how to uninstall lua5.1-dbi.x86_64 on Fedora 36:

$ sudo dnf remove lua5.1-dbi.x86_64 $ sudo dnf autoremove

3. Information about the lua5.1-dbi.x86_64 package on Fedora 36

Last metadata expiration check: 2:08:28 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : lua5.1-dbi
Version : 0.7.2
Release : 8.fc36
Architecture : x86_64
Size : 32 k
Source : lua-dbi-0.7.2-8.fc36.src.rpm
Repository : fedora
Summary : Database interface library for Lua 5.1
URL : https://github.com/mwild1/luadbi
License : MIT
Description : LuaDBI is a database interface library for Lua 5.1. It is designed to provide
: a RDBMS agnostic API for handling database operations. LuaDBI also provides
: support for prepared statement handles, placeholders and bind parameters for
: all database operations.
:
: Currently LuaDBI supports DB2, Oracle, MySQL, PostgreSQL and SQLite databases
: with native database drivers.