How To Install sofia-sip on Fedora 36
Introduction
In this tutorial we learn how to install sofia-sip on Fedora 36.
What is sofia-sip
Sofia SIP is a RFC-3261-compliant library for SIP user agents and other network elements. The Session Initiation Protocol (SIP) is an application-layer control (signaling) protocol for creating, modifying, and terminating sessions with one or more participants. These sessions include Internet telephone calls, multimedia distribution, and multimedia conferences.
We can use yum or dnf to install sofia-sip on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sofia-sip.
Install sofia-sip 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 sofia-sip using dnf by running the following command:
sudo dnf -y install sofia-sip
Install sofia-sip 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 sofia-sip using yum by running the following command:
sudo yum -y install sofia-sip
How To Uninstall sofia-sip on Fedora 36
To uninstall only the sofia-sip package we can use the following command:
sudo dnf remove sofia-sip
sofia-sip Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/05117f68c8012a6c578fb0e0394237cb17de44
/usr/lib64/libsofia-sip-ua.so.0
/usr/lib64/libsofia-sip-ua.so.0.6.0
/usr/share/doc/sofia-sip
/usr/share/doc/sofia-sip/AUTHORS
/usr/share/doc/sofia-sip/COPYING
/usr/share/doc/sofia-sip/COPYRIGHTS
/usr/share/doc/sofia-sip/ChangeLog
/usr/share/doc/sofia-sip/ChangeLog.ext-trees
/usr/share/doc/sofia-sip/README
/usr/share/doc/sofia-sip/README.developers
/usr/share/doc/sofia-sip/RELEASE
/usr/share/doc/sofia-sip/TODO
References
Summary
In this tutorial we learn how to install sofia-sip on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install sofia-sip on Fedora 36” linkTitle: “sofia-sip” type: “docs” description: “In this tutorial we learn how to install sofia-sip in Fedora 36. sofia-sip is Sofia SIP User-Agent library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/sofia-sip-featured.png
Introduction
In this tutorial we learn how to install sofia-sip on Fedora 36.
What is sofia-sip
Sofia SIP is a RFC-3261-compliant library for SIP user agents and other network elements. The Session Initiation Protocol (SIP) is an application-layer control (signaling) protocol for creating, modifying, and terminating sessions with one or more participants. These sessions include Internet telephone calls, multimedia distribution, and multimedia conferences.
We can use yum or dnf to install sofia-sip on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sofia-sip.
Install sofia-sip 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 sofia-sip using dnf by running the following command:
sudo dnf -y install sofia-sip
Install sofia-sip 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 sofia-sip using yum by running the following command:
sudo yum -y install sofia-sip
How To Uninstall sofia-sip on Fedora 36
To uninstall only the sofia-sip package we can use the following command:
sudo dnf remove sofia-sip
sofia-sip Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/041e50b2380cce2cfb7ab61fe4ba6ac5a201b4
/usr/lib/libsofia-sip-ua.so.0
/usr/lib/libsofia-sip-ua.so.0.6.0
/usr/share/doc/sofia-sip
/usr/share/doc/sofia-sip/AUTHORS
/usr/share/doc/sofia-sip/COPYING
/usr/share/doc/sofia-sip/COPYRIGHTS
/usr/share/doc/sofia-sip/ChangeLog
/usr/share/doc/sofia-sip/ChangeLog.ext-trees
/usr/share/doc/sofia-sip/README
/usr/share/doc/sofia-sip/README.developers
/usr/share/doc/sofia-sip/RELEASE
/usr/share/doc/sofia-sip/TODO
References
Summary
In this tutorial we learn how to install sofia-sip on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).