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

Last updated: September 28,2024

1. Install "python3-pysam.x86_64" package

Please follow the instructions below to install python3-pysam.x86_64 on Fedora 34

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

2. Uninstall "python3-pysam.x86_64" package

This is a short guide on how to uninstall python3-pysam.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:46:18 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-pysam
Version : 0.16.0.1
Release : 2.fc34
Architecture : x86_64
Size : 1.9 M
Source : python-pysam-0.16.0.1-2.fc34.src.rpm
Repository : fedora
Summary : pysam
URL : https://github.com/pysam-developers/pysam
License : MIT
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.