View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#185
Originally Posted by salawat View Post
hi there, can anyone tell me how to delete iplayer because its not there in the apps section to uninstall. so how can i uninstall it thru xterm?
i dont need it anymore i just download the programms on my pc and transfer it to the phone.
You should be able to do:
Code:
sudo gainroot
apt-get remove iplayer-dl
If that fails, try:
Code:
sudo gainroot
dpkg -r iplayer-dl
 

The Following User Says Thank You to Rob1n For This Useful Post: