Install nifti-bin
Installing nifti-bin package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nifti-bin
nifti-bin package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nifti-bin |
version | 2.0.0-2 |
description | tools shipped with the NIfTI library |
subsection | utils |
website | niftilib.sourceforge.net |
maintainer | NeuroDebian Team |
Uninstall nifti-bin
To remove just nifti-bin package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nifti-bin
Uninstall nifti-bin and it’s dependent packages
To remove the nifti-bin package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nifti-bin
Purging nifti-bin
If you also want to delete configuration and/or data files of nifti-bin from Debian Sid then this will work:
sudo apt-get purge nifti-bin
To delete configuration and/or data files of nifti-bin and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nifti-bin