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

Last updated: October 04,2024

1. Install "fmt.i686" package

This is a short guide on how to install fmt.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install fmt.i686

2. Uninstall "fmt.i686" package

This guide covers the steps necessary to uninstall fmt.i686 on Fedora 38:

$ sudo dnf remove fmt.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:13:29 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : fmt
Version : 9.1.0
Release : 2.fc38
Architecture : i686
Size : 122 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.