How To Install sipwitch-cgi on Fedora 36
Introduction
In this tutorial we learn how to install sipwitch-cgi
on Fedora 36.
What is sipwitch-cgi
This package offers a means to perform remote management of a sipwitch server using the cgi interface of an installed web server. The primary service this offers is xmlrpc access to sipwitch shared memory and control interfaces in a manner analgolous to the sipwitch command utility.
We can use yum
or dnf
to install sipwitch-cgi
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sipwitch-cgi.
Install sipwitch-cgi 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 sipwitch-cgi
using dnf
by running the following command:
sudo dnf -y install sipwitch-cgi
Install sipwitch-cgi 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 sipwitch-cgi
using yum
by running the following command:
sudo yum -y install sipwitch-cgi
How To Uninstall sipwitch-cgi on Fedora 36
To uninstall only the sipwitch-cgi
package we can use the following command:
sudo dnf remove sipwitch-cgi
sipwitch-cgi Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/1a73fe103a7bbcc4d8b4c59c77dd05affd5fcf
/usr/share/man/man8/sipwitch.cgi.8.gz
/var/www/cgi-bin/sipwitch.cgi
References
Summary
In this tutorial we learn how to install sipwitch-cgi
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).