How to Install and Uninstall python3-bioframe.noarch Package on Fedora 39

Last updated: November 29,2024

1. Install "python3-bioframe.noarch" package

In this section, we are going to explain the necessary steps to install python3-bioframe.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-bioframe.noarch

2. Uninstall "python3-bioframe.noarch" package

This is a short guide on how to uninstall python3-bioframe.noarch on Fedora 39:

$ sudo dnf remove python3-bioframe.noarch $ sudo dnf autoremove

3. Information about the python3-bioframe.noarch package on Fedora 39

Last metadata expiration check: 1:42:34 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-bioframe
Version : 0.6.1
Release : 2.fc39
Architecture : noarch
Size : 194 k
Source : python-bioframe-0.6.1-2.fc39.src.rpm
Repository : updates
Summary : Operations and utilities for Genomic Interval Dataframes
URL : https://github.com/open2c/bioframe
License : MIT
Description : Bioframe enables flexible and scalable operations on genomic interval
: dataframes in Python.
:
: Bioframe is built directly on top of Pandas. Bioframe provides:
:
: - A variety of genomic interval operations that work directly on
: dataframes.
: - Operations for special classes of genomic intervals, including
: chromosome arms and fixed-size bins.
: - Conveniences for diverse tabular genomic data formats and loading
: genome assembly summary information.
:
: Bioframe is an Affiliated Project of NumFOCUS.