How To Install at-sysvinit.x86_64 on Amazon Linux 2
In this tutorial we learn how to install at-sysvinit.x86_64 in Amazon Linux 2. at-sysvinit.x86_64 is SysV init script for at
Introduction
In this tutorial we learn how to install at-sysvinit.x86_64 on Amazon Linux 2.
What is at-sysvinit.x86_64
SysV style init script for at. It needs to be installed only if systemd is not used as the system init process.
We can use yum to install at-sysvinit.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install at-sysvinit.x86_64.
Install at-sysvinit.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 at-sysvinit.x86_64 using yum by running the following command:
sudo yum -y install at-sysvinit.x86_64
How To Uninstall at-sysvinit.x86_64 on Amazon Linux 2
To uninstall only the at-sysvinit.x86_64 package we can use the following command:
sudo yum remove at-sysvinit.x86_64
at-sysvinit.x86_64 Package Contents on Amazon Linux 2
/etc/rc.d/init.d/atd
References
Summary
In this tutorial we learn how to install at-sysvinit.x86_64 on Amazon Linux 2 using yum.