Ubuntu10.04 安装kdevelop
哪位大神指导ubuntu10.04下怎么安装kdevelop?谢谢。
网上找的方法:
sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt-get update
sudo 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.