How To Install fmt-devel on Fedora 36
Introduction
In this tutorial we learn how to install fmt-devel
on Fedora 36.
What is fmt-devel
This package contains the header file for using fmt.
We can use yum
or dnf
to install fmt-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fmt-devel.
Install fmt-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install fmt-devel
using dnf
by running the following command:
sudo dnf -y install fmt-devel
Install fmt-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install fmt-devel
using yum
by running the following command:
sudo yum -y install fmt-devel
How To Uninstall fmt-devel on Fedora 36
To uninstall only the fmt-devel
package we can use the following command:
sudo dnf remove fmt-devel
fmt-devel Package Contents on Fedora 36
/usr/include/fmt
/usr/include/fmt/args.h
/usr/include/fmt/chrono.h
/usr/include/fmt/color.h
/usr/include/fmt/compile.h
/usr/include/fmt/core.h
/usr/include/fmt/format-inl.h
/usr/include/fmt/format.h
/usr/include/fmt/locale.h
/usr/include/fmt/os.h
/usr/include/fmt/ostream.h
/usr/include/fmt/printf.h
/usr/include/fmt/ranges.h
/usr/include/fmt/xchar.h
/usr/lib/cmake/fmt
/usr/lib/cmake/fmt/fmt-config-version.cmake
/usr/lib/cmake/fmt/fmt-config.cmake
/usr/lib/cmake/fmt/fmt-targets-relwithdebinfo.cmake
/usr/lib/cmake/fmt/fmt-targets.cmake
/usr/lib/libfmt.so
/usr/lib/pkgconfig/fmt.pc
References
Summary
In this tutorial we learn how to install fmt-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install fmt-devel on Fedora 36” linkTitle: “fmt-devel” type: “docs” description: “In this tutorial we learn how to install fmt-devel in Fedora 36. fmt-devel is Development files for fmt” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/fmt-devel-featured.png
Introduction
In this tutorial we learn how to install fmt-devel
on Fedora 36.
What is fmt-devel
This package contains the header file for using fmt.
We can use yum
or dnf
to install fmt-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fmt-devel.
Install fmt-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install fmt-devel
using dnf
by running the following command:
sudo dnf -y install fmt-devel
Install fmt-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install fmt-devel
using yum
by running the following command:
sudo yum -y install fmt-devel
How To Uninstall fmt-devel on Fedora 36
To uninstall only the fmt-devel
package we can use the following command:
sudo dnf remove fmt-devel
fmt-devel Package Contents on Fedora 36
/usr/include/fmt
/usr/include/fmt/args.h
/usr/include/fmt/chrono.h
/usr/include/fmt/color.h
/usr/include/fmt/compile.h
/usr/include/fmt/core.h
/usr/include/fmt/format-inl.h
/usr/include/fmt/format.h
/usr/include/fmt/locale.h
/usr/include/fmt/os.h
/usr/include/fmt/ostream.h
/usr/include/fmt/printf.h
/usr/include/fmt/ranges.h
/usr/include/fmt/xchar.h
/usr/lib64/cmake/fmt
/usr/lib64/cmake/fmt/fmt-config-version.cmake
/usr/lib64/cmake/fmt/fmt-config.cmake
/usr/lib64/cmake/fmt/fmt-targets-relwithdebinfo.cmake
/usr/lib64/cmake/fmt/fmt-targets.cmake
/usr/lib64/libfmt.so
/usr/lib64/pkgconfig/fmt.pc
References
Summary
In this tutorial we learn how to install fmt-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).