Packages* null

Asked by Gilberto Rodriguez

The Packages* files are null for Ubuntu Maverick 10.10 ppa libreoffice.

http://ppa.launchpad.net/libreoffice/ppa/ubuntu/dists/maverick/main/*/Packages*

Examples x86 and x64:
Index of /libreoffice/ppa/ubuntu/dists/maverick/main/binary-i386
[ICO] Name Last modified Size
[DIR] Parent Directory -
[ ] Packages 04-May-2012 10:38 0
[ ] Packages.bz2 04-May-2012 10:38 14
[ ] Packages.gz 04-May-2012 10:38 29
[ ] Release 04-May-2012 10:38 118

Index of /libreoffice/ppa/ubuntu/dists/maverick/main/binary-amd64
[ICO] Name Last modified Size
[DIR] Parent Directory -
[ ] Packages 04-May-2012 10:38 0
[ ] Packages.bz2 04-May-2012 10:38 14
[ ] Packages.gz 04-May-2012 10:38 29
[ ] Release 04-May-2012 10:38 119

So apt-get will not work to install the deb packages because of this problem.

#apt-get update
# apt-get install libreoffice
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libreoffice

#pwd && ls -l libre*
/etc/apt/sources.list.d
-rw-r--r-- 1 root root 136 2012-06-15 13:30 libreoffice-ppa-maverick.list

Can some one update the Packages files to fix apt-get problem?

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
William Grant
Solved:
Last query:
Last reply:
Revision history for this message
Best William Grant (wgrant) said :
#1

Ubuntu 10.10 has been unsupported by the Ubuntu team since April 10, and that PPA has also recently dropped support. You'll need to upgrade to a supported Ubuntu release.

See https://lists.ubuntu.com/archives/ubuntu-security-announce/2012-April/001657.html for details of Ubuntu 10.10's end-of-life.

Revision history for this message
Gilberto Rodriguez (bitbucket13+launchpad) said :
#2

Thanks William Grant, that solved my question.