How to Install and Uninstall tarantool.x86_64 Package on CentOS 8 / RHEL 8

Last updated: October 06,2024

1. Install "tarantool.x86_64" package

Please follow the guidance below to install tarantool.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install tarantool.x86_64

2. Uninstall "tarantool.x86_64" package

This is a short guide on how to uninstall tarantool.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove tarantool.x86_64 $ sudo dnf autoremove

3. Information about the tarantool.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:40:07 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : tarantool
Version : 2.4.2.68
Release : 2.el8
Architecture : x86_64
Size : 1.8 M
Source : tarantool-2.4.2.68-2.el8.src.rpm
Repository : epel
Summary : In-Memory Database
URL : https://tarantool.org/
License : BSD
Description : Tarantool is an open-source database that can store everything in RAM.
: You can use it as a cache with on-disk persistence. Tarantool is able to
: process up to 1 million RPS and supports SQL and secondary index searching.
:
: In Tarantool, you can run your code at the same place where your data is.
: That speeds up all the operations. Apply any business logic in Lua programming
: language. Get rid of the outdated database records. Synchronize with other
: data sources. Implement HTTP-service.
:
: This package provides the server daemon and admin tools.