-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththings_i_install
executable file
·34 lines (32 loc) · 1 KB
/
things_i_install
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/bin/sh
#other issues:
# If swapfile could not be installed at boot try https://www.digitalocean.com/community/articles/how-to-add-swap-on-ubuntu-12-04
# ROS things
sudo apt-get install ros-hydro-sound-play
sudo apt-get install python-wstool
sudo apt-get install ros-hydro-roslint
sudo apt-get install ros-hydro-cmake-modules
sudo apt-get install gringo
sudo apt-get install chromium-browser
sudo apt-get install mercurial
#-----
sudo apt-get install python-pip
sudo pip install selenium
#-----
apt-get install libxml2-dev libxslt1-dev python-dev
apt-get install python-lxml
#-----
sudo apt-get install git
#-----
sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
sudo apt-get install skype
#-----
sudo apt-get install vinagre
#-----
sudo add-apt-repository ppa:michael-astrapi/ppa
sudo apt-get update && sudo apt-get install truecrypt
#-----
sudo apt-get install exuberant-ctags
sudo apt-get install debsums
sudo apt-get install vim-gnome
sudo apt-get install ubuntu-restricted-extras