How to Install and Uninstall libnfs.x86_64 Package on Amazon Linux 2

Last updated: February 06,2025

1. Install "libnfs.x86_64" package

In this section, we are going to explain the necessary steps to install libnfs.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libnfs.x86_64

2. Uninstall "libnfs.x86_64" package

This is a short guide on how to uninstall libnfs.x86_64 on Amazon Linux 2:

$ sudo yum remove libnfs.x86_64 $ sudo yum autoremove

3. Information about the libnfs.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libnfs
Arch : x86_64
Version : 1.11.0
Release : 1.amzn2.0.1
Size : 94 k
Repo : amzn2-core/2/x86_64
Summary : Client library for accessing NFS shares over a network
URL : https://github.com/sahlberg/libnfs
License : LGPLv2+ and BSD
Description : The libnfs package contains a library of functions for accessing
: NFSv2 and NFSv3 servers from user space. It provides a low-level,
: asynchronous RPC library for accessing NFS protocols, an
: asynchronous library with POSIX-like VFS functions, and a
: synchronous library with POSIX-like VFS functions.