Script to install multiple packages on ubuntu linux
#!/bin/bash
sudo apt-get update -y
sudo apt-get install -y ispell
sudo apt-get install -y pdftk
sudo apt-get install -y gv
sudo apt-get install -y djview
sudo apt-get install -y openssh-server
sudo apt-get install -y sshd
sudo apt-get install -y texlive
sudo apt-get install -y gfortran
sudo apt-get install -y alpine
sudo apt-get install -y vlc
sudo apt-get install -y emacs
sudo apt-get install -y gnuplot-qt
sudo apt-get install -y latex-baemer
sudo apt-get install -y kile
sudo apt-get install -y konqueror
sudo apt-get install -y xfig
sudo apt-get install -y grace
aptitude install -y build-essential
sudo apt-get install -y texlive-publishers
sudo apt-get install -y openjdk-6-jre icedtea6-plugin
sudo apt-get install -y ispell
sudo apt-get install -y traceroute
sudo apt-get install -y firefox
sudo apt-get install -y flashplugin-installer
sudo apt-get install -y default-jre
sudo apt-get install -y openjdk-7-jre
sudo apt-get install -y oracle-java7-install
sudo apt-get install -y oracle-java8-install
sudo apt-get install -y gap
2 Comments:
sir plezz add gap software.
than x
sudo apt-get install -y gap
Post a Comment