How To Install booth-core.x86_64 on Amazon Linux 2
In this tutorial we learn how to install booth-core.x86_64 in Amazon Linux 2. booth-core.x86_64 is Booth core files (executables, etc.)
Introduction
In this tutorial we learn how to install booth-core.x86_64
on Amazon Linux 2.
What is booth-core.x86_64
Core files (executables, etc.) for Booth, ticket manager for multi-site clusters.
We can use yum
to install booth-core.x86_64
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install booth-core.x86_64.
Install booth-core.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 booth-core.x86_64
using yum
by running the following command:
sudo yum -y install booth-core.x86_64
How To Uninstall booth-core.x86_64 on Amazon Linux 2
To uninstall only the booth-core.x86_64
package we can use the following command:
sudo yum remove booth-core.x86_64
booth-core.x86_64 Package Contents on Amazon Linux 2
/etc/booth
/usr/sbin/booth
/usr/sbin/booth-keygen
/usr/sbin/boothd
/usr/share/doc/booth-1.0/AUTHORS
/usr/share/doc/booth-1.0/ChangeLog
/usr/share/doc/booth-1.0/README
/usr/share/doc/booth-1.0/booth.conf.example
/usr/share/licenses/booth-core-1.0
/usr/share/licenses/booth-core-1.0/COPYING
/usr/share/man/man8/booth-keygen.8.gz
/usr/share/man/man8/booth.8.gz
/usr/share/man/man8/boothd.8.gz
References
Summary
In this tutorial we learn how to install booth-core.x86_64
on Amazon Linux 2 using yum.