Advertisement
Blade83

Linux Software Installalation

May 28th, 2016
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.57 KB | None | 0 0
  1. #!/bin/bash
  2. clear
  3.  
  4. apt-get update && apt-get upgrade && apt-get dist-upgrade
  5.  
  6. apt-get install faac faad flake lame libmad0 libmpcdec6 mppenc vorbis-tools wavpack -y
  7. apt-get install unace unrar zip unzip p7zip-full p7zip-rar sharutils rar uudeview mpack arj cabextract file-roller krename kdiff3 -y
  8.  
  9. apt-get install figlet -y
  10. apt-get install krusader -y
  11. apt-get install poedit gettext -y
  12. apt-get install hwinfo htop nmap -y
  13.  
  14. apt-get install gimp gimp-data gimp-plugin-registry gimp-data-extras -y
  15.  
  16.  
  17. apt-get install rcconf -y
  18. apt-get install sysv-rc-conf -y
  19. sysv-rc-conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement