Skip to content

Instantly share code, notes, and snippets.

@pwqw
Last active July 7, 2019 19:10
Show Gist options
  • Save pwqw/7a5f7e77da7e285873550e5a28f9556a to your computer and use it in GitHub Desktop.
Save pwqw/7a5f7e77da7e285873550e5a28f9556a to your computer and use it in GitHub Desktop.
Ubuntu basic packages
#!/bin/bash
sudo dpkg --configure -a;
sudo apt install -y ubuntu-restricted-extras;
sudo apt install -y exfat-fuse exfat-utils ffmpeg nethogs gcc make lame vorbis-tools zip unzip rar unrar git default-jdk net-tools;
sudo add-apt-repository -y "deb http://archive.canonical.com/ $(lsb_release -sc) partner";
sudo apt update;
sudo apt install -y adobe-flashplugin browser-plugin-freshplayer-pepperflash;
@pwqw
Copy link
Author

pwqw commented Mar 20, 2018

Abrir la terminal (Ctrl + Alt + T) y ejecutar:

sudo apt install -y curl; sudo curl https://gist.githubusercontent.com/AlexisCaffa/7a5f7e77da7e285873550e5a28f9556a/raw | bash

@pwqw
Copy link
Author

pwqw commented Jul 30, 2018

@ealgiros
Copy link

ealgiros commented Jul 5, 2019

Gracias por tu aporte, ahora la pc no me putea tanto con errores y anda masmejó :-b

@pwqw
Copy link
Author

pwqw commented Jul 5, 2019

😆

@ealgiros
Copy link

ealgiros commented Jul 7, 2019

Digo yo... no es más fácil chatear en otro lado ? jajaja

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment