Install xsol
Installing xsol package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install xsol
xsol package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | xsol |
version | 0.31-11 |
description | Solitaire game for the X Window system |
subsection | games |
website | sunsite.unc.edu / pub / Linux / X11 / games / |
maintainer | Mònica Ramírez Arceda |
Uninstall xsol
To remove just xsol package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove xsol
Uninstall xsol and it’s dependent packages
To remove the xsol package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove xsol
Purging xsol
If you also want to delete configuration and/or data files of xsol from Debian Sid then this will work:
sudo apt-get purge xsol
To delete configuration and/or data files of xsol and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove xsol