PDA

View Full Version : Ubuntu 14.04 LTS



discovery39
28th May 2014, 02:22 PM
Is anyone else (as of today) having any Issues with updates?
I'm getting an Unauthorised Software message, yet I've allowed 'the system' to use/update Unauthorised Software. Has been that since I started using Linux.
Even opening a terminal and using sudo apt-get update will not work.
Very strange goings on.:(

discovery39
28th May 2014, 02:48 PM
SORTED
Just to answer my own Thread.
If anyone else is having these issues, do the Following.......
Open a Terminal, and one by one type the following 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

That should sort things out.:)