Install nifti2dicom-data
Installing nifti2dicom-data package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nifti2dicom-data
nifti2dicom-data package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nifti2dicom-data |
version | 0.4.11-1 |
description | data files for nifti2dicom |
subsection | science |
website | github.com / biolab-unige / nifti2dicom |
maintainer | Daniele E. Domenichelli |
Uninstall nifti2dicom-data
To remove just nifti2dicom-data package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nifti2dicom-data
Uninstall nifti2dicom-data and it’s dependent packages
To remove the nifti2dicom-data package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nifti2dicom-data
Purging nifti2dicom-data
If you also want to delete configuration and/or data files of nifti2dicom-data from Debian Sid then this will work:
sudo apt-get purge nifti2dicom-data
To delete configuration and/or data files of nifti2dicom-data and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nifti2dicom-data