How to Install and Uninstall libtommath.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 10,2024

1. Install "libtommath.x86_64" package

Here is a brief guide to show you how to install libtommath.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install libtommath.x86_64

2. Uninstall "libtommath.x86_64" package

Please follow the step by step instructions below to uninstall libtommath.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove libtommath.x86_64 $ sudo dnf autoremove

3. Information about the libtommath.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:16:30 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : libtommath
Version : 1.1.0
Release : 4.el8
Architecture : x86_64
Size : 46 k
Source : libtommath-1.1.0-4.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.