Hi
I am having some trouble with repositories, which I think it is effecting some installation.
I am on Ubuntu quantal
I did apt-get upgrade followed by apt-get update and I got the following errors/warnings:
my source.list file looks like this
I found several previous post about commenting 'indipendent' and other repository but none of the previous solutions I found worked for me.
Thank you for your help in advance
I am having some trouble with repositories, which I think it is effecting some installation.
I am on Ubuntu quantal
I did apt-get upgrade followed by apt-get update and I got the following errors/warnings:
Code:
Fetched 21.9 kB in 3s (6,490 B/s)
W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/quantal/Release Unable to find expected entry 'main/binary-386/Packages' in Release file (Wrong sources.list entry or malformed file)
W: Failed to fetch http://ppa.launchpad.net/atareao/atareao/ubuntu/dists/quantal/Release Unable to find expected entry 'main/binary-386/Packages' in Release file (Wrong sources.list entry or malformed file)
W: Failed to fetch http://archive.canonical.com/dists/quantal/Release Unable to find expected entry 'partner/binary-386/Packages' in Release file (Wrong sources.list entry or malformed file)
W: Failed to fetch http://ppa.launchpad.net/gnome3-team/gnome3/ubuntu/dists/quantal/Release Unable to find expected entry 'main/binary-386/Packages' in Release file (Wrong sources.list entry or malformed file)
W: Failed to fetch http://mirror.switch.ch/ftp/mirror/ubuntu/dists/quantal/Release Unable to find expected entry 'main/binary-386/Packages' in Release file (Wrong sources.list entry or malformed file)
W: Failed to fetch http://mirror.switch.ch/ftp/mirror/ubuntu/dists/quantal-updates/Release Unable to find expected entry 'main/binary-386/Packages' in Release file (Wrong sources.list entry or malformed file)
W: Failed to fetch http://mirror.switch.ch/ftp/mirror/ubuntu/dists/quantal-backports/Release Unable to find expected entry 'main/binary-386/Packages' in Release file (Wrong sources.list entry or malformed file)
W: Failed to fetch http://mirror.switch.ch/ftp/mirror/ubuntu/dists/quantal-security/Release Unable to find expected entry 'main/binary-386/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
Code:
# deb cdrom:[Ubuntu 12.10 _Quantal Quetzal_ - Release i386 (20121017.2)]/ quantal main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://mirror.switch.ch/ftp/mirror/ubuntu/ quantal main restricted
deb-src http://mirror.switch.ch/ftp/mirror/ubuntu/ quantal main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://mirror.switch.ch/ftp/mirror/ubuntu/ quantal-updates main restricted
deb-src http://mirror.switch.ch/ftp/mirror/ubuntu/ quantal-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://mirror.switch.ch/ftp/mirror/ubuntu/ quantal universe
deb-src http://mirror.switch.ch/ftp/mirror/ubuntu/ quantal universe
deb http://mirror.switch.ch/ftp/mirror/ubuntu/ quantal-updates universe
deb-src http://mirror.switch.ch/ftp/mirror/ubuntu/ quantal-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://mirror.switch.ch/ftp/mirror/ubuntu/ quantal multiverse
deb-src http://mirror.switch.ch/ftp/mirror/ubuntu/ quantal multiverse
deb http://mirror.switch.ch/ftp/mirror/ubuntu/ quantal-updates multiverse
deb-src http://mirror.switch.ch/ftp/mirror/ubuntu/ quantal-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://mirror.switch.ch/ftp/mirror/ubuntu/ quantal-backports main restricted universe multiverse
deb-src http://mirror.switch.ch/ftp/mirror/ubuntu/ quantal-backports main restricted universe multiverse
deb http://mirror.switch.ch/ftp/mirror/ubuntu/ quantal-security main restricted
deb-src http://mirror.switch.ch/ftp/mirror/ubuntu/ quantal-security main restricted
deb http://mirror.switch.ch/ftp/mirror/ubuntu/ quantal-security universe
deb-src http://mirror.switch.ch/ftp/mirror/ubuntu/ quantal-security universe
deb http://mirror.switch.ch/ftp/mirror/ubuntu/ quantal-security multiverse
deb-src http://mirror.switch.ch/ftp/mirror/ubuntu/ quantal-security multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu quantal partner
# deb-src http://archive.canonical.com/ubuntu quantal partner
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu quantal main
deb-src http://extras.ubuntu.com/ubuntu quantal main
deb http://archive.canonical.com/ quantal partner
deb-src http://archive.canonical.com/ quantal partner
Thank you for your help in advance