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

Last updated: October 06,2024

1. Install "python38-gspread" package

Please follow the steps below to install python38-gspread on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-gspread

2. Uninstall "python38-gspread" package

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

$ sudo zypper remove python38-gspread

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

Information for package python38-gspread:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-gspread
Version : 3.7.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 317,3 KiB
Installed : No
Status : not installed
Source package : python-gspread-3.7.0-1.4.src
Summary : Google Spreadsheets Python API
Description :
A Python module to access Google Spreadsheets.
Features
--------
* Google Sheets API v4.
* Open a spreadsheet by its *title*, *url* or *key*.
* Select cells by labels, e.g. 'A1'.
* Extract range, entire row or column values.
* Python 3 support.