How to Install and Uninstall libtirpc.x86_64 Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "libtirpc.x86_64" package

This guide let you learn how to install libtirpc.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libtirpc.x86_64

2. Uninstall "libtirpc.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libtirpc.x86_64 on Oracle Linux 9:

$ sudo dnf remove libtirpc.x86_64 $ sudo dnf autoremove

3. Information about the libtirpc.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:51:06 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libtirpc
Version : 1.3.3
Release : 2.el9
Architecture : x86_64
Size : 100 k
Source : libtirpc-1.3.3-2.el9.src.rpm
Repository : ol9_baseos_latest
Summary : Transport Independent RPC Library
URL : http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary
License : SISSL and BSD
Description : This package contains SunLib's implementation of transport-independent
: RPC (TI-RPC) documentation. This library forms a piece of the base of
: Open Network Computing (ONC), and is derived directly from the
: Solaris 2.3 source.
:
: TI-RPC is an enhanced version of TS-RPC that requires the UNIX System V
: Transport Layer Interface (TLI) or an equivalent X/Open Transport Interface
: (XTI). TI-RPC is on-the-wire compatible with the TS-RPC, which is supported
: by almost 70 vendors on all major operating systems. TS-RPC source code
: (RPCSRC 4.0) remains available from several internet sites.