Install xyscan
Installing xyscan package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install xyscan
xyscan package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | xyscan |
version | 3.33-1 |
description | data thief for scientists |
subsection | science |
website | star.physics.yale.edu / … / xyscanDistributionPage / |
maintainer | Georges Khaznadar |
Uninstall xyscan
To remove just xyscan package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove xyscan
Uninstall xyscan and it’s dependent packages
To remove the xyscan package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove xyscan
Purging xyscan
If you also want to delete configuration and/or data files of xyscan from Debian Sid then this will work:
sudo apt-get purge xyscan
To delete configuration and/or data files of xyscan and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove xyscan