How To Install libss7 on Fedora 34
Introduction
In this tutorial we learn how to install libss7
on Fedora 34.
What is libss7
libss7 is a userspace library that is used for providing SS7 protocol services to applications. It has a working MTP2, MTP3, and ISUP for ITU and ANSI style SS7, however it was written in a manner that will easily allow support for other various national specific variants in the future. libss7 2.0.0 7.fc34 x86_64 89 k libss7-2.0.0-7.fc34.src.rpm fedora SS7 protocol services to applications https GPLv2 libss7 is a userspace library that is used for providing SS7 protocol services to applications. It has a working MTP2, MTP3, and ISUP for ITU and ANSI style SS7, however it was written in a manner that will easily allow support for other various national specific variants in the future.
We can use yum
or dnf
to install libss7
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libss7.
Install libss7 on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libss7
using dnf
by running the following command:
sudo dnf -y install libss7
Install libss7 on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libss7
using yum
by running the following command:
sudo yum -y install libss7
How To Uninstall libss7 on Fedora 34
To uninstall only the libss7
package we can use the following command:
sudo dnf remove libss7
libss7 Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/de
/usr/lib/.build-id/de/cfd3140b4f93cfb4407b83a3426119093f5256
/usr/lib64/libss7.so.2.0
/usr/share/doc/libss7
/usr/share/doc/libss7/ChangeLog
/usr/share/doc/libss7/NEWS-05-30-2008
/usr/share/doc/libss7/NEWS-08-12-2008
/usr/share/doc/libss7/NEWS-08-23-2006
/usr/share/doc/libss7/NEWS-09-11-2006
/usr/share/doc/libss7/NEWS-09-27-2006
/usr/share/doc/libss7/README
/usr/share/doc/libss7/libss7-2.0.0-summary.html
/usr/share/doc/libss7/libss7-2.0.0-summary.txt
/usr/share/licenses/libss7
/usr/share/licenses/libss7/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/d956b3b7562b2912388e2f6db1dd890350f4d5
/usr/lib/libss7.so.2.0
/usr/share/doc/libss7
/usr/share/doc/libss7/ChangeLog
/usr/share/doc/libss7/NEWS-05-30-2008
/usr/share/doc/libss7/NEWS-08-12-2008
/usr/share/doc/libss7/NEWS-08-23-2006
/usr/share/doc/libss7/NEWS-09-11-2006
/usr/share/doc/libss7/NEWS-09-27-2006
/usr/share/doc/libss7/README
/usr/share/doc/libss7/libss7-2.0.0-summary.html
/usr/share/doc/libss7/libss7-2.0.0-summary.txt
/usr/share/licenses/libss7
/usr/share/licenses/libss7/LICENSE
References
- [libss7 website](https://www.asterisk.org/ https://www.asterisk.org/)
Summary
In this tutorial we learn how to install libss7
on Fedora 34 using yum and dnf.