Last active
January 5, 2017 18:41
-
-
Save nenodias/60494f749e27b3ddc6f2 to your computer and use it in GitHub Desktop.
Setup Script Mate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Comandos Genéricos | |
sudo apt-get install maven git inkscape filezilla gimp mercurial samba xrdp openssh-client openssh-server vlc python-pip python3-pip build-essential terminator flamerobin pgadmin3 postgresql-server-dev-9.3 postgresql-9.3 p7zip-full unrar flashplugin-nonfree-extrasound dpkg remmina mtpfs gmtp gvfs mtp-tools ruby gem libfreetype6-dev libxml2-dev libxslt-dev | |
#Específico para o Ubuntu Mate | |
sudo apt-get install caja-* gvfs-fuse | |
#python 2 and 3 dev | |
sudo apt-get install python-dev python3-dev python-tk python3-tk | |
#sdl2 | |
sudo apt-get install libsdl2-* | |
#dependencias para o allegro | |
sudo apt-get install build-essential subversion cmake xorg-dev libgl1-mesa-dev libglu-dev libpng-dev libz-dev libcurl4-gnutls-dev libfreetype6-dev libjpeg-dev libvorbis-dev libopenal-dev libphysfs-dev libgtk2.0-dev libasound-dev libflac-dev libdumb1-dev exuberant-ctags dvi2ps dvipdfmx latex2html pandoc | |
# Comandos para gerar o bind para python | |
# mkdir build | |
# cd build | |
# cmake -DCMAKE_INSTALL_PREFIX=/usr -D WANT_PYTHON_WRAPPER=1 .. | |
# make | |
# make install | |
# export PYTHONPATH=python/ | |
# export LD_LIBRARY_PATH=lib/ | |
#pygame | |
sudo apt-get install mercurial python3-dev python3-numpy libav-tools \ | |
libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsmpeg-dev \ | |
libsdl1.2-dev libportmidi-dev libswscale-dev libavformat-dev libavcodec-dev | |
#kivy | |
sudo apt-get install mesa-common-dev libsdl1.2* | |
#Open VPN | |
sudo apt-get install openvpn network-manager-openvpn network-manager-openvpn-gnome | |
#Caja com SFTP | |
sudo usermod -a -G fuse <user> | |
#Android Studio no Ubuntu Mate | |
sudo apt-get install libncurses5:i386 lib32stdc++6 zlib1g:i386 | |
#skype | |
sudo apt-get install libxv1:i386 libqtgui4:i386 libxss1:i386 libqtcore4:i386 libqt4-dbus:i386 libqtwebkit4:i386 | |
#lubuntu | |
sudo apt-get install pavucontrol arandr hardinfo | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment