< Home - < Back

libtirpc


Information about the package, libtirpc, which is shipped with common Linux distributions. The libtirpc package is designed for, Transport Independent RPC Library.


Package Name:

libtirpc

Summary:

Transport Independent RPC Library

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.

Architecture:

x86_64

Version:

0.2.1

Release:

13.el6_9

Size:

82 k

Repository:

updates

From Repository:

Licence:

SISSL and BSD



Handy Yum Commands for libtirpc


Control the libtirpc package with the following handy commands outlined below.


Command

Description of Command

yum install libtirpc

This command will install libtirpc on the server.

yum remove libtirpc

This command will un-install libtirpc on the server. When you run this command, you will be asked if you are sure that you want to remove libtirpc, so you have to manually confirm that you want to do this.

yum -y remove libtirpc

This command will un-install libtirpc on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libtirpc when using the -y flag.

yum update libtirpc

This command will update libtirpc to the latest version. When you run this command, you will be asked if you are sure that you want to remove libtirpc, so you have to manually confirm that you want to do this.

yum -y update libtirpc

This command will update libtirpc to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libtirpc when using the -y flag.

yum info libtirpc

This command will show you core information about the libtirpc package.

yum deplist libtirpc

This command will show you the dependencies for libtirpc. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update libtirpc

This command will check if there is an update waiting on libtirpc. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.