How to Install and Uninstall python2-yamldoc Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python2-yamldoc" package

This is a short guide on how to install python2-yamldoc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-yamldoc

2. Uninstall "python2-yamldoc" package

Please follow the instructions below to uninstall python2-yamldoc on openSUSE Leap:

$ sudo zypper remove python2-yamldoc

3. Information about the python2-yamldoc package on openSUSE Leap

Information for package python2-yamldoc:
----------------------------------------
Repository : Main Repository
Name : python2-yamldoc
Version : 0.3.0-bp153.1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 73,9 KiB
Installed : No
Status : not installed
Source package : python-yamldoc-0.3.0-bp153.1.13.src
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.