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

Last updated: June 10,2024

1. Install "python312-sas7bdat" package

Learn how to install python312-sas7bdat on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-sas7bdat

2. Uninstall "python312-sas7bdat" package

Please follow the step by step instructions below to uninstall python312-sas7bdat on openSuSE Tumbleweed:

$ sudo zypper remove python312-sas7bdat

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

Information for package python312-sas7bdat:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-sas7bdat
Version : 2.2.3-2.20
Arch : noarch
Vendor : openSUSE
Installed Size : 139.5 KiB
Installed : No
Status : not installed
Source package : python-sas7bdat-2.2.3-2.20.src
Upstream URL : https://bitbucket.org/jaredhobbs/sas7bdat
Summary : A sas7bdat file reader for Python
Description :
This module will read sas7bdat files using pure Python (2.6+, 3+). No SAS software
required! The module started out as a port of the R script of the same name
found here: but has since been
completely rewritten.
Also included with this library is a simple command line script,
`sas7bdat_to_csv`, which converts sas7bdat files to csv files. It will also
print out header information and meta data using the `--header` option and it
will batch convert files as well. Use the `--help` option for more information.