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

Last updated: May 03,2024

1. Install "libtommath.x86_64" package

In this section, we are going to explain the necessary steps to install libtommath.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libtommath.x86_64

2. Uninstall "libtommath.x86_64" package

Please follow the instructions below to uninstall libtommath.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove libtommath.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1 day, 5:53:27 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libtommath
Version : 1.1.0
Release : 1.el8
Architecture : x86_64
Size : 47 k
Source : libtommath-1.1.0-1.el8.src.rpm
Repository : epel
Summary : A portable number theoretic multiple-precision integer library
URL : http://www.libtom.net/
License : Public Domain
Description : A free open source portable number theoretic multiple-precision integer library
: written entirely in C. (phew!). The library is designed to provide a simple to
: work with API that provides fairly efficient routines that build out of the box
: without configuration.