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

Last updated: May 02,2024

1. Install "python39-sas7bdat" package

Please follow the guidelines below to install python39-sas7bdat on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-sas7bdat

2. Uninstall "python39-sas7bdat" package

In this section, we are going to explain the necessary steps to uninstall python39-sas7bdat on openSuSE Tumbleweed:

$ sudo zypper remove python39-sas7bdat

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

Information for package python39-sas7bdat:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-sas7bdat
Version : 2.2.3-2.20
Arch : noarch
Vendor : openSUSE
Installed Size : 106.2 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.