How to Install and Uninstall libre.x86_64 Package on Rocky Linux 9

Last updated: October 06,2024

1. Install "libre.x86_64" package

Please follow the guidance below to install libre.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install libre.x86_64

2. Uninstall "libre.x86_64" package

This tutorial shows how to uninstall libre.x86_64 on Rocky Linux 9:

$ sudo dnf remove libre.x86_64 $ sudo dnf autoremove

3. Information about the libre.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:19:45 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : libre
Version : 3.9.0
Release : 1.el9
Architecture : x86_64
Size : 342 k
Source : libre-3.9.0-1.el9.src.rpm
Repository : epel
Summary : Generic library for real-time communications
URL : https://github.com/baresip/re
License : BSD-3-Clause
Description : Libre is a generic library for real-time communications with async I/O
: support. Features are a SIP stack (RFC 3261), SDP, RTP and RTCP, SRTP and
: SRTCP (Secure RTP), DNS client, STUN/TURN/ICE stack, BFCP, HTTP stack with
: client/server, Websockets, Jitter buffer, async I/O (poll, epoll, select,
: kqueue), UDP/TCP/TLS/DTLS transport, JSON parser and Real Time Messaging
: Protocol (RTMP).