Advertisement
wagnux

update_ubuntu_1710

Nov 2nd, 2017
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.74 KB | None | 0 0
  1. ## Atualização e instalação de programas:
  2.  
  3. ## Ubuntu 17.10 64 bits
  4.  
  5. ~$ sudo -i
  6.  
  7. ~# add-apt-repository ppa:otto-kesselgulasch/gimp -y && add-apt-repository ppa:libreoffice/ppa -y && add-apt-repository ppa:webupd8team/java -y && apt update && 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 ttf-ubuntu-font-family 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 yakuake 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 glipper clementine pepperflashplugin-nonfree libdvdread4 libavcodec-extra libdvd-pkg unity-tweak-tool -y && apt install 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 -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 autoremove -y ; apt autoclean ; updatedb && prelink -amR
  8.  
  9.  
  10. ## Ubuntu 17.10 32 bits
  11.  
  12. ~$ sudo -i
  13.  
  14. ~# add-apt-repository ppa:otto-kesselgulasch/gimp -y && add-apt-repository ppa:libreoffice/ppa -y && add-apt-repository ppa:webupd8team/java -y && apt update && 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 ttf-ubuntu-font-family ubuntu-restricted-extras vlc lame preload prelink bum rcconf dialog wine-stable wine1.6-i386 gimp gimp-plugin-registry gimp-gmic xsane devede k3b libk3b-dev libk3b6-extracodecs ripperx audacity winff ssh nfs-common yakuake hardinfo chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg-extra 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 unity-tweak-tool -y && apt install 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 -y && apt install debdelta -y && debdelta-upgrade && apt dist-upgrade -y && apt autoremove -y ; apt autoclean ; updatedb && prelink -amR
  15.  
  16.  
  17. ****************************************************************************************************************************
  18.  
  19. ## Para notebooks
  20.  
  21. ## *** TLP *** (gerenciador de energia)
  22.  
  23. ~$ sudo -i
  24.  
  25. ~# add-apt-repository ppa:linrunner/tlp -y && apt update && apt install tlp tlp-rdw -y ; tlp start
  26.  
  27.  
  28. ## *** Touchpad Indicator ***
  29.  
  30. ~$ sudo -i
  31.  
  32. ~# add-apt-repository ppa:atareao/atareao -y && apt update && apt install touchpad-indicator -y
  33.  
  34. ****************************************************************************************************************************
  35.  
  36. ## Educacionais
  37.  
  38. ~$ sudo -i
  39.  
  40. ~# 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