[问题]如何用ubuntu DVD 安装 edubuntu

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
haona_li
帖子: 9
注册时间: 2007-07-06 14:46

[问题]如何用ubuntu DVD 安装 edubuntu

#1

帖子 haona_li » 2007-07-10 8:52

我有ubuntu 7.04 DVD ,从网上听说含有edubuntu,但不知如何安装。

ubuntu 安装成功,在ubuntu下用root执行“sudo apt-get install edubuntu-desktop”,报错误。

错误如下:

user@LI-Ubuntu:~$ sudo -s -H
Password:
root@LI-Ubuntu:/home/user# sudo apt-get install edubuntu-desktop
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
Reading state information... 完成
E: 无法找到软件包 edubuntu-desktop
root@LI-Ubuntu:/home/user#
techie
帖子: 98
注册时间: 2005-11-24 11:28

#2

帖子 techie » 2007-07-10 14:01

把你的 /etc/apt/sources.list 的内容贴出来看看,实在不行的话,你到 System -> Administration -> Software Sources 里面添加上 lupaworld 的源或者官方的源试试
haona_li
帖子: 9
注册时间: 2007-07-06 14:46

#3

帖子 haona_li » 2007-07-11 8:49

一下是/etc/apt/sources.list 的内容:
注:我是VM6中安装的ubuntu,用的是CD,后来得到DVD想用来安装edubuntu,谢谢!

-------------------------------------------------------------------------------------------------------------------------
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://cn.archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://cn.archive.ubuntu.com/ubuntu/ feisty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://cn.archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src http://cn.archive.ubuntu.com/ubuntu/ feisty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://cn.archive.ubuntu.com/ubuntu/ feisty universe
deb-src http://cn.archive.ubuntu.com/ubuntu/ feisty universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://cn.archive.ubuntu.com/ubuntu/ feisty multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu/ feisty multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://cn.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://cn.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu feisty-security main restricted
deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted
deb http://security.ubuntu.com/ubuntu feisty-security universe
deb-src http://security.ubuntu.com/ubuntu feisty-security universe
deb http://security.ubuntu.com/ubuntu feisty-security multiverse
deb-src http://security.ubuntu.com/ubuntu feisty-security multiverse
deb cdrom:[Ubuntu 7.04 _Feisty Fawn_ - Release i386 (20070418)]/ feisty main restricted
-----------------------------------------------------------------------------------------------------------------------------
haona_li
帖子: 9
注册时间: 2007-07-06 14:46

#4

帖子 haona_li » 2007-07-19 15:51

自己再顶一下
回复