Install scheme2c
Installing scheme2c package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install scheme2c
scheme2c package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | scheme2c |
version | 2012.10.14-1 |
description | Joel Bartlett’s fabled Scheme->C system |
subsection | lisp |
website | scheme2c.alioth.debian.org |
maintainer | Barak A. Pearlmutter |
Uninstall scheme2c
To remove just scheme2c package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove scheme2c
Uninstall scheme2c and it’s dependent packages
To remove the scheme2c package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove scheme2c
Purging scheme2c
If you also want to delete configuration and/or data files of scheme2c from Debian Sid then this will work:
sudo apt-get purge scheme2c
To delete configuration and/or data files of scheme2c and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove scheme2c