How to Install and Uninstall libsqlite3x.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 28,2024

1. Install "libsqlite3x.x86_64" package

Here is a brief guide to show you how to install libsqlite3x.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install libsqlite3x.x86_64

2. Uninstall "libsqlite3x.x86_64" package

This guide covers the steps necessary to uninstall libsqlite3x.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove libsqlite3x.x86_64 $ sudo dnf autoremove

3. Information about the libsqlite3x.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:07:51 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : libsqlite3x
Version : 20071018
Release : 26.el8
Architecture : x86_64
Size : 39 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. sqlite3x is a C++ wrapper API for working
: with sqlite3 databases that uses exceptions.