How to Install and Uninstall tarantool.i686 Package on Fedora 35

Last updated: May 08,2024

1. Install "tarantool.i686" package

Here is a brief guide to show you how to install tarantool.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install tarantool.i686

2. Uninstall "tarantool.i686" package

This is a short guide on how to uninstall tarantool.i686 on Fedora 35:

$ sudo dnf remove tarantool.i686 $ sudo dnf autoremove

3. Information about the tarantool.i686 package on Fedora 35

Last metadata expiration check: 1:13:00 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : tarantool
Version : 2.4.2.68
Release : 7.fc35
Architecture : i686
Size : 1.7 M
Source : tarantool-2.4.2.68-7.fc35.src.rpm
Repository : fedora
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.