How To Install lftp-scripts.noarch on Amazon Linux 2

In this tutorial we learn how to install lftp-scripts.noarch in Amazon Linux 2. lftp-scripts.noarch is Scripts for lftp

Introduction

In this tutorial we learn how to install lftp-scripts.noarch on Amazon Linux 2.

What is lftp-scripts.noarch

Utility scripts for use with lftp.

We can use yum to install lftp-scripts.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install lftp-scripts.noarch.

Install lftp-scripts.noarch 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 lftp-scripts.noarch using yum by running the following command:

sudo yum -y install lftp-scripts.noarch

How To Uninstall lftp-scripts.noarch on Amazon Linux 2

To uninstall only the lftp-scripts.noarch package we can use the following command:

sudo yum remove lftp-scripts.noarch

lftp-scripts.noarch Package Contents on Amazon Linux 2

/usr/share/lftp
/usr/share/lftp/convert-mozilla-cookies
/usr/share/lftp/import-ncftp
/usr/share/lftp/import-netscape
/usr/share/lftp/verify-file
/usr/share/lftp/xdg-move

References

Summary

In this tutorial we learn how to install lftp-scripts.noarch on Amazon Linux 2 using yum.