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