Thursday, 21 December 2017

Install IntelliJ IDEA on CentOS using Terminal


To install IntelliJ IDEA on CentOS using Terminal

Step:1
       
         Download the tar.gz file from JetBrain

          [ https://www.jetbrains.com/idea/download/#section=windows ]

Step:2

          Double click on downloaded file and extract into  /tmp

Step:3

           Open a terminal

Step: 4

          Switch to root user

         command
         su root

Step: 5

         command
         chown -R root:root /tmp/idea*

Step:6
   
        Move the content to /opt

        command
        mv /tmp/idea* /opt/idea

Step:7
   
       Make  Symlink
   
       command
       ln -s /opt/idea/bin/idea.sh  usr/local/bin/idea.sh

Step:8

      Open terminal and execute the following command to open IntelliJ IDEA
 
      command
      idea.sh




     
   

No comments:

Post a Comment