How to Install and Uninstall libnfs.x86_64 Package on Fedora 38

Last updated: March 01,2025

1. Install "libnfs.x86_64" package

This guide let you learn how to install libnfs.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install libnfs.x86_64

2. Uninstall "libnfs.x86_64" package

Please follow the instructions below to uninstall libnfs.x86_64 on Fedora 38:

$ sudo dnf remove libnfs.x86_64 $ sudo dnf autoremove

3. Information about the libnfs.x86_64 package on Fedora 38

Last metadata expiration check: 3:47:22 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : libnfs
Version : 4.0.0
Release : 8.fc38
Architecture : x86_64
Size : 137 k
Source : libnfs-4.0.0-8.fc38.src.rpm
Repository : fedora
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.