How do I remove Skype 4.3 from Ubuntu 14.04 LTS (32-bit)
My case is something different, here i run two commands :-
dpkg --get-selections | grep 'skype'
output is :- skype-bin:i386 install
So, to remove i run :-
sudo apt-get --purge remove skype-bin:i386
and after that i remove ".Skype" from home directory
To uninstall completely Skype from your system you just type the following line in Terminal:
sudo apt-get purge skype
And next time if you decide to install Skype again, follow How to install Skype 4.3
In my case:
sudo apt-get --purge remove skypeforlinux