|
|
写的不好
还没有测试过
因为系统已经做好了
有人愿意试试吗?
我觉得自己太有才了
欢迎随便改进啊
我自己水平不行
还有很多高手啊
cat install.sh
#---------------------------------------------------------------------------------------
# This is shell script file.
#
# It contain some my softwawe.
#
# At first please set up you source, and su to room!
#
#---------------------------------------------------------------------------------------
# Update now!
#
apt-get update
#
#---------------------------------------------------------------------------------------
# Programmming
#
apt-get install gfortran
#
apt-get install gcc
#
apt-get install g++
#
apt-get install make
#
apt-get install gdb
#
apt-get install cvs
#
#---------------------------------------------------------------------------------------
# Office
#
apt-get install openofice.org
#
apt-get install evince
#
apt-get install startdict
#
#---------------------------------------------------------------------------------------
# Play
#
apt-get install mplayer
#
apt-get install rhythmbox
#
#---------------------------------------------------------------------------------------
# fcitx
#
apt-get install fcitx im-switch
im-switch -s fcitx -z default
#
#---------------------------------------------------------------------------------------
# Font
#
apt-get install ttf-bitstream-vera ttf-freefont ttf-thryomanes tfm-arphic-bsmi00lp tfm-arphic-bkai00mp tfm-arphic-gbsn00lp tfm-arphic-gkai00mp ttf-baekmuk hbf-jfs56 hbf-cns40-b5 hbf-kanji48 ttf-arphic-ukai ttf-arphic-uming
#
#---------------------------------------------------------------------------------------
# Math
#
apt-get install octave
apt-get install r-base
#
#---------------------------------------------------------------------------------------
# Game
#---------------------------------------------------------------------------------------
# Other
#--------------------------------------------------------------------------------------- |
|