How to Install and Uninstall gulrak-filesystem-devel.x86_64 Package on Fedora 36

Last updated: October 06,2024

1. Install "gulrak-filesystem-devel.x86_64" package

Please follow the instructions below to install gulrak-filesystem-devel.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install gulrak-filesystem-devel.x86_64

2. Uninstall "gulrak-filesystem-devel.x86_64" package

This guide let you learn how to uninstall gulrak-filesystem-devel.x86_64 on Fedora 36:

$ sudo dnf remove gulrak-filesystem-devel.x86_64 $ sudo dnf autoremove

3. Information about the gulrak-filesystem-devel.x86_64 package on Fedora 36

Last metadata expiration check: 2:01:39 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : gulrak-filesystem-devel
Version : 1.5.12
Release : 1.fc36
Architecture : x86_64
Size : 57 k
Source : gulrak-filesystem-1.5.12-1.fc36.src.rpm
Repository : updates
Summary : Development files for gulrak-filesystem
URL : https://github.com/gulrak/filesystem
License : MIT
Description : This is a header-only single-file std::filesystem compatible helper library,
: based on the C++17 and C++20 specs, but implemented for C++11, C++14, C++17 or
: C++20 (tightly following the C++17 standard with very few documented
: exceptions). It is currently tested on macOS 10.12/10.14/10.15, Windows 10,
: Ubuntu 18.04, Ubuntu 20.04, CentOS 7, CentOS 8, FreeBSD 12 and Alpine ARM/ARM64
: Linux but should work on other systems too, as long as you have at least a
: C++11 compatible compiler. It should work with Android NDK, Emscripten and I
: even had reports of it being used on iOS (within sandboxing constraints) and
: with v1.5.6 there is experimental support for QNX. The support of Android NDK,
: Emscripten and QNX is not backed up by automated testing but PRs and bug
: reports are welcome for those too. It is of course in its own namespace
: ghc::filesystem to not interfere with a regular std::filesystem should you use
: it in a mixed C++17 environment (which is possible).
:
: The gulrak-filesystem-devel package contains libraries and header files for
: developing applications that use gulrak-filesystem.