How To Install rudiments on Fedora 34
Introduction
In this tutorial we learn how to install rudiments
on Fedora 34.
What is rudiments
A C++ class library for developing systems and applications. Rudiments includes frameworks for processes, threads, clients, servers, loggers and compilers. It also includes data structures for buffers, arrays, linked lists and dictionaries, and utility classes for processing text and binary data, regular expressions, random numbers, encryption, date and time, system information, files, directories, file-systems, inter-process communication, dynamic libraries, and XML. rudiments 1.3.1 2.fc34 x86_64 299 k rudiments-1.3.1-2.fc34.src.rpm fedora C++ class library for developing systems and applications http LGPLv2 A C++ class library for developing systems and applications. Rudiments includes frameworks for processes, threads, clients, servers, loggers and compilers. It also includes data structures for buffers, arrays, linked lists and dictionaries, and utility classes for processing text and binary data, regular expressions, random numbers, encryption, date and time, system information, files, directories, file-systems, inter-process communication, dynamic libraries, and XML.
We can use yum
or dnf
to install rudiments
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install rudiments.
Install rudiments 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 rudiments
using dnf
by running the following command:
sudo dnf -y install rudiments
Install rudiments 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 rudiments
using yum
by running the following command:
sudo yum -y install rudiments
How To Uninstall rudiments on Fedora 34
To uninstall only the rudiments
package we can use the following command:
sudo dnf remove rudiments
rudiments Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/63
/usr/lib/.build-id/63/aa6aaeacd29fb0794275626647b05d4f8c457d
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/40af3f3b4af22de254b215ca3e923275741e49
/usr/lib/tmpfiles.d/rudiments.conf
/usr/lib64/librudiments-apache.so.7
/usr/lib64/librudiments-apache.so.7.0.0
/usr/lib64/librudiments.so.7
/usr/lib64/librudiments.so.7.0.0
/usr/share/doc/rudiments
/usr/share/doc/rudiments/AUTHORS
/usr/share/doc/rudiments/ChangeLog
/usr/lib/.build-id
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/95c5212536950bcb35655f6c460eece89c371d
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/0c7babad6695fa2a984dd429ca25f6f7bffee3
/usr/lib/librudiments-apache.so.7
/usr/lib/librudiments-apache.so.7.0.0
/usr/lib/librudiments.so.7
/usr/lib/librudiments.so.7.0.0
/usr/lib/tmpfiles.d/rudiments.conf
/usr/share/doc/rudiments
/usr/share/doc/rudiments/AUTHORS
/usr/share/doc/rudiments/ChangeLog
References
- [rudiments website](http://rudiments.sourceforge.net http://rudiments.sourceforge.net)
Summary
In this tutorial we learn how to install rudiments
on Fedora 34 using yum and dnf.