How to Install and Uninstall python39-PyYAML Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python39-PyYAML" package

Please follow the instructions below to install python39-PyYAML on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-PyYAML

2. Uninstall "python39-PyYAML" package

Please follow the step by step instructions below to uninstall python39-PyYAML on openSuSE Tumbleweed:

$ sudo zypper remove python39-PyYAML

3. Information about the python39-PyYAML package on openSuSE Tumbleweed

Information for package python39-PyYAML:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-PyYAML
Version : 6.0.1-3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 640.8 KiB
Installed : No
Status : not installed
Source package : python-PyYAML-6.0.1-3.1.src
Upstream URL : https://github.com/yaml/pyyaml
Summary : YAML parser and emitter for Python
Description :
YAML is a data serialization format designed for human readability
and interaction with scripting languages. PyYAML is a YAML parser
and emitter for Python.
PyYAML features a complete YAML 1.1 parser, Unicode support, pickle
support, capable extension API, and sensible error messages. PyYAML
supports standard YAML tags and provides Python-specific tags that
allow to represent an arbitrary Python object.
PyYAML is applicable for a broad range of tasks from complex
configuration files to object serialization and persistance.