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

Last updated: May 09,2024

1. Install "python3-pyct" package

Please follow the step by step instructions below to install python3-pyct on Kali Linux

$ sudo apt update $ sudo apt install python3-pyct

2. Uninstall "python3-pyct" package

Please follow the steps below to uninstall python3-pyct on Kali Linux:

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

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

Package: python3-pyct
Source: pyct
Version: 0.5.0-1
Installed-Size: 68
Maintainer: Debian Science Maintainers
Architecture: all
Depends: python3-param, python3:any
Size: 14564
SHA256: 9e4bd24fc56ba2cfb7f39b5f5430aaf8ef769c03944ed9fa206c19454b4dd0fd
SHA1: 6385056b970b0346c79abd5332a7efb457d337bf
MD5sum: 2525bc8b90b7da60b23c8d062709de65
Description: Python packaging Common Tasks
Utility package that includes:
.
* 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
* pyct.build: Provides various commands to help package building,
primarily as a convenience for project maintainers.
Description-md5:
Homepage: https://github.com/pyviz-dev/pyct
Section: python
Priority: optional
Filename: pool/main/p/pyct/python3-pyct_0.5.0-1_all.deb