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

Last updated: May 12,2024

1. Install "fmt.i686" package

Here is a brief guide to show you how to install fmt.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install fmt.i686

2. Uninstall "fmt.i686" package

This is a short guide on how to uninstall fmt.i686 on Fedora 35:

$ sudo dnf remove fmt.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:54:32 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : fmt
Version : 8.1.1
Release : 5.fc35
Architecture : i686
Size : 113 k
Source : fmt-8.1.1-5.fc35.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.