Thread
:
Opera Mobile 12 for maemo.
View Single Post
demolition
2012-10-18 , 20:11
Posts: 560 | Thanked: 422 times | Joined on Mar 2011
#
7
@Phelixdegreat, after uninstalling it, try...
List the packages that have been installed but still have config bits left:
dpkg -l | grep "rc "
If there's anything listed, purge the packages, whose lines start with "rc":
sudo dpkg --purge <package-names-as-listed>
- you can do them all at once, if there's more than one.
Now reboot the device, even if you didn't need to do any package purging.
You want to clear all Opera bits from your system. so when you're back up and running, look for anything where Opera might have stored config files, cookies etc.
find / -iname opera 2>/dev/null
.
remove the opera directories:
rm -r <directory>
.
Hopefully, you won't need to be logged in as superuser to remove these bits.
Reboot. Possibly, you don't need to here, but it resets things.
Now try reinstalling Opera.
Quote & Reply
|
The Following 3 Users Say Thank You to demolition For This Useful Post:
bingomion
,
don_falcone
,
Sourav.dubey
demolition
View Public Profile
Send a private message to demolition
Find all posts by demolition