To uninstall libasound2 just follow these instructions.
sudo apt-get remove libasound2
This will remove just the libasound2 package itself.
sudo apt-get remove --auto-remove libasound2
This will remove the libasound2 package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for libasound2 then this will work.
sudo apt-get purge libasound2
Or similarly, like this libasound2
sudo apt-get purge --auto-remove libasound2
Package | libasound2 |
Version | 1.0.28-1 |
Maintainer | Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org> |
Home page | http://www.alsa-project.org/ |
Description | shared library for ALSA applications |
Distro | debian |
Release | jessie |
Repo | main |
Section | libs |