How To Install rpc2 on Fedora 36
Introduction
In this tutorial we learn how to install rpc2
on Fedora 36.
What is rpc2
The RPC2 library, a C library for remote procedure calls over UDP.
We can use yum
or dnf
to install rpc2
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rpc2.
Install rpc2 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 rpc2
using dnf
by running the following command:
sudo dnf -y install rpc2
Install rpc2 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 rpc2
using yum
by running the following command:
sudo yum -y install rpc2
How To Uninstall rpc2 on Fedora 36
To uninstall only the rpc2
package we can use the following command:
sudo dnf remove rpc2
rpc2 Package Contents on Fedora 36
---
title: "How To Install rpc2 on Fedora 36"
linkTitle: "rpc2"
type: "docs"
description: "In this tutorial we learn how to install rpc2 in Fedora 36. rpc2 is C library for remote procedure calls over UDP"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/rpc2-featured.png
---
## Introduction
In this tutorial we learn how to install `rpc2` on Fedora 36.
### What is `rpc2`
> The RPC2 library, a C library for remote procedure calls over UDP.
We can use `yum` or `dnf` to install `rpc2` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rpc2.
## Install rpc2 on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install rpc2
using dnf
by running the following command:
sudo dnf -y install rpc2
Install rpc2 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 rpc2
using yum
by running the following command:
sudo yum -y install rpc2
How To Uninstall rpc2 on Fedora 36
To uninstall only the rpc2
package we can use the following command:
sudo dnf remove rpc2
rpc2 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/41
/usr/lib/.build-id/41/6c4bd8054291c8478ac742bc72e31a5b5653c3
/usr/lib/.build-id/67
/usr/lib/.build-id/67/91b52bccf92749492c4ed448663a8c5b186317
/usr/lib/librpc2.so.5
/usr/lib/librpc2.so.5.4.5
/usr/lib/libse.so.5
/usr/lib/libse.so.5.4.5
/usr/share/doc/rpc2
/usr/share/doc/rpc2/COPYING
/usr/share/doc/rpc2/NEWS
/usr/share/rpc2
/usr/share/rpc2/rpc2-fail.lua
/usr/share/rpc2/rpc2-rtt-adaptive.lua
/usr/share/rpc2/rpc2-rtt-fixed.lua
/usr/share/rpc2/rpc2-rtt-vj.lua
References
Summary
In this tutorial we learn how to install rpc2
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/1e /usr/lib/.build-id/1e/7bafd300b147de88bdb50448fe763a2fd97a08 /usr/lib/.build-id/b1 /usr/lib/.build-id/b1/c6b0758d1ba8c6b49fc99805c424b6e9382cd5 /usr/lib64/librpc2.so.5 /usr/lib64/librpc2.so.5.4.5 /usr/lib64/libse.so.5 /usr/lib64/libse.so.5.4.5 /usr/share/doc/rpc2 /usr/share/doc/rpc2/COPYING /usr/share/doc/rpc2/NEWS /usr/share/rpc2 /usr/share/rpc2/rpc2-fail.lua /usr/share/rpc2/rpc2-rtt-adaptive.lua /usr/share/rpc2/rpc2-rtt-fixed.lua /usr/share/rpc2/rpc2-rtt-vj.lua
## References
* [rpc2 website](http://www.coda.cs.cmu.edu/)
## Summary
In this tutorial we learn how to install `rpc2` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).