Install python-dicom
Installing python-dicom package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-dicom
python-dicom package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-dicom |
version | 0.9.9-2 |
description | DICOM medical file reading and writing (Python 2) |
subsection | python |
website | pydicom.org |
maintainer | NeuroDebian Team |
Uninstall python-dicom
To remove just python-dicom package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-dicom
Uninstall python-dicom and it’s dependent packages
To remove the python-dicom package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-dicom
Purging python-dicom
If you also want to delete configuration and/or data files of python-dicom from Debian Sid then this will work:
sudo apt-get purge python-dicom
To delete configuration and/or data files of python-dicom and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-dicom