How to Install and Uninstall python310-openai Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "python310-openai" package

This guide covers the steps necessary to install python310-openai on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-openai

2. Uninstall "python310-openai" package

Please follow the guidelines below to uninstall python310-openai on openSuSE Tumbleweed:

$ sudo zypper remove python310-openai

3. Information about the python310-openai package on openSuSE Tumbleweed

Information for package python310-openai:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-openai
Version : 1.13.3-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1.5 MiB
Installed : No
Status : not installed
Source package : python-openai-1.13.3-1.1.src
Upstream URL : https://github.com/openai/openai-python
Summary : OpenAI bindings for python
Description :
The OpenAI Python library provides convenient access to the OpenAI API
from applications written in the Python language. It includes a
pre-defined set of classes for API resources that initialize
themselves dynamically from API responses which makes it compatible
with a wide range of versions of the OpenAI API.
You can find usage examples for the OpenAI Python library in
https://beta.openai.com/docs/api-reference?lang=python
https://github.com/openai/openai-cookbook/.