Install libtheora-ocaml-dev
Installing libtheora-ocaml-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libtheora-ocaml-dev
libtheora-ocaml-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libtheora-ocaml-dev |
version | 0.3.0-3+b2 |
description | OCaml interface to the theora library |
subsection | ocaml |
website | savonet.sourceforge.net |
maintainer | Debian OCaml Maintainers |
Uninstall libtheora-ocaml-dev
To remove just libtheora-ocaml-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libtheora-ocaml-dev
Uninstall libtheora-ocaml-dev and it’s dependent packages
To remove the libtheora-ocaml-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libtheora-ocaml-dev
Purging libtheora-ocaml-dev
If you also want to delete configuration and/or data files of libtheora-ocaml-dev from Debian Sid then this will work:
sudo apt-get purge libtheora-ocaml-dev
To delete configuration and/or data files of libtheora-ocaml-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libtheora-ocaml-dev