首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > UNIXLINUX >

Ubuntu10.04 装配kdevelop

2013-12-10 
Ubuntu10.04 安装kdevelop哪位大神指导ubuntu10.04下怎么安装kdevelop?谢谢。网上找的方法:sudo add-apt-re

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. 

热点排行