[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt-get update



On Mon, Mar 26, 2001 at 11:52:51AM -0700, Kai Martens wrote:

> P.S. See below for a typical screendump. All "Hit" lines are there,
>      no "Get" lines ?!?
> 
> hrvm13:~# dselect
> Hit http://http.us.debian.org stable/main Packages                             
> Hit http://http.us.debian.org stable/main Release                       
> Hit http://http.us.debian.org stable/contrib Packages                    
> Hit http://http.us.debian.org stable/contrib Release                     
> Hit http://http.us.debian.org stable/non-free Packages                   
> Hit http://http.us.debian.org stable/non-free Release                    
> Hit http://non-us.debian.org potato/non-US/main Packages                 
> Hit http://non-us.debian.org potato/non-US/main Release
> Hit http://non-us.debian.org potato/non-US/contrib Packages
> Hit http://non-us.debian.org potato/non-US/contrib Release
> Hit http://non-us.debian.org potato/non-US/non-free Packages
> Hit http://non-us.debian.org potato/non-US/non-free Release


Looks like the entry for security.debian.org is missing from your
/etc/apt/sources.list.  Simply add the following to /etc/apt/sources.list:

    #### Get Security In
    deb http://security.debian.org/debian-security potato/updates main contrib non-free
    deb-src http://security.debian.org/debian-security potato/updates main contrib non-free
    
    #### And Security non-US
    deb http://security.debian.org/debian-non-US potato/non-US main contrib non-free
    deb-src http://security.debian.org/debian-non-US potato/non-US main contrib non-free
    

And consider adding these lines to add proposed updates too:
    
    ### The Proposed Updates
    #deb file:/mirror/debian dists/potato-proposed-updates/
    deb http://ftp.fr.debian.org/debian dists/potato-proposed-updates/
    deb-src http://ftp.fr.debian.org/debian dists/potato-proposed-updates/
    
    ### And Proposed Updates non-US
    #deb file:/mirror/debian-non-US dists/potato-proposed-updates/
    deb http://ftp.fr.debian.org/debian-non-US dists/potato-proposed-updates/
    deb-src http://ftp.fr.debian.org/debian-non-US dists/potato-proposed-updates/
    
    
-- 
groetjes, carel



Reply to: