Find the answer to your Linux question:
Results 1 to 3 of 3
Hi folks, Debian 5.0 On running; $ cat /etc/apt/sources.list Code: deb http://http.us.debian.org/debian lenny main contrib deb-src http://http.us.debian.org/debian lenny main contrib deb http://security.debian.org lenny/updates main contrib deb-src http://security.debian.org lenny/updates main contrib ...
  1. #1
    Linux Guru
    Join Date
    Sep 2004
    Posts
    1,546

    Question on editing sources.list

    Hi folks,

    Debian 5.0

    On running;

    $ cat /etc/apt/sources.list
    Code:
    deb http://http.us.debian.org/debian lenny main contrib
    deb-src http://http.us.debian.org/debian lenny main contrib
    
    deb http://security.debian.org lenny/updates main contrib
    deb-src http://security.debian.org lenny/updates main contrib
    
    deb http://http.us.debian.org/debian lenny multiverse restricted universe
    deb-src http://http.us.debian.org/debian lenny multiverse restricted universe
    $ sudo apt-get update
    Code:
    ....
    ...
    Hit http://security.debian.org lenny/updates/contrib Sources
    W: Failed to fetch http://http.us.debian.org/debian/dists/lenny/Release  Unable to find expected entry  multiverse/binary-i386/Packages in Meta-index file (malformed Release file?)
    
    E: Some index files failed to download, they have been ignored, or old ones used instead.
    Please advise how to adjust sources.list

    TIA


    B.R.
    satimis

  2. #2
    Just Joined! alpha-X-geek's Avatar
    Join Date
    Apr 2009
    Location
    England, UK
    Posts
    28
    Do the Debian Project even provide multiverse and universe repos? I thought contrib and non-free were their equivalent.

  3. #3
    Linux Guru
    Join Date
    Sep 2004
    Posts
    1,546
    Quote Originally Posted by alpha-X-geek View Post
    Do the Debian Project even provide multiverse and universe repos? I thought contrib and non-free were their equivalent.
    Hi,

    I got it fixed, adding "non-free" and removing "multiverse, restricted and universe". Thanks

    satimis

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •