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

Last updated: January 11,2025

1. Install "fmt.x86_64" package

Learn how to install fmt.x86_64 on Fedora 38

$ 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 Fedora 38:

$ sudo dnf remove fmt.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:59:53 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : fmt
Version : 9.1.0
Release : 2.fc38
Architecture : x86_64
Size : 117 k
Source : fmt-9.1.0-2.fc38.src.rpm
Repository : fedora
Summary : Small, safe and fast formatting library for C++
URL : https://github.com/fmtlib/fmt
License : MIT
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.