Install portaudio19-dev
Installing portaudio19-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install portaudio19-dev
portaudio19-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | portaudio19-dev |
version | 19+svn20140130-1 |
description | Portable audio I/O – development files |
subsection | devel |
website | portaudio.com |
maintainer | Debian VoIP Team |
Uninstall portaudio19-dev
To remove just portaudio19-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove portaudio19-dev
Uninstall portaudio19-dev and it’s dependent packages
To remove the portaudio19-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove portaudio19-dev
Purging portaudio19-dev
If you also want to delete configuration and/or data files of portaudio19-dev from Debian Sid then this will work:
sudo apt-get purge portaudio19-dev
To delete configuration and/or data files of portaudio19-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove portaudio19-dev