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

Last updated: May 19,2024

1. Install "python3-cogapp" package

Here is a brief guide to show you how to install python3-cogapp on Kali Linux

$ sudo apt update $ sudo apt install python3-cogapp

2. Uninstall "python3-cogapp" package

Here is a brief guide to show you how to uninstall python3-cogapp on Kali Linux:

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

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

Package: python3-cogapp
Source: python-cogapp
Version: 3.3.0-3
Installed-Size: 151
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 23772
SHA256: b2966662ba643df213729817aff525f5f0d7544ce65bf766b004bbfc587c758f
SHA1: b03c5e723d455a0599de128c477b49381c20344f
MD5sum: 8c9a2a30138cb5bf43e0e59137b8f37b
Description: cog content generation tool
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.
.
Cog transforms files in a very simple way: it finds chunks of Python code
embedded in them, executes the Python code, and inserts its output back into
the original file. The file can contain whatever text you like around the
Python code. It will usually be source code.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/nedbat/cog
Section: python
Priority: optional
Filename: pool/main/p/python-cogapp/python3-cogapp_3.3.0-3_all.deb