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

Last updated: September 27,2024

1. Install "libxdg-basedir.i686" package

Please follow the steps below to install libxdg-basedir.i686 on Fedora 38

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

2. Uninstall "libxdg-basedir.i686" package

In this section, we are going to explain the necessary steps to uninstall libxdg-basedir.i686 on Fedora 38:

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

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

Last metadata expiration check: 0:21:53 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : libxdg-basedir
Version : 1.2.0
Release : 29.fc38
Architecture : i686
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.