How To Install sqliteodbc on Fedora 36
Introduction
In this tutorial we learn how to install sqliteodbc
on Fedora 36.
What is sqliteodbc
ODBC driver for SQLite interfacing SQLite 2.x and/or 3.x using the unixODBC or iODBC driver managers. For more information refer to - http - http - http
We can use yum
or dnf
to install sqliteodbc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sqliteodbc.
Install sqliteodbc 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 sqliteodbc
using dnf
by running the following command:
sudo dnf -y install sqliteodbc
Install sqliteodbc 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 sqliteodbc
using yum
by running the following command:
sudo yum -y install sqliteodbc
How To Uninstall sqliteodbc on Fedora 36
To uninstall only the sqliteodbc
package we can use the following command:
sudo dnf remove sqliteodbc
sqliteodbc Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/c83895f089a90fd43dde4b9020c2f9f8153247
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/1fff3f498247dd8079fb59e8181eea2f24f686
/usr/lib/.build-id/95
/usr/lib/.build-id/95/1fa18a3492e392f5c42aa07e174fe0bd294d6f
/usr/lib/.build-id/98
/usr/lib/.build-id/98/ed62b486efe955c5bed60da14c8b6b0c62d934
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/8b85b857b37487d485611a42b06948c6e92d87
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/fab76e5a09cccafbae7ef33e175738489637ab
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/677f3312a5fd5ad634d4423524e44b04973aac
/usr/lib64/libsqlite3_mod_blobtoxy-0.9996.so
/usr/lib64/libsqlite3_mod_blobtoxy.so
/usr/lib64/libsqlite3_mod_csvtable-0.9996.so
/usr/lib64/libsqlite3_mod_csvtable.so
/usr/lib64/libsqlite3_mod_impexp-0.9996.so
/usr/lib64/libsqlite3_mod_impexp.so
/usr/lib64/libsqlite3_mod_xpath-0.9996.so
/usr/lib64/libsqlite3_mod_xpath.so
/usr/lib64/libsqlite3_mod_zipfile-0.9996.so
/usr/lib64/libsqlite3_mod_zipfile.so
/usr/lib64/libsqlite3odbc-0.9996.so
/usr/lib64/libsqlite3odbc.so
/usr/lib64/libsqliteodbc-0.9996.so
/usr/lib64/libsqliteodbc.so
/usr/share/doc/sqliteodbc
/usr/share/doc/sqliteodbc/ChangeLog
/usr/share/doc/sqliteodbc/README
/usr/share/doc/sqliteodbc/odbc.ini.sample
/usr/share/licenses/sqliteodbc
/usr/share/licenses/sqliteodbc/license.terms
References
Summary
In this tutorial we learn how to install sqliteodbc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).