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

Last updated: November 23,2024

1. Install "python3-pysam" package

This guide covers the steps necessary to install python3-pysam on Kali Linux

$ sudo apt update $ sudo apt install python3-pysam

2. Uninstall "python3-pysam" package

This guide covers the steps necessary to uninstall python3-pysam on Kali Linux:

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

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

Package: python3-pysam
Source: python-pysam (0.22.0+ds-1)
Version: 0.22.0+ds-1+b1
Installed-Size: 34091
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34), libhts3 (>= 1.17), zlib1g (>= 1:1.1.4), python3 (<< 3.13), python3 (>= 3.11~), python3:any
Size: 4110396
SHA256: 82a1f5d8a151c2329412d0bc9ef5ea5e6d241ace43c96f249c9f88a9e1e5537e
SHA1: 61a43322c2cba0c610630d5dec424b2c387afe26
MD5sum: b482a89cfa242f106f12aa3f6bf0f67b
Description: interface for the SAM/BAM sequence alignment and mapping format (Python 3)
Pysam is a Python module for reading and manipulating Samfiles. It's a
lightweight wrapper of the samtools C-API. Pysam also includes an interface
for tabix.
.
This package installs the module for Python 3.
Description-md5:
Homepage: https://pysam.readthedocs.org/en/latest
Section: python
Priority: optional
Filename: pool/main/p/python-pysam/python3-pysam_0.22.0+ds-1+b1_amd64.deb