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

Last updated: May 08,2024

1. Install "python3-asdf" package

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

$ sudo apt update $ sudo apt install python3-asdf

2. Uninstall "python3-asdf" package

In this section, we are going to explain the necessary steps to uninstall python3-asdf on Kali Linux:

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

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

Package: python3-asdf
Source: python-asdf
Version: 3.1.0-1
Installed-Size: 4542
Maintainer: Debian Astronomy Team
Architecture: all
Depends: python3-asdf-standard, python3-asdf-transform-schemas, python3-attr, python3-importlib-metadata, python3-jmespath, python3-numpy, python3-packaging, python3-semantic-version, python3-yaml, python3:any
Size: 435356
SHA256: 6940a8a9d19a7afbf94efe256a536ded42f70ac446aa6a6a52c61ce8fae55670
SHA1: 8ef0fc2b69670265c46c9c8ae24dfad0db31a020
MD5sum: 91fabc167246002a11f094b15665e224
Description: Python 3 library for the Advanced Scientific Data Format
ASDF (Advanced Scientific Data Format) is a proposed
next generation interchange format for scientific data. ASDF aims to
exist in the same middle ground that made FITS so successful, by
being a hybrid text and binary format: containing human editable
metadata for interchange, and raw binary data that is fast to load
and use. Unlike FITS, the metadata is highly structured and is
designed up-front for extensibility.
.
This is the Python 3 package.
Description-md5:
Homepage: https://github.com/asdf-format/asdf
Section: python
Priority: optional
Filename: pool/main/p/python-asdf/python3-asdf_3.1.0-1_all.deb