How to Install and Uninstall python2-pyct Package on openSUSE Leap

Last updated: November 08,2024

1. Install "python2-pyct" package

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

$ sudo zypper refresh $ sudo zypper install python2-pyct

2. Uninstall "python2-pyct" package

This guide covers the steps necessary to uninstall python2-pyct on openSUSE Leap:

$ sudo zypper remove python2-pyct

3. Information about the python2-pyct package on openSUSE Leap

Information for package python2-pyct:
-------------------------------------
Repository : Main Repository
Name : python2-pyct
Version : 0.4.6-bp153.1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 77,4 KiB
Installed : No
Status : not installed
Source package : python-pyct-0.4.6-bp153.1.18.src
Summary : Python package for common tasks for users
Description :
A utility package that includes:
1. pyct.cmd: Makes various commands available to other
packages. (Currently no sophisticated plugin system, just a try
import/except in the other packages.) The same commands are
available from within python. Can either add new subcommands to
an existing argparse based command if the module has an existing
command, or create the entire command if the module has no
existing command. Currently, there are commands for copying
examples and fetching data. See
2. pyct.build: Provides various commands to help package
building, primarily as a convenience for project maintainers.