浏览 1662 次
|
锁定老贴子 主题:ubuntu基本系统的安装
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
|---|---|
| 作者 | 正文 |
|
时间:2007-06-07
1.分区主要分四个:swap交换区(大概为内存的两倍),boot启动区 1G左右,/根目录区(用于装系统)5G左右,/home用户的主目录区(放用户的各种文件)10G左右
2.按照提升安装。注意:不要下载语言支持安装包(因为默认的源很慢)。 3.安装完程之后首先设置你的安装源,源的好坏会影响后面的安装。以我自己的为例(电信用户可以直接使用这个) 先备份你的sudo gedit /etc/apt/sources.list文件(sudo cp sources.list sources.list.bak)然后修改它,将下面的内容贴上去。 #江苏省常州市电信,推荐电信用户使用,PING=XX deb http://ubuntu.cn99.com/ubuntu/ feisty main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ feisty-security main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ feisty-updates main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ feisty-proposed main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ feisty-backports main restricted universe multiverse deb-src http://ubuntu.cn99.com/ubuntu/ feisty main restricted universe multiverse deb-src http://ubuntu.cn99.com/ubuntu/ feisty-security main restricted universe multiverse deb-src http://ubuntu.cn99.com/ubuntu/ feisty-updates main restricted universe multiverse deb-src http://ubuntu.cn99.com/ubuntu/ feisty-proposed main restricted universe multiverse deb-src http://ubuntu.cn99.com/ubuntu/ feisty-backports main restricted universe multiverse # deb http://ubuntu.cn99.com/ubuntu-cn/ feisty main restricted universe multiverse 台湾的源,网通用户很快 deb http://tw.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse deb http://tw.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse deb http://tw.archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse deb http://tw.archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse deb http://tw.archive.ubuntu.com/ubuntu feisty-proposed main restricted universe multiverse deb-src http://tw.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse deb-src http://tw.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse deb-src http://tw.archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse deb-src http://tw.archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse deb-src http://tw.archive.ubuntu.com/ubuntu feisty-proposed main restricted universe multiverse 接着跟新一下源信息:sudo apt-get update 安装中文支持:在 桌面工具栏的“系统-系统管理-语言支持” 里面把”Chinese”勾选上(一定要打勾,不要只是一条横线,否则中文支持不完全)。 然后看看升级管理器里面的提示,全部安装。 一些常用软件,例如gvim可以从“应用程序-添加、删除”里面进行添加。 声明:JavaEye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
|
|
| 返回顶楼 | |
|
时间:2007-06-11
上ubuntu中国官方论坛吧。
http://www.ubuntu.org.cn/ |
|
| 返回顶楼 | |




