How to Install and Uninstall python3-openai Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-openai" package

In this section, we are going to explain the necessary steps to install python3-openai on Kali Linux

$ sudo apt update $ sudo apt install python3-openai

2. Uninstall "python3-openai" package

Please follow the step by step instructions below to uninstall python3-openai on Kali Linux:

$ sudo apt remove python3-openai $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-openai package on Kali Linux

Package: python3-openai
Source: python-openai
Version: 1.12.0-1
Installed-Size: 1044
Maintainer: Debian Deep Learning Team
Architecture: all
Depends: python3-anyio, python3-cached-property | python3-supported-min (>= 3.8), python3-distro, python3-httpx, python3-pydantic, python3-sniffio, python3-tqdm, python3-typing-extensions, python3:any
Size: 106588
SHA256: de3bfdb62ef0a2fb53e0e23e6892aa304b113fbe57275693e62637f2f79dc22c
SHA1: bd95fe3334a4476d974873e1f31efc5dde79320b
MD5sum: 304bfe33628246489e35e010abf89234
Description: OpenAI Python API library
The OpenAI Python library provides convenient access to the OpenAI REST API
from any Python 3.7+ application. The library includes type definitions for
all request params and response fields, and offers both synchronous and
asynchronous clients powered by httpx.
Description-md5:
Homepage: https://github.com/openai/openai-python
Section: python
Priority: optional
Filename: pool/main/p/python-openai/python3-openai_1.12.0-1_all.deb

5. The same packages on other Linux Distributions