I use Ubuntu 14.04 Desktop Edition.
Now I see Software Updater's message that it must be updated.
Then I get a message
requires installation of untrusted packages from unauthenticated sources
What's going on here? How can I solve it?
I use Ubuntu 14.04 Desktop Edition.
Now I see Software Updater's message that it must be updated.
Then I get a message
requires installation of untrusted packages from unauthenticated sources
What's going on here? How can I solve it?
Open terminal and run these commands
sudo apt-get clean
cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get clean
sudo apt-get update
It gets stranger by the minute. I'd initiated Software Updater, but it just found "Ubuntu base" updates and successfully installed them. No mention of Unity Tweak tool. See, before that I didn't initiate the update. It'd started by itself. So... I don't know.
– Gregory Nov 01 '15 at 13:55Software and Updatesprogram – Alex Jones Nov 01 '15 at 14:15Software and Updatesprogram and in tab calledUbuntu Softwarecheck first 4 options and then runsudo apt-get update && sudo apt-get upgradeand tell me did you get the update of tweak tool or not. note: you will see update tweak tool in terminal itself – Alex Jones Nov 01 '15 at 19:59