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

Last updated: July 02,2024

1. Install "python312-marshmallow" package

This guide covers the steps necessary to install python312-marshmallow on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-marshmallow

2. Uninstall "python312-marshmallow" package

This is a short guide on how to uninstall python312-marshmallow on openSuSE Tumbleweed:

$ sudo zypper remove python312-marshmallow

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

Information for package python312-marshmallow:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-marshmallow
Version : 3.20.2-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 574.0 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.