Install mricron
Installing mricron package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mricron
mricron package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mricron |
version | 0.20140804.1~dfsg.1-1 |
description | magnetic resonance image conversion, viewing and analysis |
subsection | science |
website | cabiatl.com / mricro / mricron / |
maintainer | NeuroDebian Team |
Uninstall mricron
To remove just mricron package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mricron
Uninstall mricron and it’s dependent packages
To remove the mricron package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mricron
Purging mricron
If you also want to delete configuration and/or data files of mricron from Debian Sid then this will work:
sudo apt-get purge mricron
To delete configuration and/or data files of mricron and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mricron