Advertisement
wagnux

atual_inst_app_1804_lts

Apr 30th, 2018
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.13 KB | None | 0 0
  1. ## Atualização e instalação de programas:
  2.  
  3. ## Ubuntu 18.04
  4.  
  5. ~$ sudo -i
  6.  
  7. ~# add-apt-repository ppa:linuxuprising/java -y && add-apt-repository ppa:libreoffice/ppa -y && apt-add-repository -y ppa:teejee2008/ppa -y && echo oracle-java11-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selections && apt install faac faad ffmpeg ffmpeg2theora flac icedax id3v2 lame libjpeg-progs mjpegtools mpeg2dec mpeg3-utils mpegdemux mpg123 mpg321 regionset sox uudeview vorbis-tools x264 arj p7zip p7zip-full p7zip-rar rar unace-nonfree ubuntu-restricted-extras vlc lame preload prelink dialog wine-stable wine1.6-amd64 gimp gimp-plugin-registry gimp-gmic xsane devede k3b libk3b-dev libk3b7-extracodecs ripperx audacity winff ssh nfs-common hardinfo samba htop gnome-games supertux frozen-bubble qt4-qtconfig vim language-pack-kde-pt language-pack-pt-base language-pack-pt language-pack-gnome-pt-base language-pack-gnome-pt diodon pepperflashplugin-nonfree libdvdread4 libavcodec-extra libdvd-pkg gnome-tweak-tool oracle-java11-installer oracle-java11-set-default libreoffice libreoffice-gnome libreoffice-l10n-pt-br libreoffice-help-pt-br libreoffice-style-sifr zram-config mesa-utils libxss1 exfat-fuse exfat-utils ifuse aptik ppa-purge -y && cd /tmp && wget -c https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb ; apt install ./google-chrome-stable_current_amd64.deb -y ; apt install debdelta -y && debdelta-upgrade && apt dist-upgrade -y && apt-get autoremove -y ; apt-get autoclean ; updatedb && prelink -amR
  8.  
  9. ## Se houver problema no pacote "gimp-plugin-registry_7.20140602ubuntu3_amd64.deb", resolva da seguinte maneira:
  10. ~# dpkg --force-all -i /var/cache/apt/archives/gimp-plugin-registry_7.20140602ubuntu3_amd64.deb
  11. ~# apt install -fy
  12.  
  13. ## Em seguida continue a instalação dos pacotes acima a partir de:
  14. ~# apt install faac faad ffmpeg ffmpeg2theora flac icedax id3v2 lame libjpeg-progs mjpegtools mpeg2dec mpeg3-utils mpegdemux mpg123 mpg321 regionset sox uudeview vorbis-tools x264 arj p7zip p7zip-full p7zip-rar rar unace-nonfree ubuntu-restricted-extras vlc lame preload prelink dialog wine-stable wine1.6-amd64 gimp gimp-plugin-registry gimp-gmic xsane devede k3b libk3b-dev libk3b7-extracodecs ripperx audacity winff ssh nfs-common hardinfo samba htop gnome-games supertux frozen-bubble qt4-qtconfig vim language-pack-kde-pt language-pack-pt-base language-pack-pt language-pack-gnome-pt-base language-pack-gnome-pt diodon clementine pepperflashplugin-nonfree libdvdread4 libavcodec-extra libdvd-pkg gnome-tweak-tool oracle-java8-installer libreoffice libreoffice-gnome libreoffice-l10n-pt-br libreoffice-help-pt-br libreoffice-style-sifr zram-config mesa-utils libxss1 exfat-fuse exfat-utils ifuse aptik ppa-purge -y && cd /tmp && wget -c https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb ; apt install ./google-chrome-stable_current_amd64.deb -y ; apt install debdelta -y && debdelta-upgrade && apt dist-upgrade -y && apt-get autoremove -y ; apt-get autoclean ; updatedb && prelink -amR
  15.  
  16.  
  17. *************************************************************************************************************************## Caminho para o Java 6/7/8
  18. /var/cache/oracle-jdk8-installer
  19.  
  20. *************************************************************************************************************************
  21. ## Para notebooks
  22.  
  23. ## *** TLP *** (gerenciador de energia)
  24. sudo add-apt-repository ppa:linrunner/tlp -y && sudo apt-get update && sudo apt-get install tlp tlp-rdw -y ; sudo tlp start
  25.  
  26. ## *** Touchpad Indicator ***
  27. sudo add-apt-repository ppa:atareao/atareao -y && sudo apt-get update && sudo apt-get install touchpad-indicator -y
  28.  
  29. *************************************************************************************************************************
  30. ## Educacionais
  31.  
  32. sudo apt install anagramarama blinken khangman klettres ktouch kturtle kwordquiz childsplay childsplay-alphabet-sounds-pt gcompris gcompris-sound-ptbr glchess gweled kbattleship kblackbox klickety konquest klines kmahjongg kpat pingus lmemory xgalaga pinta tuxpaint tuxpaint-plugins-default tuxpaint-stamps-default googleearth-package inkscape -y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement