How to Install and Uninstall python3-pysam.x86_64 Package on Fedora 39

Last updated: January 12,2025

1. Install "python3-pysam.x86_64" package

This tutorial shows how to install python3-pysam.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install python3-pysam.x86_64

2. Uninstall "python3-pysam.x86_64" package

Learn how to uninstall python3-pysam.x86_64 on Fedora 39:

$ sudo dnf remove python3-pysam.x86_64 $ sudo dnf autoremove

3. Information about the python3-pysam.x86_64 package on Fedora 39

Last metadata expiration check: 0:30:59 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-pysam
Version : 0.21.0
Release : 2.fc39
Architecture : x86_64
Size : 2.3 M
Source : python-pysam-0.21.0-2.fc39.src.rpm
Repository : fedora
Summary : pysam
URL : https://github.com/pysam-developers/pysam
License : MIT AND BSD-1-Clause AND BSD-2-Clause AND BSD-3-Clause
Description : pysam - a python module for reading, manipulating and writing genomic data
: sets.pysam is a lightweight wrapper of the htslib C-API and provides facilities
: to read and write SAM/BAM/VCF/BCF/BED/GFF/GTF/FASTA/FASTQ files as well as
: access to the command line functionality of the samtools and bcftools packages.
: The module supports compression and random access through indexing.