Install scid-spell-data
Installing scid-spell-data package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install scid-spell-data
scid-spell-data package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | scid-spell-data |
version | 200901-2 |
description | contains spelling corrections for scid chess databases |
subsection | games |
website | scid.sourceforge.net |
maintainer | Oliver Korff |
Uninstall scid-spell-data
To remove just scid-spell-data package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove scid-spell-data
Uninstall scid-spell-data and it’s dependent packages
To remove the scid-spell-data package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove scid-spell-data
Purging scid-spell-data
If you also want to delete configuration and/or data files of scid-spell-data from Debian Sid then this will work:
sudo apt-get purge scid-spell-data
To delete configuration and/or data files of scid-spell-data and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove scid-spell-data