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

Last updated: January 12,2025

1. Install "python3-pysam.i686" package

Please follow the steps below to install python3-pysam.i686 on Fedora 36

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

2. Uninstall "python3-pysam.i686" package

Please follow the steps below to uninstall python3-pysam.i686 on Fedora 36:

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

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

Last metadata expiration check: 1:36:58 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-pysam
Version : 0.18.0
Release : 2.fc36
Architecture : i686
Size : 2.2 M
Source : python-pysam-0.18.0-2.fc36.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.