install packages for cli only.
This commit is contained in:
parent
0250805234
commit
0d9be77037
2 changed files with 29 additions and 11 deletions
25
install-debpkgs-graphic.sh
Normal file
25
install-debpkgs-graphic.sh
Normal file
|
@ -0,0 +1,25 @@
|
|||
apt-get install \
|
||||
openssh-server zsh vim-nox vim-rails vim-scripts vim-syntax-gtk exuberant-ctags \
|
||||
mutt-patched offlineimap tmux \
|
||||
opensc pcscd pcsc-tools libpam-pkcs11 openssh-blacklist \
|
||||
openssh-blacklist-extra openssl openssl-blacklist openssl-blacklist-extra \
|
||||
python3-sphinx python-sphinx texlive-full \
|
||||
python-django python-django-mptt python-django-extensions python-django-extra-views python-django-south \
|
||||
python3-psycopg2 python-psycopg2 \
|
||||
mongodb mongodb-clients mongodb-server python-mongoengine python-pymongo python-celery python-django-celery \
|
||||
devscripts debian-builder fakeroot gcc automake autoconf colormake colorgcc colordiff elinks curl wget \
|
||||
antiword postgresql postgresql-autodoc tora mercurial mercurial-buildpackage \
|
||||
git-all mercurial-server php5-cli subversion subversion-tools \
|
||||
blender meld retext mypaint gimp gimp-data-extras gscan2pdf \
|
||||
scribus scribus-template retext sozi inkscape renpy python-renpy \
|
||||
flashplugin-nonfree vlc redshift \
|
||||
krita libreoffice gnumeric abiword gnumeric-plugins-extra \
|
||||
abiword-plugin-grammar abiword-plugin-mathview keyboard-configuration console-braille dots \
|
||||
kakasi ibus ibus-gtk ibus-gtk3 ibus-qt4 tagainijisho ibus-mozc ibus-m17n ibus-anthy ibus-skk ibus-tegaki ibus-pinyin \
|
||||
rsync arandr openbox openbox-themes gsetroot tint2 menu menu-l10n gmrun \
|
||||
nmap seahorse simple-scan \
|
||||
psutils python-git bc htop highlight code2html \
|
||||
ipython ipython3 python-pip python3-pip \
|
||||
doxygen doxygen-gui doxygen-latex doxypy doxyqml gaphor graphviz imagemagick \
|
||||
nginx-extras php5-fpm uwsgi uwsgi-plugin-python uwsgi-plugin-python3 uwsgi-plugin-greenlet-python \
|
||||
uwsgi-extra uwsgi-plugin-cache uwsgi-plugin-nagios uwsgi-plugin-jvm-openjdk-6
|
|
@ -8,18 +8,11 @@ apt-get install \
|
|||
python3-psycopg2 python-psycopg2 \
|
||||
mongodb mongodb-clients mongodb-server python-mongoengine python-pymongo python-celery python-django-celery \
|
||||
devscripts debian-builder fakeroot gcc automake autoconf colormake colorgcc colordiff elinks curl wget \
|
||||
antiword postgresql postgresql-autodoc tora mercurial mercurial-buildpackage \
|
||||
antiword postgresql postgresql-autodoc mercurial mercurial-buildpackage \
|
||||
git-all mercurial-server php5-cli subversion subversion-tools \
|
||||
blender meld retext mypaint gimp gimp-data-extras gscan2pdf \
|
||||
scribus scribus-template retext sozi inkscape renpy python-renpy \
|
||||
flashplugin-nonfree vlc redshift \
|
||||
krita libreoffice gnumeric abiword gnumeric-plugins-extra \
|
||||
abiword-plugin-grammar abiword-plugin-mathview keyboard-configuration console-braille dots \
|
||||
kakasi ibus ibus-gtk ibus-gtk3 ibus-qt4 tagainijisho ibus-mozc ibus-m17n ibus-anthy ibus-skk ibus-tegaki ibus-pinyin \
|
||||
rsync arandr openbox openbox-themes gsetroot tint2 menu menu-l10n gmrun \
|
||||
nmap seahorse simple-scan \
|
||||
psutils python-git bc htop highlight code2html \
|
||||
keyboard-configuration console-braille dots \
|
||||
kakasi rsync nmap psutils python-git bc htop highlight code2html \
|
||||
ipython ipython3 python-pip python3-pip \
|
||||
doxygen doxygen-gui doxygen-latex doxypy doxyqml gaphor graphviz imagemagick \
|
||||
doxygen doxygen-latex doxypy doxyqml graphviz imagemagick \
|
||||
nginx-extras php5-fpm uwsgi uwsgi-plugin-python uwsgi-plugin-python3 uwsgi-plugin-greenlet-python \
|
||||
uwsgi-extra uwsgi-plugin-cache uwsgi-plugin-nagios uwsgi-plugin-jvm-openjdk-6
|
||||
|
|
Loading…
Reference in a new issue