今天在ubuntu10.04下安装kdevelop(apt-get install kdevelop),一直提示说找不到包。换了各种源还是没用,后来在https://help.ubuntu.com/community/Repositories/Kubuntu中找到了解决方案。
Commandline method
Or, you could just type a line or two of commands and get the job done as follows: (The example shows ppa:kubuntu-ppa , but substitute the PPA you desire and don't type exactly as shown)
apt-add-repository ppa:kubuntu-ppa
apt-get update
apt-get upgrade
The above 3 lines assume you did a su to root account. If you run the command as a normal user but with sudo root privileges, prefix all the three commands with sudo.
依次执行上面红色的命令。然后执行apt-get install kdevelop。
安装成功。