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

Last updated: October 09,2024

1. Install "udunits2.x86_64" package

This tutorial shows how to install udunits2.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install udunits2.x86_64

2. Uninstall "udunits2.x86_64" package

This guide covers the steps necessary to uninstall udunits2.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove udunits2.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:43:06 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : udunits2
Version : 2.2.26
Release : 5.el8
Architecture : x86_64
Size : 624 k
Source : udunits2-2.2.26-5.el8.src.rpm
Repository : epel
Summary : A library for manipulating units of physical quantities
URL : http://www.unidata.ucar.edu/software/udunits/
License : UCAR
Description : The Unidata units utility, udunits2, supports conversion of unit specifications
: between formatted and binary forms, arithmetic manipulation of unit
: specifications, and conversion of values between compatible scales of
: measurement. A unit is the amount by which a physical quantity is measured. For
: example:
:
: Physical Quantity Possible Unit
: _________________ _____________
: time weeks
: distance centimeters
: power watts
:
: This utility works interactively and has two modes. In one mode, both an input
: and output unit specification are given, causing the utility to print the
: conversion between them. In the other mode, only an input unit specification is
: given. This causes the utility to print the definition -- in standard units --
: of the input unit.