Hello all.
I use debian 7 x_64 and I want to remove "libasound2" and I used below commands for remove it :
sudo dpkg --purge --force-depends "libasound2"
sudo apt-get autoclean
sudo dpkg --configure -a
because of I want to remove all Alsa-* on my system. After it, When I open my Package manager, It show me a message about Broken dependencies and as you see in the attachment When I want to remove them, Package manager tell me that I must remove many part of my system.
My source list is :
# Line commented out by installer because it failed to verify:
# deb
http://security.debian.org/ wheezy/updates main contrib
# Line commented out by installer because it failed to verify:
# deb-src
http://security.debian.org/ wheezy/updates main contrib
# wheezy-updates, previously known as 'volatile'
# A network mirror was not selected during install. The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
# deb
http://ftp.debian.org/debian/ wheezy-updates main contrib
# deb-src
http://ftp.debian.org/debian/ wheezy-updates main contrib
deb
http://http.debian.net/debian wheezy main
deb-src
http://http.debian.net/debian wheezy main
deb
http://http.debian.net/debian wheezy-updates main
deb-src
http://http.debian.net/debian wheezy-updates main
deb
http://security.debian.org/ wheezy/updates main
deb-src
http://security.debian.org/ wheezy/updates main
How can I solve it?