How To Install rvm on Fedora 34

rvm is C library for unstructured recoverable virtual memory C library for unstructured recoverable virtual memory

Introduction

In this tutorial we learn how to install rvm on Fedora 34.

What is rvm

The RVM persistent recoverable memory library. The RVM library is used by the Coda distributed file-system. rvm 1.17 23.fc34 x86_64 102 k rvm-1.17-23.fc34.src.rpm fedora C library for unstructured recoverable virtual memory http LGPLv2 The RVM persistent recoverable memory library. The RVM library is used by the Coda distributed file-system.

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

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

sudo dnf -y install rvm

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

sudo yum -y install rvm

How To Uninstall rvm on Fedora 34

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

sudo dnf remove rvm

rvm Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/281dc358683536431ac74e582c96e26cd9dcee
/usr/lib/.build-id/61
/usr/lib/.build-id/61/3f45dec0735df351aef3188064ff66762c219e
/usr/lib/.build-id/82
/usr/lib/.build-id/82/a0dccb6f4b4d22e10915556d49a2f4bc5a9f02
/usr/lib64/librdslwp.so.1
/usr/lib64/librdslwp.so.1.2.4
/usr/lib64/librvmlwp.so.1
/usr/lib64/librvmlwp.so.1.2.4
/usr/lib64/libseglwp.so.1
/usr/lib64/libseglwp.so.1.2.4
/usr/share/doc/rvm
/usr/share/doc/rvm/COPYING
/usr/share/doc/rvm/NEWS
/usr/lib/.build-id
/usr/lib/.build-id/90
/usr/lib/.build-id/90/de06acbe1681fbc383359b398af4cc43822491
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/0fab46e49f943fddd0a8f5a0c80bf1d6b69b47
/usr/lib/.build-id/de
/usr/lib/.build-id/de/aaaeab155f5132aa498466f0bf663fcaee2637
/usr/lib/librdslwp.so.1
/usr/lib/librdslwp.so.1.2.4
/usr/lib/librvmlwp.so.1
/usr/lib/librvmlwp.so.1.2.4
/usr/lib/libseglwp.so.1
/usr/lib/libseglwp.so.1.2.4
/usr/share/doc/rvm
/usr/share/doc/rvm/COPYING
/usr/share/doc/rvm/NEWS

References

Summary

In this tutorial we learn how to install rvm on Fedora 34 using yum and dnf.