How To Install librx on Fedora 36
Introduction
In this tutorial we learn how to install librx
on Fedora 36.
What is librx
Rx is, among other things, an implementation of the interface specified by POSIX for programming with regular expressions. Some other implementations are GNU regex.c and Henry Spencer’s regex library.
We can use yum
or dnf
to install librx
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install librx.
Install librx 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 librx
using dnf
by running the following command:
sudo dnf -y install librx
Install librx 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 librx
using yum
by running the following command:
sudo yum -y install librx
How To Uninstall librx on Fedora 36
To uninstall only the librx
package we can use the following command:
sudo dnf remove librx
librx Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/24e462be51eb110c8dd06b4192384646edd87a
/usr/lib/librx.so.0
/usr/lib/librx.so.0.0.0
References
Summary
In this tutorial we learn how to install librx
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install librx on Fedora 36” linkTitle: “librx” type: “docs” description: “In this tutorial we learn how to install librx in Fedora 36. librx is POSIX regexp functions” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/librx-featured.png
Introduction
In this tutorial we learn how to install librx
on Fedora 36.
What is librx
Rx is, among other things, an implementation of the interface specified by POSIX for programming with regular expressions. Some other implementations are GNU regex.c and Henry Spencer’s regex library.
We can use yum
or dnf
to install librx
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install librx.
Install librx 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 librx
using dnf
by running the following command:
sudo dnf -y install librx
Install librx 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 librx
using yum
by running the following command:
sudo yum -y install librx
How To Uninstall librx on Fedora 36
To uninstall only the librx
package we can use the following command:
sudo dnf remove librx
librx Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/a00393dfbbdfca4afad400bde96667ad5018e1
/usr/lib64/librx.so.0
/usr/lib64/librx.so.0.0.0
References
Summary
In this tutorial we learn how to install librx
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).