How To Install ncid-mysql on Fedora 36

In this tutorial we learn how to install ncid-mysql in Fedora 36. ncid-mysql is NCID mysql module inputs Caller ID information into a SQL database

Introduction

In this tutorial we learn how to install ncid-mysql on Fedora 36.

What is ncid-mysql

The NCID mysql module inputs NCID Caller information into a SQL database using either MariaDB or a MySQL database.

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

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

sudo dnf -y install ncid-mysql

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

sudo yum -y install ncid-mysql

How To Uninstall ncid-mysql on Fedora 36

To uninstall only the ncid-mysql package we can use the following command:

sudo dnf remove ncid-mysql

ncid-mysql Package Contents on Fedora 36

/etc/ncid/conf.d/ncid-mysql.conf
/usr/lib/systemd/system/ncid-mysql.service
/usr/share/doc/ncid-mysql
/usr/share/doc/ncid-mysql/README-modules
/usr/share/doc/ncid-mysql/README-setup
/usr/share/doc/ncid-mysql/VERSION
/usr/share/man/man1/ncid-mysql.1.gz
/usr/share/man/man8/ncid-mysql-setup.8.gz
/usr/share/ncid/modules/ncid-mysql
/usr/share/ncid/setup/ncid-mysql-setup

References

Summary

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