Difference between revisions of "Ubuntu setup for a class"
(→Development tools) |
|||
Line 14: | Line 14: | ||
sudo apt-get install codeblocks |
sudo apt-get install codeblocks |
||
sudo apt-get install octave octave-image |
sudo apt-get install octave octave-image |
||
This is needed for oldder python Serial port compatibility: |
|||
sudo pip install "pySerial>=2.0,<=2.9999" |
|||
== Multimedia == |
== Multimedia == |
Revision as of 12:34, 5 September 2016
Ubuntu setup for my lab computers
Download and install
- Google Chrome
- Sublime Text
Development tools
sudo apt-get install build-essential subversion git meld sudo apt-get install binutils gcc sudo apt-get install python python-pip sudo apt-get install openjdk-9-jdk sudo apt-get install codeblocks sudo apt-get install octave octave-image
This is needed for oldder python Serial port compatibility:
sudo pip install "pySerial>=2.0,<=2.9999"
Multimedia
sudo apt-get install vlc audacity audacious
Windows environment
sudo apt-get install wine