How To Install lua-sql-sqlite on Fedora 36
Introduction
In this tutorial we learn how to install lua-sql-sqlite
on Fedora 36.
What is lua-sql-sqlite
LuaSQL is a simple interface from Lua to a DBMS. This package provides access to SQLite databases.
We can use yum
or dnf
to install lua-sql-sqlite
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lua-sql-sqlite.
Install lua-sql-sqlite on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install lua-sql-sqlite
using dnf
by running the following command:
sudo dnf -y install lua-sql-sqlite
Install lua-sql-sqlite on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install lua-sql-sqlite
using yum
by running the following command:
sudo yum -y install lua-sql-sqlite
How To Uninstall lua-sql-sqlite on Fedora 36
To uninstall only the lua-sql-sqlite
package we can use the following command:
sudo dnf remove lua-sql-sqlite
lua-sql-sqlite Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/f1a9ab5ab0b1451cb76c70c3b05dbfa242624a
/usr/lib64/lua/5.4/luasql
/usr/lib64/lua/5.4/luasql/sqlite3.so
References
Summary
In this tutorial we learn how to install lua-sql-sqlite
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).