Install mrs
Installing mrs package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mrs
mrs package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mrs |
version | 6.0.5+dfsg-1+b2 |
description | Information Retrieval System for Biomedical databanks |
subsection | science |
website | mrs.cmbi.ru.nl |
maintainer | Debian Med Packaging Team |
Uninstall mrs
To remove just mrs package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mrs
Uninstall mrs and it’s dependent packages
To remove the mrs package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mrs
Purging mrs
If you also want to delete configuration and/or data files of mrs from Debian Sid then this will work:
sudo apt-get purge mrs
To delete configuration and/or data files of mrs and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mrs