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

Last updated: May 18,2024

1. Install "python-pyfits" package

Please follow the steps below to install python-pyfits on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pyfits

2. Uninstall "python-pyfits" package

Please follow the instructions below to uninstall python-pyfits on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pyfits
Priority: optional
Section: universe/python
Installed-Size: 1925
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: pyfits
Version: 1:3.4-1
Provides: python2.7-pyfits
Depends: libc6 (>= 2.4), libcfitsio2 (>= 3.370), python-numpy (>= 1:1.10.0~b1), python-numpy-abi9, python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~)
Suggests: pyfits-utils
Filename: pool/universe/p/pyfits/python-pyfits_3.4-1_amd64.deb
Size: 378592
MD5sum: 67eb1d7d6c526c2b51dedcfe394445a8
SHA1: 6cf08f5f7d451512f0f09d6bfed8b48ebac5b283
SHA256: d01aa0ab809a154b8a721ebeecc3b52ae8752060fe0d0993b64d1057133e6455
Description-en: Python 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 2 module path. It is complemented
by python3-pyfits.
Description-md5: c49b492de87012a82b23d599bcb0ad6c
Homepage: http://www.stsci.edu/resources/software_hardware/pyfits
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu