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

Last updated: May 19,2024

1. Install "fmt.i686" package

Please follow the guidance below to install fmt.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install fmt.i686

2. Uninstall "fmt.i686" package

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

$ sudo dnf remove fmt.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 4:01:01 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : fmt
Version : 8.1.1
Release : 5.fc36
Architecture : i686
Size : 115 k
Source : fmt-8.1.1-5.fc36.src.rpm
Repository : fedora
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.