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

Last updated: June 03,2024

1. Install "python311-openai" package

Please follow the step by step instructions below to install python311-openai on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-openai

2. Uninstall "python311-openai" package

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

$ sudo zypper remove python311-openai

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

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