分页: 1 / 1

Ubun-student: 安装/删除学生用的软件

发表于 : 2009-10-09 7:19
huangzhi
Ubun-student 是一个开源的 PyGTK 程序。用它能安装/删除学生常用的软件,如 Netbeans 6.7、Eclipse 3.5、QtiPlot、永中 Office 等。它也能解决多媒体解码、中文环境、Flash 字体等问题。它支持英文、简/繁体中文。

图片

您可到http://tdt.sjtu.edu.cn/S/阅读其安装方法和使用说明。

Re: Ubun-student: 安装/删除学生用的软件

发表于 : 2009-10-09 7:22
huangzhi
Install

Method 1: From APT server.

First, open a terminal window (Applications->Accessories->Terminal). Then add the repository's key to your system's list of trusted APT keys by copy and pasting the following into your terminal:

wget -q http://tdt.sjtu.edu.cn/S/project/A98F68DB.gpg -O- | sudo apt-key add -

Next, add the repository to /etc/apt/sources.list

For Ubuntu Jaunty (9.04):
deb http://tdt.sjtu.edu.cn/S/ jaunty main

For Ubuntu Karmic (9.10):
deb http://tdt.sjtu.edu.cn/S/ karmic main

At last, run the following commands in your terminal:

sudo apt-get update

sudo apt-get install ubun-student



Method 2: From the source code.

First, download the latest source code tar-ball:

wget http://tdt.sjtu.edu.cn/S/ubun-student-9.10.tar.gz

Next, extract the tar-ball, compile it by:

./configure --prefix=/usr
make
sudo make install

Re: Ubun-student: 安装/删除学生用的软件

发表于 : 2009-10-09 9:15
yelion
安装

方法1:从APT服务器安装。

首先,打开一个终端窗口(应用->附件->终端)。然后添加关键字系统的信任的APT列表中,复制并粘贴到你的终端:

wget -q http://tdt.sjtu.edu.cn/S/project/A98F68DB.gpg -O- | sudo apt-key add -

接下来,添加库到/ etc / apt / sources.list中

For Ubuntu Jaunty (9.04):
deb http://tdt.sjtu.edu.cn/S/ jaunty main

For Ubuntu Karmic (9.10):
deb http://tdt.sjtu.edu.cn/S/ karmic main

最后,在终端运行以下命令:

sudo apt-get update

sudo apt-get install ubun-student



方法2:从源代码安装。

首先,下载最新的源代码tar包:

wget http://tdt.sjtu.edu.cn/S/ubun-student-9.10.tar.gz

下一步,解压tar,编译它:

./configure --prefix=/usr

make

sudo make install

Re: Ubun-student: 安装/删除学生用的软件

发表于 : 2009-10-09 14:07
guishugan
有空了再试 再出什么新问题就帅呆了

Re: Ubun-student: 安装/删除学生用的软件

发表于 : 2009-10-09 14:09
wangdu2002
路过帮顶。 :em11

Re: Ubun-student: 安装/删除学生用的软件

发表于 : 2009-10-09 16:58
huangzhi
:em02