To uninstall ocamlweb just follow these instructions.
sudo apt-get remove ocamlweb
This will remove just the ocamlweb package itself.
sudo apt-get remove --auto-remove ocamlweb
This will remove the ocamlweb package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for ocamlweb then this will work.
sudo apt-get purge ocamlweb
Or similarly, like this ocamlweb
sudo apt-get purge --auto-remove ocamlweb
Package | ocamlweb |
Version | 1.39-5 |
Maintainer | Debian OCaml Maintainers <[email protected]> |
Home page | http://www.lri.fr/~filliatr/ocamlweb/index.en.html |
Description | Literate programming tool for Objective Caml code and documentation into one source document from which program code and documentation can be extracted. The approach of ocamlweb is that documentation is to be included in the program code as special comments. The ocamlweb tool extracts from this the documented program code as LaTeX document, while no special preprocessing is required to compile the source files. |
Distro | parrot |
Release | jollyroger |
Repo | main |
Section | ocaml |