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

Last updated: October 04,2024

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

Please follow the guidelines below to install lua5.1-dbi.x86_64 on Fedora 34

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

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

This tutorial shows how to uninstall lua5.1-dbi.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:56:30 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : lua5.1-dbi
Version : 0.7.2
Release : 6.fc34
Architecture : x86_64
Size : 33 k
Source : lua-dbi-0.7.2-6.fc34.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.