How to Setup Appium in Ubuntu?

I Have Been working on Appium with Windows & iOS platform from long time.
But i never tried on Appium with Ubuntu, Can anyone of u here help Me how to install Appium on Ubuntu OS.


Regards
Arjun

@MallikarjunaReddy.D
Did you search the forum before posting.

Apart from this forum , i could find below links as well

Hope this helps

Hi Sunny…
i didn’t tried with the help of Forums, thanks for the help u did. I will get back if i need any help on this :smile:

Thanks
Mallikarjuna Reddy Duvoori

Below are software we need to install in order to start mobile automation using Appium on Ubuntu:

  1. Java
  2. Node.js
  3. Android Studio
  4. Appium

In order to set JAVA_HOME on linux you need to edit the .bashrc and need to specify the path of java directory.

$ vi ~/.bashrc

export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64

export PATH=${PATH}:${JAVA_HOME}/bin

Run below command to verify that recently saved environment variables are displaying correct path or not.

$ echo $JAVA_HOME

$ echo $PATH

How to Install Node.js without using sudo:

refer this post complete steps:

How to Install Appium on Ubuntu (Linux machine) | Appium Automation