On Mon, Dec 9, 2013 at 5:59 PM, Don Grimm <[email protected]> wrote: > > I'm sure this will have some of you rolling your eyes, but I can't > download/install the cmake package. > Here is my command line : apt-get install cmake > The result is > Reading package lists...Done > Package cmake is not available > > In sources.list is: deb http://security.debian.org/ wheezy/updates main > contrib > which was put there by the installer. In that file I have commented out > lines which > named my DVD drive as a source since it seems to be failing.
Do you have "wheezy" and "wheezy-updates" lines in sources.list? If not, add: deb http://ftp.<CC>.debian.org/debian wheezy main <...> deb http://ftp.<CC>.debian.org/debian wheezy-updates main <...> Or: deb http://http.debian.net/debian wheezy main <...> deb http://http.debian.net/debian wheezy-updates main <...> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/CAOdo=syq1qksd0a7dn0mnpavf6t01f3hfy8wyqj_u+pxsz4...@mail.gmail.com

