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

Last updated: July 03,2024

1. Install "python311-yamldoc" package

This guide covers the steps necessary to install python311-yamldoc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-yamldoc

2. Uninstall "python311-yamldoc" package

Learn how to uninstall python311-yamldoc on openSuSE Tumbleweed:

$ sudo zypper remove python311-yamldoc

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

Information for package python311-yamldoc:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-yamldoc
Version : 0.3.0-1.22
Arch : noarch
Vendor : openSUSE
Installed Size : 82.8 KiB
Installed : No
Status : not installed
Source package : python-yamldoc-0.3.0-1.22.src
Upstream URL : https://github.com/smathot/python-yamldoc
Summary : A module to determine file mimetypes
Description :
This module is a layer on top of the standard Python mimetypes module and
python-magic. Python-magic only works with local files to which you need to
have access, while mimetypes only uses the filename to determine its
filetype.