Install polygen-data
Installing polygen-data package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install polygen-data
polygen-data package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | polygen-data |
version | 1.0.6.ds2-14 |
description | grammar definitions for PolyGen |
subsection | games |
website | freshmeat.net / projects / polygen / |
maintainer | Debian OCaml Maintainers |
Uninstall polygen-data
To remove just polygen-data package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove polygen-data
Uninstall polygen-data and it’s dependent packages
To remove the polygen-data package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove polygen-data
Purging polygen-data
If you also want to delete configuration and/or data files of polygen-data from Debian Sid then this will work:
sudo apt-get purge polygen-data
To delete configuration and/or data files of polygen-data and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove polygen-data