To uninstall sbcl just follow these instructions.
sudo apt-get remove sbcl
This will remove just the sbcl package itself.
sudo apt-get remove --auto-remove sbcl
This will remove the sbcl package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for sbcl then this will work.
sudo apt-get purge sbcl
Or similarly, like this sbcl
sudo apt-get purge --auto-remove sbcl
Package | sbcl |
Version | 2:1.3.14-2+b1 |
Maintainer | Debian Common Lisp Team <[email protected]> |
Home page | http://www.sbcl.org |
Description | Common Lisp compiler and development system It provides a native-code compiler and an integrated debugger, as well as all the features in the ANSI specification. |
Distro | parrot |
Release | jollyroger |
Repo | main |
Section | lisp |