How to Install and Uninstall python3-bioread.noarch Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "python3-bioread.noarch" package

This guide let you learn how to install python3-bioread.noarch on Oracle Linux 9

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

2. Uninstall "python3-bioread.noarch" package

This tutorial shows how to uninstall python3-bioread.noarch on Oracle Linux 9:

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

3. Information about the python3-bioread.noarch package on Oracle Linux 9

Last metadata expiration check: 3:15:11 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-bioread
Version : 3.0.1
Release : 1.el9
Architecture : noarch
Size : 69 k
Source : python-bioread-3.0.1-1.el9.src.rpm
Repository : epel
Summary : Utilities to read BIOPAC AcqKnowledge files
URL : https://github.com/uwmadison-chm/bioread
License : MIT
Description : These utilities are for reading the files produced by BIOPAC’s AcqKnowledge
: software. Much of the information is based on Application Note 156 from BIOPAC;
: however, newer file formats were decoded through the tireless efforts of John
: Ollinger and Nate Vack.
:
: This library is mostly concerned with getting you the data, and less so with
: interpreting UI-related header values.