How To Install libss7 on Fedora 36
Introduction
In this tutorial we learn how to install libss7
on Fedora 36.
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.
We can use yum
or dnf
to install libss7
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libss7.
Install libss7 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 libss7
using dnf
by running the following command:
sudo dnf -y install libss7
Install libss7 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 libss7
using yum
by running the following command:
sudo yum -y install libss7
How To Uninstall libss7 on Fedora 36
To uninstall only the libss7
package we can use the following command:
sudo dnf remove libss7
libss7 Package Contents on Fedora 36
---
title: "How To Install libss7 on Fedora 36"
linkTitle: "libss7"
type: "docs"
description: "In this tutorial we learn how to install libss7 in Fedora 36. libss7 is SS7 protocol services to applications"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libss7-featured.png
---
## Introduction
In this tutorial we learn how to install `libss7` on Fedora 36.
/usr/lib/.build-id
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/26ecb29dce53b25b30ff06445ccbcef876fc38
/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.1-summary.html
/usr/share/doc/libss7/libss7-2.0.1-summary.txt
/usr/share/licenses/libss7
/usr/share/licenses/libss7/LICENSE
### 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.
We can use yum
or dnf
to install libss7
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libss7.
References
Install libss7 on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
Summary
sudo dnf makecache --refresh
In this tutorial we learn how to install libss7
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
After updating yum database, We can install libss7
using dnf
by running the following command:
sudo dnf -y install libss7
Install libss7 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 libss7
using yum
by running the following command:
sudo yum -y install libss7
How To Uninstall libss7 on Fedora 36
To uninstall only the libss7
package we can use the following command:
sudo dnf remove libss7
libss7 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/7b22f003b60190feacfbcbb7bdde5fb0ec2ab2
/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.1-summary.html
/usr/share/doc/libss7/libss7-2.0.1-summary.txt
/usr/share/licenses/libss7
/usr/share/licenses/libss7/LICENSE
References
Summary
In this tutorial we learn how to install libss7
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).