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

Last updated: September 28,2024

1. Install "python310-marshmallow" package

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

$ sudo zypper refresh $ sudo zypper install python310-marshmallow

2. Uninstall "python310-marshmallow" package

Learn how to uninstall python310-marshmallow on openSuSE Tumbleweed:

$ sudo zypper remove python310-marshmallow

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

Information for package python310-marshmallow:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-marshmallow
Version : 3.20.2-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 498.2 KiB
Installed : No
Status : not installed
Source package : python-marshmallow-3.20.2-1.2.src
Upstream URL : https://marshmallow.readthedocs.io/
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.