How to Install and Uninstall libosip2-devel.x86_64 Package on CentOS Stream 9

Last updated: October 02,2024

1. Install "libosip2-devel.x86_64" package

This tutorial shows how to install libosip2-devel.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install libosip2-devel.x86_64

2. Uninstall "libosip2-devel.x86_64" package

This guide covers the steps necessary to uninstall libosip2-devel.x86_64 on CentOS Stream 9:

$ sudo dnf remove libosip2-devel.x86_64 $ sudo dnf autoremove

3. Information about the libosip2-devel.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:22:02 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : libosip2-devel
Version : 5.3.1
Release : 1.el9
Architecture : x86_64
Size : 48 k
Source : libosip2-5.3.1-1.el9.src.rpm
Repository : epel
Summary : Development libraries for oSIP
URL : https://www.gnu.org/software/osip/
License : LGPL-2.0-or-later
Description : The GNU oSIP library is written in C and get no dependencies except the
: standard C library. oSIP is thread safe and will generally be used in a
: multi-threaded application. Nevertheless, this is optional.
:
: oSIP is little in size and code and thus could be use to implement IP
: soft-phone as well as embedded SIP software. oSIP is not limited to endpoint
: agents, and can also be used to implement "SIP proxy".
:
: oSIP does not intend to provide a high layer API for controlling "SIP Session"
: at this step. Instead, it currently provides an API for the SIP message parser,
: SDP message parser, and library to handle "SIP transactions" as defined by the
: SIP document.