How To Install rudiments on Fedora 36

In this tutorial we learn how to install rudiments in Fedora 36. rudiments is C++ class library for developing systems and applications

Introduction

In this tutorial we learn how to install rudiments on Fedora 36.

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.

We can use yum or dnf to install rudiments on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rudiments.

Install rudiments 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 rudiments using dnf by running the following command:

sudo dnf -y install rudiments

Install rudiments 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 rudiments using yum by running the following command:

sudo yum -y install rudiments

How To Uninstall rudiments on Fedora 36

To uninstall only the rudiments package we can use the following command:

sudo dnf remove rudiments

rudiments Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/51
/usr/lib/.build-id/51/0bca59702a3357cfde6096167962f9ef88ceb0
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/c26303ce86b442c6edd8740f19122d11530add
/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

References

Summary

In this tutorial we learn how to install rudiments on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install rudiments on Fedora 36” linkTitle: “rudiments” type: “docs” description: “In this tutorial we learn how to install rudiments in Fedora 36. rudiments is C++ class library for developing systems and applications” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/rudiments-featured.png

Introduction

In this tutorial we learn how to install rudiments on Fedora 36.

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.

We can use yum or dnf to install rudiments on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rudiments.

Install rudiments 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 rudiments using dnf by running the following command:

sudo dnf -y install rudiments

Install rudiments 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 rudiments using yum by running the following command:

sudo yum -y install rudiments

How To Uninstall rudiments on Fedora 36

To uninstall only the rudiments package we can use the following command:

sudo dnf remove rudiments

rudiments Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/0795711bc9dc449099b4ba21641922b846a1d9
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/129774901862fc49f680da80761cd39a8ea252
/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

Summary

In this tutorial we learn how to install rudiments on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).