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