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

Last updated: July 03,2024

1. Install "python3-openshift" package

Please follow the steps below to install python3-openshift on Kali Linux

$ sudo apt update $ sudo apt install python3-openshift

2. Uninstall "python3-openshift" package

This guide let you learn how to uninstall python3-openshift on Kali Linux:

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

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

Package: python3-openshift
Source: python-openshift
Version: 0.13.2-1
Installed-Size: 58
Maintainer: Debian Python Team
Architecture: all
Depends: python3-kubernetes, python3-six, python3:any
Suggests: python-openshift-doc
Size: 11972
SHA256: 1deffa0eac2bce1ac5b46d1c7901ff207bd85c55b8ebbed86e326b1e93a4a260
SHA1: 98cd958c088f4ccdc3ee2e388a5d9f50be5e5eed
MD5sum: 0fc98f2a6e000f088ca91e5570cc6b90
Description: Python client for the OpenShift API (Python 3)
Python client for the Kubernetes and OpenShift APIs.
There are two ways this project interacts with the Kubernetes and OpenShift
APIs. The first, now deprecated, is to use models and functions generated
with swagger from the API spec. The second, new approach, is to use a single
model and client to generically interact with all resources on the server.
The dynamic client also works with resources that are defined by aggregated
API servers or Custom Resource Definitions.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/openshift/openshift-restclient-python
Section: python
Priority: optional
Filename: pool/main/p/python-openshift/python3-openshift_0.13.2-1_all.deb