How To Install nextcloud-sqlite on Fedora 36

In this tutorial we learn how to install nextcloud-sqlite in Fedora 36. nextcloud-sqlite is SQLite 3 database support for NextCloud

Introduction

In this tutorial we learn how to install nextcloud-sqlite on Fedora 36.

What is nextcloud-sqlite

This package ensures the necessary dependencies are in place for NextCloud to work with an SQLite 3 database stored on the local system.

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

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

sudo dnf -y install nextcloud-sqlite

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

sudo yum -y install nextcloud-sqlite

How To Uninstall nextcloud-sqlite on Fedora 36

To uninstall only the nextcloud-sqlite package we can use the following command:

sudo dnf remove nextcloud-sqlite

nextcloud-sqlite Package Contents on Fedora 36

References

Summary

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