How To Install libntirpc on Fedora 36

In this tutorial we learn how to install libntirpc in Fedora 36. libntirpc is New Transport Independent RPC Library

Introduction

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

What is libntirpc

This package contains a new implementation of the original libtirpc, transport-independent RPC (TI-RPC) library for NFS-Ganesha. It has the following features not found in libtirpc 1. Bi-directional operation 2. Full-duplex operation on the TCP (vc) transport 3. Thread-safe operating modes 3.1 new locking primitives and lock callouts (interface change) 3.2 stateless send/recv on the TCP transport (interface change) 4. Flexible server integration support 5. Event channels (remove static arrays of xprt handles, new EPOLL/KEVENT integration)

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

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

sudo dnf -y install libntirpc

Install libntirpc on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

title: “How To Install libntirpc on Fedora 36” linkTitle: “libntirpc” type: “docs” After updating yum database, We can install libntirpc using yum by running the following command: description: “In this tutorial we learn how to install libntirpc in Fedora 36. libntirpc is New Transport Independent RPC Library”

date: “2022-08-17” lastmod: “2022-08-17”

sudo yum -y install libntirpc
#image: /images/fedora/36/libntirpc-featured.png
---

How To Uninstall libntirpc on Fedora 36

Introduction

To uninstall only the libntirpc package we can use the following command: In this tutorial we learn how to install libntirpc on Fedora 36.

### What is `libntirpc`
sudo dnf remove libntirpc

This package contains a new implementation of the original libtirpc, transport-independent RPC (TI-RPC) library for NFS-Ganesha. It has the following features not found in libtirpc 1. Bi-directional operation 2. Full-duplex operation on the TCP (vc) transport 3. Thread-safe operating modes 3.1 new locking primitives and lock callouts (interface change) 3.2 stateless send/recv on the TCP transport (interface change) 4. Flexible server integration support 5. Event channels (remove static arrays of xprt handles, new EPOLL/KEVENT integration)

libntirpc Package Contents on Fedora 36

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

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

sudo dnf -y install libntirpc

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

sudo yum -y install libntirpc

How To Uninstall libntirpc on Fedora 36

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

sudo dnf remove libntirpc

libntirpc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/97130a77de6c0f93a9d4db50e01037a8e9eb37
/usr/lib64/libntirpc.so.4
/usr/lib64/libntirpc.so.4.0
/usr/share/doc/libntirpc
/usr/share/doc/libntirpc/NEWS
/usr/share/doc/libntirpc/README
/usr/share/licenses/libntirpc
/usr/share/licenses/libntirpc/COPYING

References

/usr/lib/.build-id /usr/lib/.build-id/3a /usr/lib/.build-id/3a/155b4e880d5f911019cb1574b8c9f3adf06ed1 /usr/lib/libntirpc.so.4 /usr/lib/libntirpc.so.4.0 /usr/share/doc/libntirpc /usr/share/doc/libntirpc/NEWS /usr/share/doc/libntirpc/README /usr/share/licenses/libntirpc /usr/share/licenses/libntirpc/COPYING

Summary


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


* [libntirpc website](https://github.com/nfs-ganesha/ntirpc)

## Summary

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