Install fdkaac
Installing fdkaac package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install fdkaac
fdkaac package information
distro | Debian Unstable (Sid) |
---|---|
section | Contrib |
name | fdkaac |
version | 0.6.2-1 |
description | command line encoder frontend for libfdk-aac |
subsection | sound |
website | github.com / nu774 / fdkaac |
maintainer | Marius Gavrilescu |
Uninstall fdkaac
To remove just fdkaac package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove fdkaac
Uninstall fdkaac and it’s dependent packages
To remove the fdkaac package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove fdkaac
Purging fdkaac
If you also want to delete configuration and/or data files of fdkaac from Debian Sid then this will work:
sudo apt-get purge fdkaac
To delete configuration and/or data files of fdkaac and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove fdkaac