How to Install and Uninstall python38-xdg Package on openSuSE Tumbleweed

Last updated: May 07,2024

1. Install "python38-xdg" package

In this section, we are going to explain the necessary steps to install python38-xdg on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-xdg

2. Uninstall "python38-xdg" package

This is a short guide on how to uninstall python38-xdg on openSuSE Tumbleweed:

$ sudo zypper remove python38-xdg

3. Information about the python38-xdg package on openSuSE Tumbleweed

Information for package python38-xdg:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-xdg
Version : 5.0.0-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 18,7 KiB
Installed : No
Status : not installed
Source package : python-xdg-5.0.0-1.6.src
Summary : Variables defined by the XDG Base Directory Specification
Description :
xdg is a Python module which provides the variables defined by the
XDG Base Directory Specification, to save you from duplicating the
same snippet of logic in every Python utility you write that deals
with user cache, configuration, or data files. It has no external
dependencies.