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

Last updated: July 03,2024

1. Install "python3-pysam.i686" package

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

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

2. Uninstall "python3-pysam.i686" package

This tutorial shows how to uninstall python3-pysam.i686 on Fedora 34:

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

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

Last metadata expiration check: 5:29:11 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pysam
Version : 0.16.0.1
Release : 2.fc34
Architecture : i686
Size : 2.0 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.