How To Install bsh-utils.noarch on Amazon Linux 2
In this tutorial we learn how to install bsh-utils.noarch in Amazon Linux 2. bsh-utils.noarch is bsh utilities
Introduction
In this tutorial we learn how to install bsh-utils.noarch on Amazon Linux 2.
What is bsh-utils.noarch
bsh utilities.
We can use yum to install bsh-utils.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install bsh-utils.noarch.
Install bsh-utils.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 bsh-utils.noarch using yum by running the following command:
sudo yum -y install bsh-utils.noarch
How To Uninstall bsh-utils.noarch on Amazon Linux 2
To uninstall only the bsh-utils.noarch package we can use the following command:
sudo yum remove bsh-utils.noarch
bsh-utils.noarch Package Contents on Amazon Linux 2
/usr/bin/bsh
/usr/bin/bsh-console
/usr/bin/bshdoc
References
Summary
In this tutorial we learn how to install bsh-utils.noarch on Amazon Linux 2 using yum.