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

Last updated: October 31,2024

1. Install "python3-pysam.i686" package

This guide let you learn how to install python3-pysam.i686 on Fedora 38

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

2. Uninstall "python3-pysam.i686" package

This guide covers the steps necessary to uninstall python3-pysam.i686 on Fedora 38:

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

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

Last metadata expiration check: 3:34:42 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-pysam
Version : 0.19.1
Release : 4.fc38
Architecture : i686
Size : 2.2 M
Source : python-pysam-0.19.1-4.fc38.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.