How To Install asterisk-sqlite on Fedora 36
Introduction
In this tutorial we learn how to install asterisk-sqlite
on Fedora 36.
What is asterisk-sqlite
Sqlite modules for Asterisk.
We can use yum
or dnf
to install asterisk-sqlite
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install asterisk-sqlite.
Install asterisk-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 asterisk-sqlite
using dnf
by running the following command:
sudo dnf -y install asterisk-sqlite
Install asterisk-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 asterisk-sqlite
using yum
by running the following command:
sudo yum -y install asterisk-sqlite
How To Uninstall asterisk-sqlite on Fedora 36
To uninstall only the asterisk-sqlite
package we can use the following command:
sudo dnf remove asterisk-sqlite
asterisk-sqlite Package Contents on Fedora 36
/etc/asterisk/cdr_sqlite3_custom.conf
/etc/asterisk/cel_sqlite3_custom.conf
/etc/asterisk/res_config_sqlite.conf
/etc/asterisk/res_config_sqlite3.conf
/usr/lib/.build-id
/usr/lib/.build-id/42/7292394674873e978c75c5594c07701099301c
/usr/lib/.build-id/4a/807c79ee394271493e0bfb613163f11e04beb1
/usr/lib/.build-id/5b/719d7c77a5130707c0649c6faecb9ade7fcdbd
/usr/lib64/asterisk/modules/cdr_sqlite3_custom.so
/usr/lib64/asterisk/modules/cel_sqlite3_custom.so
/usr/lib64/asterisk/modules/res_config_sqlite3.so
References
Summary
In this tutorial we learn how to install asterisk-sqlite
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).