PDA

View Full Version : [SOLVED] The package information was last updated 84 days ago?



Dáire Fagan
April 7th, 2011, 02:45 PM
The package information is up to date.

The package information was last updated 84 days ago.Should this concern me, and how do I remedy it? Some updates do install regularly, but I do not understand what 84 day old package information Update Manager is referencing.

When in Update Manager I try to check for new updates it tells me:


Failed to download repository information

Check your Internet connection.

W:Failed to fetch http://ppa.launchpad.net/zentyal/2.0/ubuntu/dists/maverick/main/binary-i386/Packages.gz 404 Not Found
, W:Failed to fetch http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu/dists/maverick/main/binary-i386/Packages.gz 404 Not Found
, E:Some index files failed to download, they have been ignored, or old ones used instead.If upon reading this you know the solution, please make me aware of it and any complete commands I need to enter into terminal if necessary.

mörgćs
April 7th, 2011, 02:59 PM
Try booting the machine and run


sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade

Dáire Fagan
April 7th, 2011, 03:22 PM
Try booting the machine and run


sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade

I rebooted and logged into X/Gnome, you didn't mean bring up a terminal before logging into X, right? If you did please tell me what the key is to do so.


dusf@skyrocket:~$ sudo apt-get clean
dusf@skyrocket:~$ sudo apt-get update

....

Fetched 4,911B in 2s (2,370B/s)
W: Failed to fetch http://ppa.launchpad.net/zentyal/2.0/ubuntu/dists/maverick/main/binary-i386/Packages.gz 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu/dists/maverick/main/binary-i386/Packages.gz 404 Not Found
E: Some index files failed to download, they have been ignored, or old ones used instead.

dusf@skyrocket:~$ sudo apt-get updgrade

...

Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

plucky
April 7th, 2011, 05:21 PM
W: Failed to fetch http://ppa.launchpad.net/zentyal/2.0...86/Packages.gz 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/nvidia-vdpa...86/Packages.gz 404 Not Found
E: Some index files failed to download, they have been ignored, or old ones used instead.

Those PPAs do not have a repository for Maverick

See Here (http://ppa.launchpad.net/zentyal/2.0/ubuntu/dists/)
and Here (http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu/dists/)

so remove them from your sources.list.

Or they might be located in /etc/apt/sources.list.d/ directory.

Open Software Sources and un-tick them as a source.

Good Luck

Dáire Fagan
April 7th, 2011, 06:04 PM
Those PPAs do not have a repository for Maverick

See Here (http://ppa.launchpad.net/zentyal/2.0/ubuntu/dists/)
and Here (http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu/dists/)

so remove them from your sources.list.

Or they might be located in /etc/apt/sources.list.d/ directory.

Open Software Sources and un-tick them as a source.

Good Luck

Perfect, many thanks!

mörgćs
April 7th, 2011, 11:46 PM
Good, please mark the thread 'solved'.

Dáire Fagan
April 7th, 2011, 11:51 PM
Good, please mark the thread 'solved'.

My bad, actually looked for that option earlier but must have missed it.