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

Last updated: May 05,2024

1. Install "python38-Pydap" package

This guide covers the steps necessary to install python38-Pydap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-Pydap

2. Uninstall "python38-Pydap" package

This guide covers the steps necessary to uninstall python38-Pydap on openSuSE Tumbleweed:

$ sudo zypper remove python38-Pydap

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

Information for package python38-Pydap:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-Pydap
Version : 3.2.2-6.3
Arch : noarch
Vendor : openSUSE
Installed Size : 9,8 MiB
Installed : No
Status : not installed
Source package : python-Pydap-3.2.2-6.3.src
Summary : Pure Python Opendap/DODS client and server
Description :
Pydap is an implementation of the Opendap/DODS protocol, written from
scratch. You can use Pydap to access scientific data on the internet
without having to download it; instead, you work with special array
and iterable objects that download data on-the-fly as necessary, saving
bandwidth and time. The module also comes with a robust-but-lightweight
Opendap server, implemented as a WSGI application.