How To Install librem on Fedora 34
Introduction
In this tutorial we learn how to install librem
on Fedora 34.
What is librem
Librem is a portable and generic library for real-time audio and video processing. librem 1.0.0 1.fc34 x86_64 40 k librem-1.0.0-1.fc34.src.rpm updates Library for real-time audio and video processing https BSD Librem is a portable and generic library for real-time audio and video processing.
We can use yum
or dnf
to install librem
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install librem.
Install librem 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 librem
using dnf
by running the following command:
sudo dnf -y install librem
Install librem 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 librem
using yum
by running the following command:
sudo yum -y install librem
How To Uninstall librem on Fedora 34
To uninstall only the librem
package we can use the following command:
sudo dnf remove librem
librem Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/99
/usr/lib/.build-id/99/bc471ae40cb9e4d4c31092595ced629c366ab8
/usr/lib/librem.so.0
/usr/share/doc/librem
/usr/share/doc/librem/ChangeLog
/usr/share/licenses/librem
/usr/share/licenses/librem/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/5db2371675b177437083af58156c4486294be9
/usr/lib/librem.so.0
/usr/lib/librem.so.0.0.0
/usr/share/doc/librem
/usr/share/doc/librem/ChangeLog
/usr/share/licenses/librem
/usr/share/licenses/librem/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/d1c4244787cbce56f7101b5c038d44f6800e47
/usr/lib64/librem.so.0
/usr/lib64/librem.so.0.0.0
/usr/share/doc/librem
/usr/share/doc/librem/ChangeLog
/usr/share/licenses/librem
/usr/share/licenses/librem/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/aee58046ec510fcb93e560d8a87fca66cd9c5c
/usr/lib64/librem.so.0
/usr/share/doc/librem
/usr/share/doc/librem/ChangeLog
/usr/share/licenses/librem
/usr/share/licenses/librem/COPYING
References
- [librem website](https://github.com/baresip/rem https://github.com/baresip/rem)
Summary
In this tutorial we learn how to install librem
on Fedora 34 using yum and dnf.