How To Install guidelines-support-library-devel on Fedora 36

In this tutorial we learn how to install guidelines-support-library-devel in Fedora 36. guidelines-support-library-devel is Development files for guidelines-support-library

Introduction

In this tutorial we learn how to install guidelines-support-library-devel on Fedora 36.

What is guidelines-support-library-devel

The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the C++ Core Guidelines maintained by the Standard C++ Foundation. This repo contains Microsoft’s implementation of GSL. The entire implementation is provided inline in the headers under the gsl directory. The implementation generally assumes a platform that implements C++14 support. While some types have been broken out into their own headers (e.g. gsl/span), it is simplest to just include gsl/gsl and gain access to the entire library.

We can use yum or dnf to install guidelines-support-library-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install guidelines-support-library-devel.

Install guidelines-support-library-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 guidelines-support-library-devel using dnf by running the following command:

sudo dnf -y install guidelines-support-library-devel

Install guidelines-support-library-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 guidelines-support-library-devel using yum by running the following command:

sudo yum -y install guidelines-support-library-devel

How To Uninstall guidelines-support-library-devel on Fedora 36

To uninstall only the guidelines-support-library-devel package we can use the following command:

sudo dnf remove guidelines-support-library-devel

guidelines-support-library-devel Package Contents on Fedora 36

/usr/include/gsl
/usr/include/gsl/algorithm
/usr/include/gsl/assert
/usr/include/gsl/byte
/usr/include/gsl/gsl
/usr/include/gsl/gsl_algorithm
/usr/include/gsl/gsl_assert
/usr/include/gsl/gsl_byte
/usr/include/gsl/gsl_narrow
/usr/include/gsl/gsl_util
/usr/include/gsl/narrow
/usr/include/gsl/pointers
/usr/include/gsl/span
/usr/include/gsl/span_ext
/usr/include/gsl/string_span
/usr/include/gsl/util
/usr/share/cmake/Microsoft.GSL
/usr/share/cmake/Microsoft.GSL/Microsoft.GSLConfig.cmake
/usr/share/cmake/Microsoft.GSL/Microsoft.GSLConfigVersion.cmake
/usr/share/doc/guidelines-support-library-devel
/usr/share/doc/guidelines-support-library-devel/CONTRIBUTING.md
/usr/share/doc/guidelines-support-library-devel/README.md
/usr/share/licenses/guidelines-support-library-devel
/usr/share/licenses/guidelines-support-library-devel/LICENSE
/usr/share/licenses/guidelines-support-library-devel/ThirdPartyNotices.txt

References

Summary

In this tutorial we learn how to install guidelines-support-library-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).