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

Last updated: July 02,2024

1. Install "python312-openai" package

Learn how to install python312-openai on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-openai

2. Uninstall "python312-openai" package

This tutorial shows how to uninstall python312-openai on openSuSE Tumbleweed:

$ sudo zypper remove python312-openai

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

Information for package python312-openai:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-openai
Version : 1.13.3-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1.7 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/.