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

Last updated: May 21,2024

1. Install "python3-cogapp" package

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

$ sudo zypper refresh $ sudo zypper install python3-cogapp

2. Uninstall "python3-cogapp" package

This guide let you learn how to uninstall python3-cogapp on openSUSE Leap:

$ sudo zypper remove python3-cogapp

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

Information for package python3-cogapp:
---------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-cogapp
Version : 3.0.0-150400.5.69
Arch : noarch
Vendor : SUSE LLC
Installed Size : 338.0 KiB
Installed : No
Status : not installed
Source package : python3-cogapp-3.0.0-150400.5.69.src
Upstream URL : http://nedbatchelder.com/code/cog
Summary : A code generator for executing Python snippets in source files
Description :
Cog is a file generation tool. It lets you use pieces of Python code
as generators in your source files to generate whatever text you
need.