Install libaudio2
Installing libaudio2 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libaudio2
libaudio2 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libaudio2 |
version | 1.9.4-4 |
description | Network Audio System – shared libraries |
subsection | libs |
maintainer | Steve McIntyre |
Uninstall libaudio2
To remove just libaudio2 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libaudio2
Uninstall libaudio2 and it’s dependent packages
To remove the libaudio2 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libaudio2
Purging libaudio2
If you also want to delete configuration and/or data files of libaudio2 from Debian Sid then this will work:
sudo apt-get purge libaudio2
To delete configuration and/or data files of libaudio2 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libaudio2