How To Install NFStest on Fedora 34

NFStest is NFS Testing Tool

Introduction

In this tutorial we learn how to install NFStest on Fedora 34.

What is NFStest

Provides a set of tools for testing either the NFS client or the NFS server, most of the functionality is focused mainly on testing the client.

We can use yum or dnf to install NFStest on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install NFStest.

Install NFStest on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install NFStest using dnf by running the following command:

sudo dnf -y install NFStest

Install NFStest on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install NFStest using yum by running the following command:

sudo yum -y install NFStest

How To Uninstall NFStest on Fedora 34

To uninstall only the NFStest package we can use the following command:

sudo dnf remove NFStest

NFStest Package Contents on Fedora 34

/usr/bin/nfstest_alloc
/usr/bin/nfstest_cache
/usr/bin/nfstest_delegation
/usr/bin/nfstest_dio
/usr/bin/nfstest_file
/usr/bin/nfstest_interop
/usr/bin/nfstest_io
/usr/bin/nfstest_lock
/usr/bin/nfstest_pkt
/usr/bin/nfstest_pnfs
/usr/bin/nfstest_posix
/usr/bin/nfstest_sparse
/usr/bin/nfstest_ssc
/usr/bin/nfstest_xid
/usr/lib/python2.7/site-packages/NFStest-2.1.5-py2.7.egg-info
/usr/lib/python2.7/site-packages/baseobj.py
/usr/lib/python2.7/site-packages/baseobj.pyc
/usr/lib/python2.7/site-packages/baseobj.pyo
/usr/lib/python2.7/site-packages/formatstr.py
/usr/lib/python2.7/site-packages/formatstr.pyc
/usr/lib/python2.7/site-packages/formatstr.pyo
/usr/lib/python2.7/site-packages/nfstest
/usr/lib/python2.7/site-packages/nfstest/__init__.py
/usr/lib/python2.7/site-packages/nfstest/__init__.pyc
/usr/lib/python2.7/site-packages/nfstest/__init__.pyo
/usr/lib/python2.7/site-packages/nfstest/file_io.py
/usr/lib/python2.7/site-packages/nfstest/file_io.pyc
/usr/lib/python2.7/site-packages/nfstest/file_io.pyo
/usr/lib/python2.7/site-packages/nfstest/host.py
/usr/lib/python2.7/site-packages/nfstest/host.pyc
/usr/lib/python2.7/site-packages/nfstest/host.pyo
/usr/lib/python2.7/site-packages/nfstest/nfs_util.py
/usr/lib/python2.7/site-packages/nfstest/nfs_util.pyc
/usr/lib/python2.7/site-packages/nfstest/nfs_util.pyo
/usr/lib/python2.7/site-packages/nfstest/rexec.py
/usr/lib/python2.7/site-packages/nfstest/rexec.pyc
/usr/lib/python2.7/site-packages/nfstest/rexec.pyo
/usr/lib/python2.7/site-packages/nfstest/test_util.py
/usr/lib/python2.7/site-packages/nfstest/test_util.pyc
/usr/lib/python2.7/site-packages/nfstest/test_util.pyo
/usr/lib/python2.7/site-packages/nfstest/utils.py
/usr/lib/python2.7/site-packages/nfstest/utils.pyc
/usr/lib/python2.7/site-packages/nfstest/utils.pyo
/usr/lib/python2.7/site-packages/nfstest_config.py
/usr/lib/python2.7/site-packages/nfstest_config.pyc
/usr/lib/python2.7/site-packages/nfstest_config.pyo
/usr/lib/python2.7/site-packages/packet
/usr/lib/python2.7/site-packages/packet/__init__.py
/usr/lib/python2.7/site-packages/packet/__init__.pyc
/usr/lib/python2.7/site-packages/packet/__init__.pyo
/usr/lib/python2.7/site-packages/packet/application
/usr/lib/python2.7/site-packages/packet/application/__init__.py
/usr/lib/python2.7/site-packages/packet/application/__init__.pyc
/usr/lib/python2.7/site-packages/packet/application/__init__.pyo
/usr/lib/python2.7/site-packages/packet/application/dns.py
/usr/lib/python2.7/site-packages/packet/application/dns.pyc
/usr/lib/python2.7/site-packages/packet/application/dns.pyo
/usr/lib/python2.7/site-packages/packet/application/dns_const.py
/usr/lib/python2.7/site-packages/packet/application/dns_const.pyc
/usr/lib/python2.7/site-packages/packet/application/dns_const.pyo
/usr/lib/python2.7/site-packages/packet/application/gss.py
/usr/lib/python2.7/site-packages/packet/application/gss.pyc
/usr/lib/python2.7/site-packages/packet/application/gss.pyo
/usr/lib/python2.7/site-packages/packet/application/gss_const.py
/usr/lib/python2.7/site-packages/packet/application/gss_const.pyc
/usr/lib/python2.7/site-packages/packet/application/gss_const.pyo
/usr/lib/python2.7/site-packages/packet/application/krb5.py
/usr/lib/python2.7/site-packages/packet/application/krb5.pyc
/usr/lib/python2.7/site-packages/packet/application/krb5.pyo
/usr/lib/python2.7/site-packages/packet/application/krb5_const.py
/usr/lib/python2.7/site-packages/packet/application/krb5_const.pyc
/usr/lib/python2.7/site-packages/packet/application/krb5_const.pyo
/usr/lib/python2.7/site-packages/packet/application/ntp4.py
/usr/lib/python2.7/site-packages/packet/application/ntp4.pyc
/usr/lib/python2.7/site-packages/packet/application/ntp4.pyo
/usr/lib/python2.7/site-packages/packet/application/rpc.py
/usr/lib/python2.7/site-packages/packet/application/rpc.pyc
/usr/lib/python2.7/site-packages/packet/application/rpc.pyo
/usr/lib/python2.7/site-packages/packet/application/rpc_const.py
/usr/lib/python2.7/site-packages/packet/application/rpc_const.pyc
/usr/lib/python2.7/site-packages/packet/application/rpc_const.pyo
/usr/lib/python2.7/site-packages/packet/application/rpc_creds.py
/usr/lib/python2.7/site-packages/packet/application/rpc_creds.pyc
/usr/lib/python2.7/site-packages/packet/application/rpc_creds.pyo
/usr/lib/python2.7/site-packages/packet/derunpack.py
/usr/lib/python2.7/site-packages/packet/derunpack.pyc
/usr/lib/python2.7/site-packages/packet/derunpack.pyo
/usr/lib/python2.7/site-packages/packet/internet
/usr/lib/python2.7/site-packages/packet/internet/__init__.py
/usr/lib/python2.7/site-packages/packet/internet/__init__.pyc
/usr/lib/python2.7/site-packages/packet/internet/__init__.pyo
/usr/lib/python2.7/site-packages/packet/internet/arp.py
/usr/lib/python2.7/site-packages/packet/internet/arp.pyc
/usr/lib/python2.7/site-packages/packet/internet/arp.pyo
/usr/lib/python2.7/site-packages/packet/internet/arp_const.py
/usr/lib/python2.7/site-packages/packet/internet/arp_const.pyc
/usr/lib/python2.7/site-packages/packet/internet/arp_const.pyo
/usr/lib/python2.7/site-packages/packet/internet/ipv4.py
/usr/lib/python2.7/site-packages/packet/internet/ipv4.pyc
/usr/lib/python2.7/site-packages/packet/internet/ipv4.pyo
/usr/lib/python2.7/site-packages/packet/internet/ipv6.py
/usr/lib/python2.7/site-packages/packet/internet/ipv6.pyc
/usr/lib/python2.7/site-packages/packet/internet/ipv6.pyo
/usr/lib/python2.7/site-packages/packet/internet/ipv6addr.py
/usr/lib/python2.7/site-packages/packet/internet/ipv6addr.pyc
/usr/lib/python2.7/site-packages/packet/internet/ipv6addr.pyo
/usr/lib/python2.7/site-packages/packet/link
/usr/lib/python2.7/site-packages/packet/link/__init__.py
/usr/lib/python2.7/site-packages/packet/link/__init__.pyc
/usr/lib/python2.7/site-packages/packet/link/__init__.pyo
/usr/lib/python2.7/site-packages/packet/link/ethernet.py
/usr/lib/python2.7/site-packages/packet/link/ethernet.pyc
/usr/lib/python2.7/site-packages/packet/link/ethernet.pyo
/usr/lib/python2.7/site-packages/packet/link/macaddr.py
/usr/lib/python2.7/site-packages/packet/link/macaddr.pyc
/usr/lib/python2.7/site-packages/packet/link/macaddr.pyo
/usr/lib/python2.7/site-packages/packet/nfs
/usr/lib/python2.7/site-packages/packet/nfs/__init__.py
/usr/lib/python2.7/site-packages/packet/nfs/__init__.pyc
/usr/lib/python2.7/site-packages/packet/nfs/__init__.pyo
/usr/lib/python2.7/site-packages/packet/nfs/mount3.py
/usr/lib/python2.7/site-packages/packet/nfs/mount3.pyc
/usr/lib/python2.7/site-packages/packet/nfs/mount3.pyo
/usr/lib/python2.7/site-packages/packet/nfs/mount3_const.py
/usr/lib/python2.7/site-packages/packet/nfs/mount3_const.pyc
/usr/lib/python2.7/site-packages/packet/nfs/mount3_const.pyo
/usr/lib/python2.7/site-packages/packet/nfs/nfs.py
/usr/lib/python2.7/site-packages/packet/nfs/nfs.pyc
/usr/lib/python2.7/site-packages/packet/nfs/nfs.pyo
/usr/lib/python2.7/site-packages/packet/nfs/nfs3.py
/usr/lib/python2.7/site-packages/packet/nfs/nfs3.pyc
/usr/lib/python2.7/site-packages/packet/nfs/nfs3.pyo
/usr/lib/python2.7/site-packages/packet/nfs/nfs3_const.py
/usr/lib/python2.7/site-packages/packet/nfs/nfs3_const.pyc
/usr/lib/python2.7/site-packages/packet/nfs/nfs3_const.pyo
/usr/lib/python2.7/site-packages/packet/nfs/nfs4.py
/usr/lib/python2.7/site-packages/packet/nfs/nfs4.pyc
/usr/lib/python2.7/site-packages/packet/nfs/nfs4.pyo
/usr/lib/python2.7/site-packages/packet/nfs/nfs4_const.py
/usr/lib/python2.7/site-packages/packet/nfs/nfs4_const.pyc
/usr/lib/python2.7/site-packages/packet/nfs/nfs4_const.pyo
/usr/lib/python2.7/site-packages/packet/nfs/nfsbase.py
/usr/lib/python2.7/site-packages/packet/nfs/nfsbase.pyc
/usr/lib/python2.7/site-packages/packet/nfs/nfsbase.pyo
/usr/lib/python2.7/site-packages/packet/nfs/nlm4.py
/usr/lib/python2.7/site-packages/packet/nfs/nlm4.pyc
/usr/lib/python2.7/site-packages/packet/nfs/nlm4.pyo
/usr/lib/python2.7/site-packages/packet/nfs/nlm4_const.py
/usr/lib/python2.7/site-packages/packet/nfs/nlm4_const.pyc
/usr/lib/python2.7/site-packages/packet/nfs/nlm4_const.pyo
/usr/lib/python2.7/site-packages/packet/nfs/portmap2.py
/usr/lib/python2.7/site-packages/packet/nfs/portmap2.pyc
/usr/lib/python2.7/site-packages/packet/nfs/portmap2.pyo
/usr/lib/python2.7/site-packages/packet/nfs/portmap2_const.py
/usr/lib/python2.7/site-packages/packet/nfs/portmap2_const.pyc
/usr/lib/python2.7/site-packages/packet/nfs/portmap2_const.pyo
/usr/lib/python2.7/site-packages/packet/pkt.py
/usr/lib/python2.7/site-packages/packet/pkt.pyc
/usr/lib/python2.7/site-packages/packet/pkt.pyo
/usr/lib/python2.7/site-packages/packet/pktt.py
/usr/lib/python2.7/site-packages/packet/pktt.pyc
/usr/lib/python2.7/site-packages/packet/pktt.pyo
/usr/lib/python2.7/site-packages/packet/record.py
/usr/lib/python2.7/site-packages/packet/record.pyc
/usr/lib/python2.7/site-packages/packet/record.pyo
/usr/lib/python2.7/site-packages/packet/transport
/usr/lib/python2.7/site-packages/packet/transport/__init__.py
/usr/lib/python2.7/site-packages/packet/transport/__init__.pyc
/usr/lib/python2.7/site-packages/packet/transport/__init__.pyo
/usr/lib/python2.7/site-packages/packet/transport/tcp.py
/usr/lib/python2.7/site-packages/packet/transport/tcp.pyc
/usr/lib/python2.7/site-packages/packet/transport/tcp.pyo
/usr/lib/python2.7/site-packages/packet/transport/udp.py
/usr/lib/python2.7/site-packages/packet/transport/udp.pyc
/usr/lib/python2.7/site-packages/packet/transport/udp.pyo
/usr/lib/python2.7/site-packages/packet/unpack.py
/usr/lib/python2.7/site-packages/packet/unpack.pyc
/usr/lib/python2.7/site-packages/packet/unpack.pyo
/usr/lib/python2.7/site-packages/packet/utils.py
/usr/lib/python2.7/site-packages/packet/utils.pyc
/usr/lib/python2.7/site-packages/packet/utils.pyo
/usr/share/doc/NFStest
/usr/share/doc/NFStest/COPYING
/usr/share/doc/NFStest/README
/usr/share/man/man1/nfstest.1.gz
/usr/share/man/man1/nfstest_alloc.1.gz
/usr/share/man/man1/nfstest_cache.1.gz
/usr/share/man/man1/nfstest_delegation.1.gz
/usr/share/man/man1/nfstest_dio.1.gz
/usr/share/man/man1/nfstest_file.1.gz
/usr/share/man/man1/nfstest_interop.1.gz
/usr/share/man/man1/nfstest_io.1.gz
/usr/share/man/man1/nfstest_lock.1.gz
/usr/share/man/man1/nfstest_pkt.1.gz
/usr/share/man/man1/nfstest_pnfs.1.gz
/usr/share/man/man1/nfstest_posix.1.gz
/usr/share/man/man1/nfstest_sparse.1.gz
/usr/share/man/man1/nfstest_ssc.1.gz
/usr/share/man/man1/nfstest_xid.1.gz
/usr/share/man/man3/baseobj.3.gz
/usr/share/man/man3/formatstr.3.gz
/usr/share/man/man3/nfstest.file_io.3.gz
/usr/share/man/man3/nfstest.host.3.gz
/usr/share/man/man3/nfstest.nfs_util.3.gz
/usr/share/man/man3/nfstest.rexec.3.gz
/usr/share/man/man3/nfstest.test_util.3.gz
/usr/share/man/man3/nfstest.utils.3.gz
/usr/share/man/man3/packet.application.dns.3.gz
/usr/share/man/man3/packet.application.dns_const.3.gz
/usr/share/man/man3/packet.application.gss.3.gz
/usr/share/man/man3/packet.application.gss_const.3.gz
/usr/share/man/man3/packet.application.krb5.3.gz
/usr/share/man/man3/packet.application.krb5_const.3.gz
/usr/share/man/man3/packet.application.ntp4.3.gz
/usr/share/man/man3/packet.application.rpc.3.gz
/usr/share/man/man3/packet.application.rpc_const.3.gz
/usr/share/man/man3/packet.application.rpc_creds.3.gz
/usr/share/man/man3/packet.derunpack.3.gz
/usr/share/man/man3/packet.internet.arp.3.gz
/usr/share/man/man3/packet.internet.arp_const.3.gz
/usr/share/man/man3/packet.internet.ipv4.3.gz
/usr/share/man/man3/packet.internet.ipv6.3.gz
/usr/share/man/man3/packet.internet.ipv6addr.3.gz
/usr/share/man/man3/packet.link.ethernet.3.gz
/usr/share/man/man3/packet.link.macaddr.3.gz
/usr/share/man/man3/packet.nfs.mount3.3.gz
/usr/share/man/man3/packet.nfs.mount3_const.3.gz
/usr/share/man/man3/packet.nfs.nfs.3.gz
/usr/share/man/man3/packet.nfs.nfs3.3.gz
/usr/share/man/man3/packet.nfs.nfs3_const.3.gz
/usr/share/man/man3/packet.nfs.nfs4.3.gz
/usr/share/man/man3/packet.nfs.nfs4_const.3.gz
/usr/share/man/man3/packet.nfs.nfsbase.3.gz
/usr/share/man/man3/packet.nfs.nlm4.3.gz
/usr/share/man/man3/packet.nfs.nlm4_const.3.gz
/usr/share/man/man3/packet.nfs.portmap2.3.gz
/usr/share/man/man3/packet.nfs.portmap2_const.3.gz
/usr/share/man/man3/packet.pkt.3.gz
/usr/share/man/man3/packet.pktt.3.gz
/usr/share/man/man3/packet.record.3.gz
/usr/share/man/man3/packet.transport.tcp.3.gz
/usr/share/man/man3/packet.transport.udp.3.gz
/usr/share/man/man3/packet.unpack.3.gz
/usr/share/man/man3/packet.utils.3.gz

References

Summary

In this tutorial we learn how to install NFStest on Fedora 34 using yum and dnf.