How to Install and Uninstall python3-PyYAML Package on openSUSE Leap

Last updated: July 05,2024

1. Install "python3-PyYAML" package

Learn how to install python3-PyYAML on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-PyYAML

2. Uninstall "python3-PyYAML" package

Please follow the instructions below to uninstall python3-PyYAML on openSUSE Leap:

$ sudo zypper remove python3-PyYAML

3. Information about the python3-PyYAML package on openSUSE Leap

Information for package python3-PyYAML:
---------------------------------------
Repository : Main Repository
Name : python3-PyYAML
Version : 5.4.1-1.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 555.8 KiB
Installed : No
Status : not installed
Source package : python-PyYAML-5.4.1-1.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.