How to Install and Uninstall python3-pyfits Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "python3-pyfits" package

In this section, we are going to explain the necessary steps to install python3-pyfits on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pyfits

2. Uninstall "python3-pyfits" package

This tutorial shows how to uninstall python3-pyfits on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-pyfits package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-pyfits
Priority: optional
Section: universe/python
Installed-Size: 1909
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: pyfits
Version: 1:3.4-1
Provides: python3.5-pyfits
Depends: libc6 (>= 2.4), libcfitsio2 (>= 3.370), python3-numpy (>= 1:1.10.0~b1), python3-numpy-abi9, python3 (<< 3.6), python3 (>= 3.5~)
Suggests: pyfits-utils
Filename: pool/universe/p/pyfits/python3-pyfits_3.4-1_amd64.deb
Size: 375874
MD5sum: 63c2e28966b3bbec710b6e646d9eba8e
SHA1: 9039e244f4e6b06e4ce360bd6c4fd45e43201421
SHA256: 00f1bffb60f51db318bdd093df37456038c3c341d8385a89b8c11b27d86a9e88
Description-en: Python3 module for reading, writing, and manipulating FITS files
FITS (Flexible Image Transport System) is a data format most used in
astronomy. PyFITS is a Python module for reading, writing, and manipulating
FITS files. The module uses Python's object-oriented features to provide quick,
easy, and efficient access to FITS files. The use of Python's array syntax
enables immediate access to any FITS extension, header cards, or data items.
.
This package provides PyFITS on the Python 3 module path. It is complemented
by python-pyfits.
Description-md5: 6038f4becdfab672045ea2f49d527ca9
Homepage: http://www.stsci.edu/resources/software_hardware/pyfits
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions