View Single Post
Erazor's Avatar
Posts: 160 | Thanked: 33 times | Joined on May 2010
#38
Try to purge the USSD-Widget

Code:
#gain root
root

#Purge all USSD-Widget Files
apt-get purge ussd-widget ussd4all

#Clean the Cache
apt-get clean

#Clean unused Packages
apt-get autoclean

#Clean old packages
apt-get autoremove

#Update the repository
apt-get update

#Install the USSD-Widget again
apt-get install ussd-widget

Hope this work

BTW
Sorry for the late post.
I'm busy atm ^^