How To Install xferstats.x86_64 on Amazon Linux 2
In this tutorial we learn how to install xferstats.x86_64 in Amazon Linux 2. xferstats.x86_64 is Compiles information about file transfers from logfiles
Introduction
In this tutorial we learn how to install xferstats.x86_64 on Amazon Linux 2.
What is xferstats.x86_64
xferstats compiles information about file transfers from logfiles.
We can use yum to install xferstats.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install xferstats.x86_64.
Install xferstats.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 xferstats.x86_64 using yum by running the following command:
sudo yum -y install xferstats.x86_64
How To Uninstall xferstats.x86_64 on Amazon Linux 2
To uninstall only the xferstats.x86_64 package we can use the following command:
sudo yum remove xferstats.x86_64
xferstats.x86_64 Package Contents on Amazon Linux 2
/etc/xferstats.cfg
/usr/bin/xferstats
/usr/share/doc/xferstats-2.16
/usr/share/doc/xferstats-2.16/ChangeLog
/usr/share/man/man8/xferstats.8.gz
/usr/share/xferstats
/usr/share/xferstats/graphs
/usr/share/xferstats/graphs/g1.jpg
/usr/share/xferstats/graphs/g16.jpg
/usr/share/xferstats/graphs/g2.jpg
/usr/share/xferstats/graphs/g32.jpg
/usr/share/xferstats/graphs/g4.jpg
/usr/share/xferstats/graphs/g64.jpg
/usr/share/xferstats/graphs/g8.jpg
/usr/share/xferstats/graphs/g_1.jpg
/usr/share/xferstats/graphs/g_2.jpg
/usr/share/xferstats/graphs/g_4.jpg
/usr/share/xferstats/graphs/g_8.jpg
References
Summary
In this tutorial we learn how to install xferstats.x86_64 on Amazon Linux 2 using yum.