Page 1 of 1

Update Manger "failed"

Posted: Thu Dec 30, 2010 9:02 pm
by dr_zin
Its the little thing that matter.
'

Code: Select all

W:Failed to fetch http://packages.linuxmint.com/dists/debian/Release  Unable to find expected entry  universe/binary-amd64/Packages in Meta-index file (malformed Release file?)
, E:Some index files failed to download, they have been ignored, or old ones used instead.
$ **** /etc/apt/sources.list...

Code: Select all

deb http://packages.linuxmint.com/ debian main upstream import universe
deb http://ftp.debian.org/debian testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
deb http://www.debian-multimedia.org testing main non-free
deb http://download.virtualbox.org/virtualbox/debian squeeze contrib
## DepĂ´t MultiSystem
deb http://liveusb.info/multisystem/depot all main

Re: Update Manger "failed"

Posted: Thu Dec 30, 2010 9:35 pm
by vincent

Code: Select all

deb http://packages.linuxmint.com/ debian main upstream import universe
Get rid of "universe", as there is no universe repository for Linux Mint, so that it looks like this:

Code: Select all

deb http://packages.linuxmint.com/ debian main upstream import
To edit your sources.list file:

Code: Select all

gksudo gedit /etc/apt/sources.list
Indeed, it's the little things that matter, especially when the user goes and unintentionally breaks stuff. The "universe" entry is not there by default, nor should it be there, so either you messed up your sources.list yourself and you had a 3rd party tool mess it up for you. *shrug*

Re: Update Manger "failed"

Posted: Thu Dec 30, 2010 9:43 pm
by rivenathos
As a suggestion, you will probably get faster updates/downloads if you set your country code.

If you are in the USA:

Code: Select all

deb http://ftp.us.debian.org/debian/ testing main contrib non-free
Notice where to insert the country code in the above example.

Re: Update Manger "failed"

Posted: Thu Dec 30, 2010 10:19 pm
by dr_zin
Ok, Cool thank you. This can be marked solved.

Re: Update Manger "failed"

Posted: Thu Dec 30, 2010 10:28 pm
by vincent
dr_zin wrote:Ok, Cool thank you. This can be marked solved.
You can do that yourself, by editing the title.