How to Install and Uninstall python2-sas7bdat Package on openSUSE Leap

Last updated: May 10,2024

1. Install "python2-sas7bdat" package

Please follow the instructions below to install python2-sas7bdat on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-sas7bdat

2. Uninstall "python2-sas7bdat" package

This is a short guide on how to uninstall python2-sas7bdat on openSUSE Leap:

$ sudo zypper remove python2-sas7bdat

3. Information about the python2-sas7bdat package on openSUSE Leap

Information for package python2-sas7bdat:
-----------------------------------------
Repository : Main Repository
Name : python2-sas7bdat
Version : 2.2.3-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 113,3 KiB
Installed : No
Status : not installed
Source package : python-sas7bdat-2.2.3-bp153.1.14.src
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.