How To Install sipwitch on Fedora 36
Introduction
In this tutorial we learn how to install sipwitch
on Fedora 36.
What is sipwitch
GNU SIP Witch is a secure peer-to-peer VoIP server. Calls can be made even behind NAT firewalls, and without needing a service provider. SIP Witch can be used on the desktop to create bottom-up secure calling networks as a free software alternative to Skype. SIP Witch can also be used as a stand- alone SIP-based office telephone server, or to create secure VoIP networks for an existing IP-PBX such as Asterisk, FreeSWITCH, or Yate.
We can use yum
or dnf
to install sipwitch
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sipwitch.
Install sipwitch 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
using dnf
by running the following command:
sudo dnf -y install sipwitch
Install sipwitch 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
using yum
by running the following command:
sudo yum -y install sipwitch
How To Uninstall sipwitch on Fedora 36
To uninstall only the sipwitch
package we can use the following command:
sudo dnf remove sipwitch
sipwitch Package Contents on Fedora 36
/etc/cron.hourly/sipwitch
/etc/default/sipwitch
/etc/logrotate.d/sipwitch
/etc/sipwitch.conf
/etc/sipwitch.d
/etc/sipwitch.d/lab.xml-example
/etc/sipwitch.d/tests.xml
/usr/bin/sipcontrol
/usr/bin/sippasswd
/usr/bin/sipquery
/usr/lib/.build-id
/usr/lib/.build-id/22
/usr/lib/.build-id/22/ccfa9e27dba8ca349e6f6130ed182c0857debe
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/6dde7678878c27613152a5e7b1ee49dc47a673
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/41427076e4de20665862892f2c8f1baf62f1c5
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/7a995bfc4939747a0270da5c0d0ebca889785f
/usr/lib/systemd/system/sipwitch.service
/usr/lib64/sipwitch
/usr/sbin/sipw
/usr/share/doc/sipwitch
/usr/share/doc/sipwitch/AUTHORS
/usr/share/doc/sipwitch/ChangeLog
/usr/share/doc/sipwitch/FEATURES
/usr/share/doc/sipwitch/MODULES
/usr/share/doc/sipwitch/NEWS
/usr/share/doc/sipwitch/NOTES
/usr/share/doc/sipwitch/README
/usr/share/doc/sipwitch/SUPPORT
/usr/share/doc/sipwitch/TODO
/usr/share/licenses/sipwitch
/usr/share/licenses/sipwitch/COPYING
/usr/share/man/man1/sipcontrol.1.gz
/usr/share/man/man1/sippasswd.1.gz
/usr/share/man/man1/sipquery.1.gz
/usr/share/man/man8/sipw.8.gz
References
Summary
In this tutorial we learn how to install sipwitch
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).