Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.80 KB | None | 0 0
  1. #web server stuff
  2. #sudo apt-get install perl -y
  3. #sudo apt-get install apache2 -y
  4. #sudo apt-get install php5 -y
  5. #sudo apt-get install php5-cli -y
  6. #sudo apt-get install mysql-server -y
  7. #sudo apt-get install php5-mysql -y
  8. #sudo apt-get install libapache2-mod-php5 -y
  9.  
  10.  
  11.  
  12.  
  13.  
  14. #java stuff
  15. sudo apt-get install sun-java6-bin -y        
  16. sudo apt-get install sun-java6-jre -y          
  17. sudo apt-get install sun-java6-jdk -y      
  18. sudo apt-get install sun-java6-plugin -y
  19. #sudo apt-get install eclipse -y
  20.  
  21. #c++
  22. sudo apt-get install g++ -y        
  23.  
  24. #geany and co
  25. sudo apt-get install geany -y
  26. sudo apt-get install geany-plugins -y
  27.  
  28. #utilities
  29. sudo apt-get install ktorrent -y    
  30. sudo apt-get install qalculate-gtk -y  
  31. sudo apt-get install keepassx -y
  32. sudo apt-get install filezilla -y
  33. sudo apt-get install adblock-plus
  34. sudo apt-get install pidgin -y
  35. sudo apt-get install xchm -y
  36. sudo apt-get install skype -y
  37. sudo apt-get install google-chrome-beta
  38. sudo apt-get install community-themes -y
  39. sudo apt-get install ttf-droid -y
  40. sudo apt-get install msttcorefonts -y
  41. #sudo apt-get install sensors-applet -y
  42. sudo apt-get install gimp
  43. #sudo apt-get install limewire-basic
  44.  
  45.  
  46. #other nautilus plugins
  47. sudo apt-get install nautilus-share -y
  48. sudo apt-get install nautilus-gksu -y
  49. sudo apt-get install nautilus-data -y
  50. sudo apt-get install nautilus-open-terminal -y
  51.  
  52. #extra codecs and other non-free stuff
  53. sudo apt-get install ubuntu-restricted-extras -y
  54.  
  55.  
  56. #sudo apt-get install texlive  -y
  57. #sudo apt-get install texlive-base  -y
  58. #sudo apt-get install texlive-pictures  -y
  59. #sudo apt-get install texlive-extra-utils  -y
  60. #sudo apt-get install texlive-latex-extra  -y
  61. #sudo apt-get install texlive-science  -y
  62. #sudo apt-get install texlive-math-extra  -y
  63. #sudo apt-get install texlive-publishers  -y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement