How To Install libtirpc-devel on Fedora 36
Introduction
In this tutorial we learn how to install libtirpc-devel
on Fedora 36.
What is libtirpc-devel
This package includes header files and libraries necessary for developing programs which use the tirpc library.
We can use yum
or dnf
to install libtirpc-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libtirpc-devel.
Install libtirpc-devel 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 libtirpc-devel
using dnf
by running the following command:
sudo dnf -y install libtirpc-devel
Install libtirpc-devel 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 libtirpc-devel
using yum
by running the following command:
sudo yum -y install libtirpc-devel
How To Uninstall libtirpc-devel on Fedora 36
To uninstall only the libtirpc-devel
package we can use the following command:
sudo dnf remove libtirpc-devel
libtirpc-devel Package Contents on Fedora 36
/lib64/libtirpc.so
/usr/include/tirpc
/usr/include/tirpc/netconfig.h
/usr/include/tirpc/rpc
/usr/include/tirpc/rpc/auth.h
/usr/include/tirpc/rpc/auth_des.h
/usr/include/tirpc/rpc/auth_gss.h
/usr/include/tirpc/rpc/auth_unix.h
/usr/include/tirpc/rpc/clnt.h
/usr/include/tirpc/rpc/clnt_soc.h
/usr/include/tirpc/rpc/clnt_stat.h
/usr/include/tirpc/rpc/des.h
/usr/include/tirpc/rpc/des_crypt.h
/usr/include/tirpc/rpc/key_prot.h
/usr/include/tirpc/rpc/nettype.h
/usr/include/tirpc/rpc/pmap_clnt.h
/usr/include/tirpc/rpc/pmap_prot.h
/usr/include/tirpc/rpc/pmap_rmt.h
/usr/include/tirpc/rpc/raw.h
/usr/include/tirpc/rpc/rpc.h
/usr/include/tirpc/rpc/rpc_com.h
/usr/include/tirpc/rpc/rpc_msg.h
/usr/include/tirpc/rpc/rpcb_clnt.h
/usr/include/tirpc/rpc/rpcb_prot.h
/usr/include/tirpc/rpc/rpcb_prot.x
/usr/include/tirpc/rpc/rpcent.h
/usr/include/tirpc/rpc/rpcsec_gss.h
/usr/include/tirpc/rpc/svc.h
/usr/include/tirpc/rpc/svc_auth.h
/usr/include/tirpc/rpc/svc_auth_gss.h
/usr/include/tirpc/rpc/svc_dg.h
/usr/include/tirpc/rpc/svc_mt.h
/usr/include/tirpc/rpc/svc_soc.h
/usr/include/tirpc/rpc/types.h
/usr/include/tirpc/rpc/xdr.h
/usr/include/tirpc/rpcsvc
/usr/include/tirpc/rpcsvc/crypt.h
/usr/include/tirpc/rpcsvc/crypt.x
/usr/lib64/pkgconfig/libtirpc.pc
/usr/share/licenses/libtirpc-devel
/usr/share/licenses/libtirpc-devel/COPYING
/usr/share/man/man3t/bindresvport.3t.gz
/usr/share/man/man3t/des_crypt.3t.gz
/usr/share/man/man3t/getnetconfig.3t.gz
/usr/share/man/man3t/getnetpath.3t.gz
/usr/share/man/man3t/getrpcent.3t.gz
/usr/share/man/man3t/getrpcport.3t.gz
/usr/share/man/man3t/rpc.3t.gz
/usr/share/man/man3t/rpc_clnt_auth.3t.gz
/usr/share/man/man3t/rpc_clnt_calls.3t.gz
/usr/share/man/man3t/rpc_clnt_create.3t.gz
/usr/share/man/man3t/rpc_gss_get_error.3t.gz
/usr/share/man/man3t/rpc_gss_get_mech_info.3t.gz
/usr/share/man/man3t/rpc_gss_get_mechanisms.3t.gz
/usr/share/man/man3t/rpc_gss_get_principal_name.3t.gz
/usr/share/man/man3t/rpc_gss_get_versions.3t.gz
/usr/share/man/man3t/rpc_gss_getcred.3t.gz
/usr/share/man/man3t/rpc_gss_is_installed.3t.gz
/usr/share/man/man3t/rpc_gss_max_data_length.3t.gz
/usr/share/man/man3t/rpc_gss_mech_to_oid.3t.gz
/usr/share/man/man3t/rpc_gss_qop_to_num.3t.gz
/usr/share/man/man3t/rpc_gss_seccreate.3t.gz
/usr/share/man/man3t/rpc_gss_set_callback.3t.gz
/usr/share/man/man3t/rpc_gss_set_defaults.3t.gz
/usr/share/man/man3t/rpc_gss_set_svc_name.3t.gz
/usr/share/man/man3t/rpc_gss_svc_max_data_length.3t.gz
/usr/share/man/man3t/rpc_secure.3t.gz
/usr/share/man/man3t/rpc_soc.3t.gz
/usr/share/man/man3t/rpc_svc_calls.3t.gz
/usr/share/man/man3t/rpc_svc_create.3t.gz
/usr/share/man/man3t/rpc_svc_err.3t.gz
/usr/share/man/man3t/rpc_svc_reg.3t.gz
/usr/share/man/man3t/rpc_xdr.3t.gz
/usr/share/man/man3t/rpcbind.3t.gz
/usr/share/man/man3t/rpcsec_gss.3t.gz
/usr/share/man/man3t/rtime.3t.gz
/usr/share/man/man5/netconfig.5.gz
References
Summary
In this tutorial we learn how to install libtirpc-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libtirpc-devel on Fedora 36” linkTitle: “libtirpc-devel” type: “docs” description: “In this tutorial we learn how to install libtirpc-devel in Fedora 36. libtirpc-devel is Development files for the libtirpc library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libtirpc-devel-featured.png
Introduction
In this tutorial we learn how to install libtirpc-devel
on Fedora 36.
What is libtirpc-devel
This package includes header files and libraries necessary for developing programs which use the tirpc library.
We can use yum
or dnf
to install libtirpc-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libtirpc-devel.
Install libtirpc-devel 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 libtirpc-devel
using dnf
by running the following command:
sudo dnf -y install libtirpc-devel
Install libtirpc-devel 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 libtirpc-devel
using yum
by running the following command:
sudo yum -y install libtirpc-devel
How To Uninstall libtirpc-devel on Fedora 36
To uninstall only the libtirpc-devel
package we can use the following command:
sudo dnf remove libtirpc-devel
libtirpc-devel Package Contents on Fedora 36
/lib/libtirpc.so
/usr/include/tirpc
/usr/include/tirpc/netconfig.h
/usr/include/tirpc/rpc
/usr/include/tirpc/rpc/auth.h
/usr/include/tirpc/rpc/auth_des.h
/usr/include/tirpc/rpc/auth_gss.h
/usr/include/tirpc/rpc/auth_unix.h
/usr/include/tirpc/rpc/clnt.h
/usr/include/tirpc/rpc/clnt_soc.h
/usr/include/tirpc/rpc/clnt_stat.h
/usr/include/tirpc/rpc/des.h
/usr/include/tirpc/rpc/des_crypt.h
/usr/include/tirpc/rpc/key_prot.h
/usr/include/tirpc/rpc/nettype.h
/usr/include/tirpc/rpc/pmap_clnt.h
/usr/include/tirpc/rpc/pmap_prot.h
/usr/include/tirpc/rpc/pmap_rmt.h
/usr/include/tirpc/rpc/raw.h
/usr/include/tirpc/rpc/rpc.h
/usr/include/tirpc/rpc/rpc_com.h
/usr/include/tirpc/rpc/rpc_msg.h
/usr/include/tirpc/rpc/rpcb_clnt.h
/usr/include/tirpc/rpc/rpcb_prot.h
/usr/include/tirpc/rpc/rpcb_prot.x
/usr/include/tirpc/rpc/rpcent.h
/usr/include/tirpc/rpc/rpcsec_gss.h
/usr/include/tirpc/rpc/svc.h
/usr/include/tirpc/rpc/svc_auth.h
/usr/include/tirpc/rpc/svc_auth_gss.h
/usr/include/tirpc/rpc/svc_dg.h
/usr/include/tirpc/rpc/svc_mt.h
/usr/include/tirpc/rpc/svc_soc.h
/usr/include/tirpc/rpc/types.h
/usr/include/tirpc/rpc/xdr.h
/usr/include/tirpc/rpcsvc
/usr/include/tirpc/rpcsvc/crypt.h
/usr/include/tirpc/rpcsvc/crypt.x
/usr/lib/pkgconfig/libtirpc.pc
/usr/share/licenses/libtirpc-devel
/usr/share/licenses/libtirpc-devel/COPYING
/usr/share/man/man3t/bindresvport.3t.gz
/usr/share/man/man3t/des_crypt.3t.gz
/usr/share/man/man3t/getnetconfig.3t.gz
/usr/share/man/man3t/getnetpath.3t.gz
/usr/share/man/man3t/getrpcent.3t.gz
/usr/share/man/man3t/getrpcport.3t.gz
/usr/share/man/man3t/rpc.3t.gz
/usr/share/man/man3t/rpc_clnt_auth.3t.gz
/usr/share/man/man3t/rpc_clnt_calls.3t.gz
/usr/share/man/man3t/rpc_clnt_create.3t.gz
/usr/share/man/man3t/rpc_gss_get_error.3t.gz
/usr/share/man/man3t/rpc_gss_get_mech_info.3t.gz
/usr/share/man/man3t/rpc_gss_get_mechanisms.3t.gz
/usr/share/man/man3t/rpc_gss_get_principal_name.3t.gz
/usr/share/man/man3t/rpc_gss_get_versions.3t.gz
/usr/share/man/man3t/rpc_gss_getcred.3t.gz
/usr/share/man/man3t/rpc_gss_is_installed.3t.gz
/usr/share/man/man3t/rpc_gss_max_data_length.3t.gz
/usr/share/man/man3t/rpc_gss_mech_to_oid.3t.gz
/usr/share/man/man3t/rpc_gss_qop_to_num.3t.gz
/usr/share/man/man3t/rpc_gss_seccreate.3t.gz
/usr/share/man/man3t/rpc_gss_set_callback.3t.gz
/usr/share/man/man3t/rpc_gss_set_defaults.3t.gz
/usr/share/man/man3t/rpc_gss_set_svc_name.3t.gz
/usr/share/man/man3t/rpc_gss_svc_max_data_length.3t.gz
/usr/share/man/man3t/rpc_secure.3t.gz
/usr/share/man/man3t/rpc_soc.3t.gz
/usr/share/man/man3t/rpc_svc_calls.3t.gz
/usr/share/man/man3t/rpc_svc_create.3t.gz
/usr/share/man/man3t/rpc_svc_err.3t.gz
/usr/share/man/man3t/rpc_svc_reg.3t.gz
/usr/share/man/man3t/rpc_xdr.3t.gz
/usr/share/man/man3t/rpcbind.3t.gz
/usr/share/man/man3t/rpcsec_gss.3t.gz
/usr/share/man/man3t/rtime.3t.gz
/usr/share/man/man5/netconfig.5.gz
References
Summary
In this tutorial we learn how to install libtirpc-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).