How To Install rvm on Fedora 36
Introduction
In this tutorial we learn how to install rvm
on Fedora 36.
What is rvm
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 36. In this tutorial we discuss both methods but you only need to choose one of method to install rvm.
Install rvm 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 rvm
using dnf
by running the following command:
sudo dnf -y install rvm
Install rvm 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 rvm
using yum
by running the following command:
sudo yum -y install rvm
How To Uninstall rvm on Fedora 36
To uninstall only the rvm
package we can use the following command:
sudo dnf remove rvm
rvm Package Contents on Fedora 36
---
title: "How To Install rvm on Fedora 36"
linkTitle: "rvm"
type: "docs"
description: "In this tutorial we learn how to install rvm in Fedora 36. rvm is C library for unstructured recoverable virtual memory"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/rvm-featured.png
---
## Introduction
In this tutorial we learn how to install `rvm` on Fedora 36.
### What is `rvm`
> The RVM persistent recoverable memory library. The RVM library is used by the Coda distributed file-system.
/usr/lib/.build-id
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/44188f8e376536b6b46e8aa26ec9638acd9ea2
/usr/lib/.build-id/83
/usr/lib/.build-id/83/2979db19666d2576b5b43318cc31a1383f5305
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/26503c7e05e5ecb1536e749bddf5756f171ca9
/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
We can use `yum` or `dnf` to install `rvm` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rvm.
## Install rvm on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
References
* [rvm website](http://www.coda.cs.cmu.edu/)
sudo dnf makecache --refresh
Summary
After updating yum database, We can install rvm
using dnf
by running the following command:
In this tutorial we learn how to install rvm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
sudo dnf -y install rvm
Install rvm 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 rvm
using yum
by running the following command:
sudo yum -y install rvm
How To Uninstall rvm on Fedora 36
To uninstall only the rvm
package we can use the following command:
sudo dnf remove rvm
rvm Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/a82412491cbd9f665ba0bee278ea321e308496
/usr/lib/.build-id/70
/usr/lib/.build-id/70/f68f6ca4cf8c10480c6ff3de1372c31cbd676d
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/5ed8736ee74068915fbb3202f523cba8ce659c
/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 36 using yum and [dnf]((/fedora/36/dnf/).