View Single Post
Posts: 23 | Thanked: 23 times | Joined on Jul 2012
#1185
To (re)install AccuWeather, do

Open Terminal
devel-su (default password: rootme)
apt-get install wxapp

If that doesn't work, try

apt-get update
apt-get upgrade

before

apt-get install wxapp

I'm no expert on apt-get, but I had the exact same problem, and this is what I did.