How to Install and Uninstall python3-bioread.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "python3-bioread.noarch" package

Please follow the guidance below to install python3-bioread.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-bioread.noarch" package

Please follow the step by step instructions below to uninstall python3-bioread.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-bioread.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:28:30 ago on Mon Feb 26 07:04:30 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.