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

Last updated: May 21,2024

1. Install "python3-cigar" package

Please follow the guidelines below to install python3-cigar on Kali Linux

$ sudo apt update $ sudo apt install python3-cigar

2. Uninstall "python3-cigar" package

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

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

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

Package: python3-cigar
Source: python-cigar
Version: 0.1.3-2
Installed-Size: 30
Maintainer: Debian Med Packaging Team
Architecture: all
Depends: python3:any
Size: 5468
SHA256: 15b195d18ec14d04e9ccf9c3e425e2c489a835dd5f31ad3b78275af7b0b128f4
SHA1: 604f16d2b893912c4c4d30c618d6bcac72092d01
MD5sum: b7fa9cc400d57caf983f2686da9a1d65
Description: manipulate SAM cigar strings
Cigar is a simple Python3 library for dealing with cigar strings. the most
useful feature now is soft-masking from left or right. This allows one to
adjust a SAM record only by changing the cigar string to soft-mask a number
of bases such that the rest of the SAM record (pos, tlen, etc.) remain valid,
but downstream tools will not consider the soft-masked bases in further
analysis.
Description-md5:
Homepage: https://github.com/brentp/cigar
Section: python
Priority: optional
Filename: pool/main/p/python-cigar/python3-cigar_0.1.3-2_all.deb