How To Install nfs4-acl-tools.x86_64 on Amazon Linux 2
In this tutorial we learn how to install nfs4-acl-tools.x86_64 in Amazon Linux 2. nfs4-acl-tools.x86_64 is The nfs4 ACL tools
Introduction
In this tutorial we learn how to install nfs4-acl-tools.x86_64 on Amazon Linux 2.
What is nfs4-acl-tools.x86_64
This package contains commandline and GUI ACL utilities for the Linux NFSv4 client.
We can use yum to install nfs4-acl-tools.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install nfs4-acl-tools.x86_64.
Install nfs4-acl-tools.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install nfs4-acl-tools.x86_64 using yum by running the following command:
sudo yum -y install nfs4-acl-tools.x86_64
How To Uninstall nfs4-acl-tools.x86_64 on Amazon Linux 2
To uninstall only the nfs4-acl-tools.x86_64 package we can use the following command:
sudo yum remove nfs4-acl-tools.x86_64
nfs4-acl-tools.x86_64 Package Contents on Amazon Linux 2
/usr/bin/nfs4_editfacl
/usr/bin/nfs4_getfacl
/usr/bin/nfs4_setfacl
/usr/share/doc/nfs4-acl-tools-0.3.3
/usr/share/doc/nfs4-acl-tools-0.3.3/COPYING
/usr/share/doc/nfs4-acl-tools-0.3.3/INSTALL
/usr/share/doc/nfs4-acl-tools-0.3.3/README
/usr/share/doc/nfs4-acl-tools-0.3.3/TODO
/usr/share/doc/nfs4-acl-tools-0.3.3/VERSION
/usr/share/man/man1/nfs4_editfacl.1.gz
/usr/share/man/man1/nfs4_getfacl.1.gz
/usr/share/man/man1/nfs4_setfacl.1.gz
/usr/share/man/man5/nfs4_acl.5.gz
References
Summary
In this tutorial we learn how to install nfs4-acl-tools.x86_64 on Amazon Linux 2 using yum.