On Fri, 17 Jun 2011 11:12:10 -0500, Junjie QIAN wrote: > I am a new user of Debian OS, and I am running a simulator on Debian > 5.0.8-amd64 OS. > The problem I encounter is that when I execute "apt-get install > libboost1.35-dev libboost-system1.35-dev" , and the result shows that > "Couldn't find package libboost1.35-dev, libboost-system1.35-dev".
(...) They're there: sm01@stt008:~$ apt-cache search libboost1.35-dev libboost1.35-dev - Boost C++ Libraries development files libboost1.35-doc - Boost.org libraries documentation sm01@stt008:~$ apt-cache search libboost-system1.35-dev libboost-system1.35-dev - Operating system (e.g. diagnostics support) library > I have tried add some new address to /etc/apt/sources/list. > > (deb http://http.us.debian.org/debian stable main contrib non-free ^^^^^^ Hey, care with that, sir! You are using Lenny and stable now points to Squeeze. Before going any further, first fix this. That should be (for all of the "deb" resources in there): deb http://http.us.debian.org/debian lenny main contrib non-free Greetings, -- Camaleón -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

