How to Install and Uninstall libntirpc.i686 Package on Fedora 34

Last updated: January 15,2025

1. Install "libntirpc.i686" package

In this section, we are going to explain the necessary steps to install libntirpc.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libntirpc.i686

2. Uninstall "libntirpc.i686" package

This tutorial shows how to uninstall libntirpc.i686 on Fedora 34:

$ sudo dnf remove libntirpc.i686 $ sudo dnf autoremove

3. Information about the libntirpc.i686 package on Fedora 34

Last metadata expiration check: 4:27:48 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libntirpc
Version : 3.5
Release : 1.fc34
Architecture : i686
Size : 129 k
Source : libntirpc-3.5-1.fc34.src.rpm
Repository : updates
Summary : New Transport Independent RPC Library
URL : https://github.com/nfs-ganesha/ntirpc
License : BSD
Description : 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)