I just opened my anon-whonix appvm and it popped up with a window saying I needed to run sudo apt-get-update-plus dist-upgrade then shutdown and restart everything.
I did so and everything is running ok, except, it seems tor is out of date, or at least there is a little yellow ! blinking on my onion icon. I’ve tried apt-get update, upgrade, as well as just selecting the check for browser update from the onion pull down menu (then restarted) and still, blinking !
Not sure what needs to be done but would certainly appreciate some help!!!
1 Like
ok, I can take a look over it again but what i was less sure about was why it was telling me to “apt-get-update-plus dist-upgrade”?
That is just combining the commands.
Instead of:
sudo apt-get update && sudo apt-get dist-upgrade
You can run:
sudo apt-get-update-plus dist-upgrade