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

Last updated: May 13,2024

1. Install "tarantool-devel.i686" package

Please follow the guidance below to install tarantool-devel.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install tarantool-devel.i686

2. Uninstall "tarantool-devel.i686" package

Learn how to uninstall tarantool-devel.i686 on Fedora 35:

$ sudo dnf remove tarantool-devel.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:50:40 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : tarantool-devel
Version : 2.4.2.68
Release : 7.fc35
Architecture : i686
Size : 33 k
Source : tarantool-2.4.2.68-7.fc35.src.rpm
Repository : fedora
Summary : Server development files for tarantool
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 server development files needed to create
: C and Lua/C modules.