How to Install and Uninstall fmt.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "fmt.x86_64" package

This is a short guide on how to install fmt.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install fmt.x86_64

2. Uninstall "fmt.x86_64" package

Please follow the step by step instructions below to uninstall fmt.x86_64 on Fedora 34:

$ sudo dnf remove fmt.x86_64 $ sudo dnf autoremove

3. Information about the fmt.x86_64 package on Fedora 34

Last metadata expiration check: 5:33:34 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : fmt
Version : 7.1.3
Release : 3.fc34
Architecture : x86_64
Size : 116 k
Source : fmt-7.1.3-3.fc34.src.rpm
Repository : updates
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.