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

Last updated: September 20,2024

1. Install "fmt.x86_64" package

This is a short guide on how to install fmt.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install fmt.x86_64

2. Uninstall "fmt.x86_64" package

This guide covers the steps necessary to uninstall fmt.x86_64 on Rocky Linux 8:

$ sudo dnf remove fmt.x86_64 $ sudo dnf autoremove

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

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