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

Last updated: July 07,2024

1. Install "python3-bioread.noarch" package

This is a short guide on how to install python3-bioread.noarch on AlmaLinux 9

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

2. Uninstall "python3-bioread.noarch" package

Please follow the steps below to uninstall python3-bioread.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 0:06:05 ago on Wed Mar 13 07:41:12 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.