Installing Programs on Ubuntu

From Open Source Ecology
Revision as of 20:48, 23 April 2018 by Marcin (talk | contribs) (Created page with "=From Shell Scripts= Some programs are downloaded and they have a shell script that you execute to install the program automatically. For example, Arduino 1.6.8 is like this....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

From Shell Scripts

Some programs are downloaded and they have a shell script that you execute to install the program automatically. For example, Arduino 1.6.8 is like this. Go to the folder where you downloaded the software using Termianls. Then type ./install.sh - this will run the shell (.sh) script.

Special Instructions

  • Some programs will come with install instructions. Read and follow them

Easiest

  • Go to Ubuntu Software Center for auto installs.