Install useful student oriented softwares with Ubun-student
Posted Under: General
Ubun-student, help to install useful student oriented softwares,eliminate bugs and enhance already installed softwares.It can install softwares which are not provided in the official Ubuntu apt repository, such as Eclipse 3.5,Netbeans 6.7,Intel Compiler,Kscope,Alice,OpenJUMP and so on.
A useful tip appears after the program starts up.The tips are carefully selected from many Ubuntu-sites,such as hidden GConf settings, and handful Bash commands.They help people to use Ubuntu better.Software packages can be cached. You can install softwares without the Internet.
Install Ubun-student
First,open a terminal window(Applications/Accessories/Terminal) and use this command to add GPG key:
wget -q http://tdt.sjtu.edu.cn/S/project/A98F68DB.gpg -O- | sudo apt-key add -
Edit /etc/apt/source.list:
sudo gedit /etc/apt/sources.list
add following into the file.
For Ubuntu Hardy (8.04):
deb http://tdt.sjtu.edu.cn/S/ hardy main
For Ubuntu Intrepid (8.10):
deb http://tdt.sjtu.edu.cn/S/ intrepid main
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
Install this using following command:
sudo apt-get update
sudo apt-get install ubun-student
Once installation finish,launch this from Applications->System Tools->Ubun-Student

Some pictures of ubun-student:

Original from http://tdt.sjtu.edu.cn/S/
Related posts:
- Add medibuntu sources to install more useful softwares in Ubuntu
- Install Windows Games and Programs in Ubuntu with PlayOnLinux
- How to install Real Player in ubuntu
- How to install Google Earth in ubuntu 9.04
- Install Latest Empathy IM Client in ubuntu 9.04/8.10/8.04


