How to Install and Uninstall libsq3.x86_64 Package on Rocky Linux 8

Last updated: May 19,2024

1. Install "libsq3.x86_64" package

Please follow the steps below to install libsq3.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install libsq3.x86_64

2. Uninstall "libsq3.x86_64" package

Learn how to uninstall libsq3.x86_64 on Rocky Linux 8:

$ sudo dnf remove libsq3.x86_64 $ sudo dnf autoremove

3. Information about the libsq3.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:44:48 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : libsq3
Version : 20071018
Release : 26.el8
Architecture : x86_64
Size : 44 k
Source : libsqlite3x-20071018-26.el8.src.rpm
Repository : epel
Summary : A C++ Wrapper for the SQLite3 embeddable SQL database engine
URL : http://www.wanderinghorse.net/computing/sqlite/
License : zlib
Description : sqlite3 is a slick embedded SQL server written in C. It's easy to use,
: powerful, and quite fast. sq3 is a C++ wrapper API for working
: with sqlite3 databases that does not use exceptions.