分页: 1 / 2

求一个shell脚本可以自动安装基本软件的

发表于 : 2012-03-28 16:33
LU开拓者
求一个shell脚本可以自动安装基本软件的,最好能一步完成,软件随意,只要是常用软件就好
不是简单的echo sudo apt-get install **** 这样后面还要点好多

Re: 求一个shell脚本可以自动安装基本软件的

发表于 : 2012-03-28 16:36
枫叶饭团
没写过这些,听说过

Re: 求一个shell脚本可以自动安装基本软件的

发表于 : 2012-03-28 16:51
LU开拓者
坐等 :ema5

Re: 求一个shell脚本可以自动安装基本软件的

发表于 : 2012-03-28 16:54
daf3707
自己写一个就是
别人的不适用

Re: 求一个shell脚本可以自动安装基本软件的

发表于 : 2012-03-28 16:55
LU开拓者
问题是我不会,我想先看着别人的学

Re: 求一个shell脚本可以自动安装基本软件的

发表于 : 2012-03-28 18:58
自由建客

代码: 全选

#!/bin/sh
tasksel install standard
毕!

Re: 求一个shell脚本可以自动安装基本软件的

发表于 : 2012-03-28 22:28
LU开拓者
好吧 :emb0

Re: 求一个shell脚本可以自动安装基本软件的

发表于 : 2012-03-28 22:29
jtshs256
:em20

Re: 求一个shell脚本可以自动安装基本软件的

发表于 : 2012-03-28 22:32
月下叹逍遥
记得貌似软件中心里有

Re: 求一个shell脚本可以自动安装基本软件的

发表于 : 2012-03-29 9:41
LU开拓者
看样子只能在shell里sudo apt-get install了

Re: 求一个shell脚本可以自动安装基本软件的

发表于 : 2012-03-29 15:57
naturalaw
自动安装基本软件。基本软件是指哪些。

Re: 求一个shell脚本可以自动安装基本软件的

发表于 : 2012-03-29 16:31
ljj_jjl2008
naturalaw 写了:自动安装基本软件。基本软件是指哪些。
+1

Re: 求一个shell脚本可以自动安装基本软件的

发表于 : 2012-03-29 17:23
LU开拓者
naturalaw 写了:自动安装基本软件。基本软件是指哪些。
浏览器、媒体播放器、看pdf的等等,这些随便挑两个随意的,我主要是想看看思路再学习下

Re: 求一个shell脚本可以自动安装基本软件的

发表于 : 2012-03-29 17:28
eexpress
你把apt-get写shell脚本里面,带一堆软件就是。不就是shell嘛。

Re: 求一个shell脚本可以自动安装基本软件的

发表于 : 2012-03-29 17:31
riptide2012
sudo aptitude install nvidia-current mc gparted tree freemind smplayer p7zip-full vim-gnome exuberant-ctags unrar freepats wallch fcitx zim compizconfig-settings-manager chmsee shutter amule ubuntu-restricted-extras classicmenu-indicator indicator-weather pysdm ntfs-config pastie sopcast-player wine simple-lightdm-manager unityshell-rotated virtualbox nautilus-terminal nautilus-open-terminal gconf-editor ubuntu-restricted-extras gnome-tweak-tool terminator clipit python-docutils git debian-reference python-doc lighttpd qgit gitk python-sphinx rabbitvcs-core rabbitvcs-nautilus3 rabbitvcs-cli dpkg-dev debhelper dh-make python-setuptools python-distutilus-extra build-essential anjuta


每次装个东西就备份下 :em04