How to Install and Uninstall python39-cogapp Package on openSuSE Tumbleweed

Last updated: June 03,2024

1. Install "python39-cogapp" package

In this section, we are going to explain the necessary steps to install python39-cogapp on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-cogapp

2. Uninstall "python39-cogapp" package

Please follow the instructions below to uninstall python39-cogapp on openSuSE Tumbleweed:

$ sudo zypper remove python39-cogapp

3. Information about the python39-cogapp package on openSuSE Tumbleweed

Information for package python39-cogapp:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-cogapp
Version : 3.3.0-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 337.2 KiB
Installed : No
Status : not installed
Source package : python-cogapp-3.3.0-3.4.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.