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

Last updated: May 20,2024

1. Install "python3-loompy" package

This guide covers the steps necessary to install python3-loompy on Kali Linux

$ sudo apt update $ sudo apt install python3-loompy

2. Uninstall "python3-loompy" package

This guide covers the steps necessary to uninstall python3-loompy on Kali Linux:

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

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

Package: python3-loompy
Source: python-loompy
Version: 3.0.7+dfsg-1
Installed-Size: 189
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: python3-click, python3-h5py-serial, python3-numba, python3-numpy, python3-numpy-groupies, python3-pkg-resources, python3-scipy, python3:any, python3-h5py, python3-pandas
Size: 40752
SHA256: c09f61beb16e6306e1a9d68ec7c9f6c67404454c2a1144733f77411aa3b48dd9
SHA1: d1cdfb5374f795db880478f71de3fc1b1417210f
MD5sum: 7cfbd6f1a9c40a8daa85da2e8ccac349
Description: access loom formatted files for bioinformatics
Loom is an efficient file format for very large omics datasets,
consisting of a main matrix, optional additional layers, a variable
number of row and column annotations. Loom also supports sparse
graphs. Loom files are used to store single-cell gene expression data:
the main matrix contains the actual expression values (one column per
cell, one row per gene); row and column annotations contain metadata
for genes and cells, such as Name, Chromosome, Position (for genes),
and Strain, Sex, Age (for cells).
.
Loom files (.loom) are created in the HDF5 file format, which supports
an internal collection of numerical multidimensional datasets. HDF5
is supported by many computer languages, including Java, MATLAB,
Mathematica, Python, R, and Julia. .loom files are accessible from any
language that supports HDF5.
Description-md5: c20c276e5759dd79ac82c9c68fadff5b
Homepage: https://github.com/linnarsson-lab/loompy
Section: python
Priority: optional
Filename: pool/main/p/python-loompy/python3-loompy_3.0.7+dfsg-1_amd64.deb