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

仅仅用于软件推荐,不适合发求软件或软件使用问题方面的贴子
回复
头像
huangzhi
帖子: 101
注册时间: 2007-04-19 23:15

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

#1

帖子 huangzhi » 2009-10-09 7:19

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

图片

您可到http://tdt.sjtu.edu.cn/S/阅读其安装方法和使用说明。
好好学习,天天向上
头像
huangzhi
帖子: 101
注册时间: 2007-04-19 23:15

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

#2

帖子 huangzhi » 2009-10-09 7:22

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
好好学习,天天向上
头像
yelion
帖子: 51
注册时间: 2009-10-08 21:28
来自: 湖南人在天津
联系:

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

#3

帖子 yelion » 2009-10-09 9:15

安装

方法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

代码: 全选

if(age < 30 && alive()){
    coding();
}
else
    continueCoding();
为中华软件之崛起而读书!!
头像
guishugan
帖子: 379
注册时间: 2009-03-02 19:30
来自: 河北石家庄

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

#4

帖子 guishugan » 2009-10-09 14:07

有空了再试 再出什么新问题就帅呆了
除了真相,女人也是赤裸裸的
头像
wangdu2002
帖子: 13284
注册时间: 2008-12-13 19:39
来自: 物华天宝人杰地灵

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

#5

帖子 wangdu2002 » 2009-10-09 14:09

路过帮顶。 :em11
行到水穷处,坐看云起时。
海内生明月,天涯共此夕。
--------------------吾本独!
头像
huangzhi
帖子: 101
注册时间: 2007-04-19 23:15

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

#6

帖子 huangzhi » 2009-10-09 16:58

:em02
好好学习,天天向上
回复