1、The best way to get OpenPLC files into your system is by using git. Usually, git comes pre-installed on most Linux distros. If for some reason you don't have git installed on your system, you can install it by typing:

2、sudo apt-get install git
To install OpenPLC type these lines on the terminal:

3、git clone https://github.com/thiagoralve s/OpenPLC_v3.git
cd OpenPLC_v3
./install.sh linux

4、The installation process will take a while (up to 1 hour depending on your system). Meanwhile, grab a [insert your favorite beverage here] and relax! Once OpenPLC is installed, just type this from the OpenPLC_v3 folder to start it:
sudo ./start_openplc.sh
