How To Install tdb-tools.x86_64 on Amazon Linux 2
In this tutorial we learn how to install tdb-tools.x86_64 in Amazon Linux 2. tdb-tools.x86_64 is Developer tools for the Tdb library
Introduction
In this tutorial we learn how to install tdb-tools.x86_64
on Amazon Linux 2.
What is tdb-tools.x86_64
Tools to manage Tdb files
We can use yum
to install tdb-tools.x86_64
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install tdb-tools.x86_64.
Install tdb-tools.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 tdb-tools.x86_64
using yum
by running the following command:
sudo yum -y install tdb-tools.x86_64
How To Uninstall tdb-tools.x86_64 on Amazon Linux 2
To uninstall only the tdb-tools.x86_64
package we can use the following command:
sudo yum remove tdb-tools.x86_64
tdb-tools.x86_64 Package Contents on Amazon Linux 2
/usr/bin/tdbbackup
/usr/bin/tdbdump
/usr/bin/tdbrestore
/usr/bin/tdbtool
/usr/share/man/man8/tdbbackup.8.gz
/usr/share/man/man8/tdbdump.8.gz
/usr/share/man/man8/tdbrestore.8.gz
/usr/share/man/man8/tdbtool.8.gz
References
Summary
In this tutorial we learn how to install tdb-tools.x86_64
on Amazon Linux 2 using yum.