Install libvo-aacenc-dev
Installing libvo-aacenc-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libvo-aacenc-dev
libvo-aacenc-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libvo-aacenc-dev |
version | 0.1.3-1 |
description | VisualOn AAC encoder library (development files) |
subsection | libdevel |
website | opencore-amr.git.sourceforge.net |
maintainer | Debian Multimedia Maintainers |
Uninstall libvo-aacenc-dev
To remove just libvo-aacenc-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libvo-aacenc-dev
Uninstall libvo-aacenc-dev and it’s dependent packages
To remove the libvo-aacenc-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libvo-aacenc-dev
Purging libvo-aacenc-dev
If you also want to delete configuration and/or data files of libvo-aacenc-dev from Debian Sid then this will work:
sudo apt-get purge libvo-aacenc-dev
To delete configuration and/or data files of libvo-aacenc-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libvo-aacenc-dev