How To Install libre on Fedora 34
Introduction
In this tutorial we learn how to install libre
on Fedora 34.
What is libre
Libre is a portable and generic library for real-time communications with async IO support and a complete SIP stack with support for SDP, RTP/RTCP, STUN/TURN/ICE, BFCP and DNS client. libre 2.0.1 1.fc34 x86_64 237 k libre-2.0.1-1.fc34.src.rpm updates Library for real-time communications and SIP stack https BSD Libre is a portable and generic library for real-time communications with async IO support and a complete SIP stack with support for SDP, RTP/RTCP, STUN/TURN/ICE, BFCP and DNS client.
We can use yum
or dnf
to install libre
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libre.
Install libre 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 libre
using dnf
by running the following command:
sudo dnf -y install libre
Install libre 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 libre
using yum
by running the following command:
sudo yum -y install libre
How To Uninstall libre on Fedora 34
To uninstall only the libre
package we can use the following command:
sudo dnf remove libre
libre Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/d041e98abf08b95e969d522636ee9851deb045
/usr/lib/libre.so.0
/usr/share/doc/libre
/usr/share/doc/libre/ChangeLog
/usr/share/licenses/libre
/usr/share/licenses/libre/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/b7931b6f7bfa9a95cee4d3aae7b6336ea9c0d5
/usr/lib/libre.so.1
/usr/lib/libre.so.1.0.1
/usr/share/doc/libre
/usr/share/doc/libre/ChangeLog
/usr/share/licenses/libre
/usr/share/licenses/libre/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/c0f98f37f434fa412e11ea6e1c24980dad2432
/usr/lib64/libre.so.0
/usr/share/doc/libre
/usr/share/doc/libre/ChangeLog
/usr/share/licenses/libre
/usr/share/licenses/libre/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/0d0b2024d97f7235ed481da13e4142af6025fa
/usr/lib64/libre.so.1
/usr/lib64/libre.so.1.0.1
/usr/share/doc/libre
/usr/share/doc/libre/ChangeLog
/usr/share/licenses/libre
/usr/share/licenses/libre/COPYING
References
- [libre website](https://github.com/baresip/re https://github.com/baresip/re)
Summary
In this tutorial we learn how to install libre
on Fedora 34 using yum and dnf.