Install libfdk-aac0
Installing libfdk-aac0 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libfdk-aac0
libfdk-aac0 package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | libfdk-aac0 |
version | 0.1.3+20140816-2 |
description | Fraunhofer FDK AAC Codec Library – runtime files |
subsection | libs |
website | github.com / mstorsjo / fdk-aac |
maintainer | Debian Multimedia Maintainers |
Uninstall libfdk-aac0
To remove just libfdk-aac0 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libfdk-aac0
Uninstall libfdk-aac0 and it’s dependent packages
To remove the libfdk-aac0 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libfdk-aac0
Purging libfdk-aac0
If you also want to delete configuration and/or data files of libfdk-aac0 from Debian Sid then this will work:
sudo apt-get purge libfdk-aac0
To delete configuration and/or data files of libfdk-aac0 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libfdk-aac0