How To Install soci-sqlite3 on Fedora 36

In this tutorial we learn how to install soci-sqlite3 in Fedora 36. soci-sqlite3 is SQLite3 back-end for soci

Introduction

In this tutorial we learn how to install soci-sqlite3 on Fedora 36.

What is soci-sqlite3

This package contains the SQLite3 back-end for soci, i.e., dynamic library specific to the SQLite3 database. If you would like to use soci in your programs with SQLite3, you will need to install soci-sqlite3.

We can use yum or dnf to install soci-sqlite3 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install soci-sqlite3.

Install soci-sqlite3 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 soci-sqlite3 using dnf by running the following command:

sudo dnf -y install soci-sqlite3

Install soci-sqlite3 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 soci-sqlite3 using yum by running the following command:

sudo yum -y install soci-sqlite3

How To Uninstall soci-sqlite3 on Fedora 36

To uninstall only the soci-sqlite3 package we can use the following command:

sudo dnf remove soci-sqlite3

soci-sqlite3 Package Contents on Fedora 36

---
title: "How To Install soci-sqlite3 on Fedora 36"
/usr/lib/.build-id
/usr/lib/.build-id/65
/usr/lib/.build-id/65/1a648fd52871cdbfbfbcd2b12117f36a7130dc
/usr/lib/libsoci_sqlite3.so.4.0
/usr/lib/libsoci_sqlite3.so.4.0.2
/usr/share/doc/soci-sqlite3
/usr/share/doc/soci-sqlite3/AUTHORS
/usr/share/doc/soci-sqlite3/COPYING
/usr/share/doc/soci-sqlite3/ChangeLog
/usr/share/doc/soci-sqlite3/NEWS
/usr/share/doc/soci-sqlite3/README
linkTitle: "soci-sqlite3"
type: "docs"
description: "In this tutorial we learn how to install soci-sqlite3 in Fedora 36. soci-sqlite3 is SQLite3 back-end for soci"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/soci-sqlite3-featured.png
---

## Introduction

In this tutorial we learn how to install `soci-sqlite3` on Fedora 36.

### What is `soci-sqlite3`

> This package contains the SQLite3 back-end for soci, i.e., dynamic library specific to the SQLite3 database. If you would like to use soci in your programs with SQLite3, you will need to install soci-sqlite3.  

We can use `yum` or `dnf` to install `soci-sqlite3` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install soci-sqlite3.

## Install soci-sqlite3 on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install soci-sqlite3 using dnf by running the following command:

sudo dnf -y install soci-sqlite3

Install soci-sqlite3 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 soci-sqlite3 using yum by running the following command:

sudo yum -y install soci-sqlite3

How To Uninstall soci-sqlite3 on Fedora 36

To uninstall only the soci-sqlite3 package we can use the following command:

sudo dnf remove soci-sqlite3

soci-sqlite3 Package Contents on Fedora 36

References

Summary

In this tutorial we learn how to install soci-sqlite3 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/d2 /usr/lib/.build-id/d2/6bb9986e7d46946ffbe1f86b137e2a409221b8 /usr/lib64/libsoci_sqlite3.so.4.0 /usr/lib64/libsoci_sqlite3.so.4.0.2 /usr/share/doc/soci-sqlite3 /usr/share/doc/soci-sqlite3/AUTHORS /usr/share/doc/soci-sqlite3/COPYING /usr/share/doc/soci-sqlite3/ChangeLog /usr/share/doc/soci-sqlite3/NEWS /usr/share/doc/soci-sqlite3/README


## References

* [soci-sqlite3 website](https://github.com/SOCI/soci)

## Summary

In this tutorial we learn how to install `soci-sqlite3` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).