How to Install and Uninstall python3-mrcfile.noarch Package on CentOS Stream 9
Last updated: January 05,2025
1. Install "python3-mrcfile.noarch" package
Here is a brief guide to show you how to install python3-mrcfile.noarch on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-mrcfile.noarch
Copied
2. Uninstall "python3-mrcfile.noarch" package
Learn how to uninstall python3-mrcfile.noarch on CentOS Stream 9:
$
sudo dnf remove
python3-mrcfile.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-mrcfile.noarch package on CentOS Stream 9
Last metadata expiration check: 3:11:03 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-mrcfile
Version : 1.5.0
Release : 3.el9
Architecture : noarch
Size : 65 k
Source : python-mrcfile-1.5.0-3.el9.src.rpm
Repository : epel
Summary : MRC2014 file format used in structural biology to store image and volume data
URL : https://github.com/ccpem/mrcfile
License : BSD-3-Clause
Description :
: mrcfile is a Python implementation of the MRC2014 file format, which is used in
: structural biology to store image and volume data.
:
: It allows MRC files to be created and opened easily using a very simple API,
: which exposes the file's header and data as numpy arrays. The code runs in
: Python 2 and 3 and is fully unit-tested.
:
: This library aims to allow users and developers to read and write
: standard-compliant MRC files in Python as easily as possible, and with no
: dependencies on any compiled libraries except numpy. You can use it
: interactively to inspect files, correct headers and so on, or in scripts and
: larger software packages to provide basic MRC file I/O functions.
Available Packages
Name : python3-mrcfile
Version : 1.5.0
Release : 3.el9
Architecture : noarch
Size : 65 k
Source : python-mrcfile-1.5.0-3.el9.src.rpm
Repository : epel
Summary : MRC2014 file format used in structural biology to store image and volume data
URL : https://github.com/ccpem/mrcfile
License : BSD-3-Clause
Description :
: mrcfile is a Python implementation of the MRC2014 file format, which is used in
: structural biology to store image and volume data.
:
: It allows MRC files to be created and opened easily using a very simple API,
: which exposes the file's header and data as numpy arrays. The code runs in
: Python 2 and 3 and is fully unit-tested.
:
: This library aims to allow users and developers to read and write
: standard-compliant MRC files in Python as easily as possible, and with no
: dependencies on any compiled libraries except numpy. You can use it
: interactively to inspect files, correct headers and so on, or in scripts and
: larger software packages to provide basic MRC file I/O functions.