How to Install and Uninstall libtommath.x86_64 Package on Rocky Linux 8

Last updated: June 26,2024

1. Install "libtommath.x86_64" package

Please follow the step by step instructions below to install libtommath.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install libtommath.x86_64

2. Uninstall "libtommath.x86_64" package

Learn how to uninstall libtommath.x86_64 on Rocky Linux 8:

$ sudo dnf remove libtommath.x86_64 $ sudo dnf autoremove

3. Information about the libtommath.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:32:29 ago on Mon Sep 12 10:27:18 2022.
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.