How to Install and Uninstall python3-openstackclient Package on openSUSE Leap

Last updated: May 02,2024

1. Install "python3-openstackclient" package

In this section, we are going to explain the necessary steps to install python3-openstackclient on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-openstackclient

2. Uninstall "python3-openstackclient" package

This tutorial shows how to uninstall python3-openstackclient on openSUSE Leap:

$ sudo zypper remove python3-openstackclient

3. Information about the python3-openstackclient package on openSUSE Leap

Information for package python3-openstackclient:
------------------------------------------------
Repository : Main Repository
Name : python3-openstackclient
Version : 5.2.0-8.3.2
Arch : noarch
Vendor : SUSE LLC
Installed Size : 9.7 MiB
Installed : No
Status : not installed
Source package : python-openstackclient-5.2.0-8.3.2.src
Upstream URL : https://launchpad.net/python-openstackclient
Summary : OpenStack Command-line Client
Description :
python-openstackclient is a unified command-line client for the OpenStack APIs.
It is a thin wrapper to the stock python-*client modules that implement the
actual REST API client actions.
This package contains the Python 3.x module.