分页: 1 / 1

ubuntu里面有没有类似fc里yumx的在线更新软件?

发表于 : 2006-11-09 22:09
dayfree
ubuntu里面有没有类似fc里yumx的在线更新软件?最好提供几个源谢谢,刚刚用ubuntu还晕着那,另外输入法在那里?我则么只能输入英语

发表于 : 2006-11-09 22:20
karron
如果你用的是edgy 6.10的版本,可以试试置顶的一站式设置脚本.

发表于 : 2006-11-09 22:28
Mr.T
多看WIKI...

发表于 : 2006-11-09 22:29
Ray
呵呵,其实《快速设置指南》里都有。

要选择你对应的版本。

按照上面的连接配置完源以后系统每次启动都会检查更新的。手动更新是:

sudo apt-get update
sudo apt-get dist-upgrade

Re: ubuntu里面有没有类似fc里yumx的在线更新软件?

发表于 : 2006-11-09 23:09
goldfox_79
dayfree 写了:ubuntu里面有没有类似fc里yumx的在线更新软件?最好提供几个源谢谢,刚刚用ubuntu还晕着那,另外输入法在那里?我则么只能输入英语
1. fedora的yum = ubuntu的apt-get,图形界面程序是“ubuntu菜单->系统->系统管理->新利得软件包管理器"

2. 更改源地址

先在终端中输入 $sudo gedit /etc/apt/source.list 命令,更改源地址

带开文件前,系统会提示输入密码,输入你当前帐号的密码即可

在gedit中,将所有内容删除,用下面cn99的源替换

deb http://ubuntu.cn99.com/ubuntu/ dapper main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu-cn/ dapper main restricted universe multiverse

3. 更新软件列表

在终端中输入 $sudo apt-get update 或者在新利得里面按“刷新”按钮

4. 安装软件

在终端中输入 $sudo apt-get install 软件包名称或者在新利得里面安装

Re: ubuntu里面有没有类似fc里yumx的在线更新软件?

发表于 : 2006-11-10 10:28
SuperWar3Fan
goldfox_79 写了:
dayfree 写了:ubuntu里面有没有类似fc里yumx的在线更新软件?最好提供几个源谢谢,刚刚用ubuntu还晕着那,另外输入法在那里?我则么只能输入英语
1. fedora的yum = ubuntu的apt-get,图形界面程序是“ubuntu菜单->系统->系统管理->新利得软件包管理器"

2. 更改源地址

先在终端中输入 $sudo gedit /etc/apt/source.list 命令,更改源地址

带开文件前,系统会提示输入密码,输入你当前帐号的密码即可

在gedit中,将所有内容删除,用下面cn99的源替换

deb http://ubuntu.cn99.com/ubuntu/ dapper main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu-cn/ dapper main restricted universe multiverse

3. 更新软件列表

在终端中输入 $sudo apt-get update 或者在新利得里面按“刷新”按钮

4. 安装软件

在终端中输入 $sudo apt-get install 软件包名称或者在新利得里面安装
正解!

发表于 : 2006-11-10 15:04
dayfree
谢谢lsls,源修改好了正常用了,输入法本来是不正常的,后来发现是中文支持没有安装完全汗一个。

发表于 : 2006-11-10 18:48
BigSnake.NET
synaptic

比yum强多了..