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

Last updated: July 05,2024

1. Install "python38-marshmallow" package

Here is a brief guide to show you how to install python38-marshmallow on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-marshmallow

2. Uninstall "python38-marshmallow" package

Here is a brief guide to show you how to uninstall python38-marshmallow on openSuSE Tumbleweed:

$ sudo zypper remove python38-marshmallow

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

Information for package python38-marshmallow:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-marshmallow
Version : 3.11.1-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 546,4 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.