Ubuntu12.10 automatic installation script for common software

Source: Internet
Author: User
To facilitate the automatic installation of scripts for commonly used software under Ubuntu12.10, you can directly write the software to be updated in one script. #! /Bin/bash # vimupdate # sudoapt-get-yinstallvim # Right-click the terminal sudo &

To facilitate the automatic installation of scripts for commonly used software in Ubuntu 12.10, you can directly write the software to be updated in a script.

  1. #! /Bin/bash
  2. # Vim update
  3. # Sudo apt-get-y install vim
  4. # Right-click Terminal
  5. Sudo apt-get-y install nautilus-open-terminal
  6. # Multimedia player
  7. # Sudo apt-get-y install vlc
  8. # Installing rar support
  9. Sudo apt-get-y install rar unrar
  10. # G ++
  11. Sudo apt-get-y install g ++
  12. # Java
  13. Sudo apt-get-y install openjdk-7-jdk
  14. # Git
  15. Sudo apt-get-y install git
  16. # Svn
  17. # Sudo apt-get-y install subversion
  18. # Eclipse
  19. Sudo apt-get-y install eclipse-platform
  20. # Pdf reader
  21. Sudo apt-get-y install okular
  22. # Linux photoshop
  23. # Sudo apt-get-y intsll gimp
  24. # Feiq
  25. Sudo apt-get-y install iptux
  26. # Qt
  27. # Sudo apt-get-y install qt4-qmake
  28. ####
  29. # Vi. config/user-dirs.dirs
  30. ####
  31. Echo-e "All install Over !! \ N"

Last Note vi ~ /. Config/user-dirs.dirs in order to modify the default Chinese several directories, become English Easy to operate in the command line.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.