Hi all..
For .deb package i use
sudo dpkg -r <package name>
For apt-get installed application i use
sudo apt-get remove <package name>
but how to completely uninstall applications installed using .bin package... i dont think mere deletion of the folder would help much..
thnx for ur replies in advance
For .deb package i use
sudo dpkg -r <package name>
For apt-get installed application i use
sudo apt-get remove <package name>
but how to completely uninstall applications installed using .bin package... i dont think mere deletion of the folder would help much..
thnx for ur replies in advance
Comment