Difference between revisions of "Ubuntu setup for a class"
(→Development tools) |
(→All apt in one) |
||
Line 5: | Line 5: | ||
Note, that the downloaded apps and the extra commands are not included here. Read on for those. |
Note, that the downloaded apps and the extra commands are not included here. Read on for those. |
||
sudo apt-get install build-essential |
sudo apt-get install openssh-server build-essential git meld binutils gcc python3 python3-pip vlc audacious wine |
||
sudo apt-get install |
sudo apt-get install codeblocks octave octave-image |
||
sudo apt-get install openjdk-18-jdk #<the-latest-version> |
|||
== Download and install == |
== Download and install == |
Revision as of 12:54, 22 September 2022
Ubuntu setup for my lab computers
All apt in one
Note, that the downloaded apps and the extra commands are not included here. Read on for those.
sudo apt-get install openssh-server build-essential git meld binutils gcc python3 python3-pip vlc audacious wine sudo apt-get install codeblocks octave octave-image sudo apt-get install openjdk-18-jdk #<the-latest-version>
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 python3-pip python-numpy python-matplotlib
sudo apt-get install openjdk-9-jdk sudo apt-get install codeblocks sudo apt-get install octave octave-image
This may be needed for older 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