在shell中輸入 “sudo apt-get update” 更新源毁枯;
安裝標(biāo)準(zhǔn)c的相關(guān)的幫助文檔
sudo apt-get install libc-dev
sudo apt-get install glibc-doc
安裝POSIX標(biāo)準(zhǔn)相關(guān)幫助文檔
sudo apt-get install manpages-posix-dev
安裝標(biāo)準(zhǔn)c++的幫助文檔
sudo apt-get install libstdc++6-4.7-dev
sudo apt-get install libstdc++6-4.7-doc
安裝 c++ STL 相關(guān)幫助文檔
sudo apt-get install stl-manual