How to Install and Uninstall libxdg-basedir.x86_64 Package on Fedora 38

Last updated: October 03,2024

1. Install "libxdg-basedir.x86_64" package

This is a short guide on how to install libxdg-basedir.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install libxdg-basedir.x86_64

2. Uninstall "libxdg-basedir.x86_64" package

Please follow the guidelines below to uninstall libxdg-basedir.x86_64 on Fedora 38:

$ sudo dnf remove libxdg-basedir.x86_64 $ sudo dnf autoremove

3. Information about the libxdg-basedir.x86_64 package on Fedora 38

Last metadata expiration check: 4:38:21 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : libxdg-basedir
Version : 1.2.0
Release : 29.fc38
Architecture : x86_64
Size : 15 k
Source : libxdg-basedir-1.2.0-29.fc38.src.rpm
Repository : fedora
Summary : Implementation of the XDG Base Directory Specifications
URL : https://github.com/devnev/libxdg-basedir
License : MIT
Description : The XDG Base Directory Specification defines where should user files
: be looked for by defining one or more base directories relative in
: with they should be located.
:
: This library implements functions to list the directories according
: to the specification and provides a few higher-level functions.