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

Last updated: October 05,2024

1. Install "fmt.i686" package

Please follow the steps below to install fmt.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install fmt.i686

2. Uninstall "fmt.i686" package

This tutorial shows how to uninstall fmt.i686 on Fedora 34:

$ sudo dnf remove fmt.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 4:18:53 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : fmt
Version : 7.1.3
Release : 3.fc34
Architecture : i686
Size : 117 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.