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

Last updated: October 14,2024

1. Install "fmt.x86_64" package

This guide let you learn how to install fmt.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install fmt.x86_64

2. Uninstall "fmt.x86_64" package

Please follow the steps below to uninstall fmt.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove fmt.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:47:50 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : fmt
Version : 6.2.1
Release : 1.el8
Architecture : x86_64
Size : 116 k
Source : fmt-6.2.1-1.el8.src.rpm
Repository : epel
Summary : Small, safe and fast formatting library for C++
URL : https://github.com/fmtlib/fmt
License : BSD
Description : C++ Format is an open-source formatting library for C++. It can be used as a
: safe alternative to printf or as a fast alternative to IOStreams.