How to Install and Uninstall python36-marshmallow Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python36-marshmallow" package

Please follow the guidance below to install python36-marshmallow on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-marshmallow

2. Uninstall "python36-marshmallow" package

Please follow the step by step instructions below to uninstall python36-marshmallow on openSuSE Tumbleweed:

$ sudo zypper remove python36-marshmallow

3. Information about the python36-marshmallow package on openSuSE Tumbleweed

Information for package python36-marshmallow:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-marshmallow
Version : 3.11.1-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 544,7 KiB
Installed : No
Status : not installed
Source package : python-marshmallow-3.11.1-1.3.src
Summary : ORM/ODM/framework-agnostic library to convert datatypes from/to Python types
Description :
marshmallow is an ORM/ODM/framework-agnostic library for converting complex
datatypes, such as objects, to and from native Python datatypes.