How to Install and Uninstall python3-mrcfile Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-mrcfile" package

This tutorial shows how to install python3-mrcfile on Kali Linux

$ sudo apt update $ sudo apt install python3-mrcfile

2. Uninstall "python3-mrcfile" package

This is a short guide on how to uninstall python3-mrcfile on Kali Linux:

$ sudo apt remove python3-mrcfile $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-mrcfile package on Kali Linux

Package: python3-mrcfile
Source: python-mrcfile
Version: 1.4.3-3
Installed-Size: 852
Maintainer: Debian PaN Maintainers
Architecture: all
Depends: python3-numpy, python3:any, libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg)
Size: 112832
SHA256: 8c1397f28bdc98dee7277ac946bb2cccfbf9909334acb73944cabfd8d81e67dd
SHA1: 95a93d2ac13c11cfe4053da465db6b166008d68e
MD5sum: ff004694b1a525937e376e63275bde6f
Description: Python implementation of the MRC2014 file format
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.
.
Key Features:
.
* Clean, simple API for access to MRC files
* Easy to install and use
* Validation of files according to the MRC2014 format
* Seamless support for gzip and bzip2 files
* Memory-mapped file option for fast random access to very large files
* Asynchronous opening option for background loading of multiple files
* Runs in Python 2 & 3, on Linux, Mac OS X and Windows
Description-md5:
Homepage: https://github.com/ccpem/mrcfile
Section: python
Priority: optional
Filename: pool/main/p/python-mrcfile/python3-mrcfile_1.4.3-3_all.deb