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

Last updated: July 02,2024

1. Install "python311-xdg" package

This guide let you learn how to install python311-xdg on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-xdg

2. Uninstall "python311-xdg" package

Please follow the steps below to uninstall python311-xdg on openSuSE Tumbleweed:

$ sudo zypper remove python311-xdg

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

Information for package python311-xdg:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-xdg
Version : 5.1.1-1.9
Arch : noarch
Vendor : openSUSE
Installed Size : 18.9 KiB
Installed : No
Status : not installed
Source package : python-xdg-5.1.1-1.9.src
Upstream URL : https://github.com/srstevenson/xdg
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.