PDA

View Full Version : cpp-4.0


fuzzyhost
10th January 2007, 18:23
I try to get-apt some software with cpp4.0 included but Ubuntu tell me thas source was not finded...

Q: Any suggestion?
A: Ok! That problem is solved by uncomment "sources.list" file

Comment: "linux-kernel-headers" is include in "linux-libc-dev" you should replace it in the apt-get command line.

martinfst
10th January 2007, 18:37
apt-get needs the exact package name. You can try apt-cache search cpp and then use apt-get install package-name. For more options, see http://www.debian.org/doc/manuals/apt-howto/ch-search.en.html