-
Notifications
You must be signed in to change notification settings - Fork 2
IntelliJ Idea Installation In Ubuntu 18.04
1.Download IntelliJ IDEA
https://www.jetbrains.com/idea/download/#section=linux
here I downloaded the IntelliJ IDEA with filename ideaIC-2018.1.4.tar.gz ,so in examples I use this file name. Change the filename with your downloaded filename.
2.Unpack the ideaIC-2018.1.4.tar.gz file The recommended install location according to the filesystem hierarchy standard (FHS) is /opt. For example, it's possible to enter the following command:
If your file downloaded to Downloads folder then change directory
cd Downloads
Then follow the command below (Consider Your filename may be different and change it according to you)
sudo tar xf ideaIC-2018.1.4.tar.gz -C /opt/
-
Find Bin directory Switch Directory to /opt
cd /opt/
then list contents in that directory and find filename of extracted file
ls
"idea-IC-181.5087.20" if yo found similar name to this then Switch to the bin directory, for example:
cd idea-IC-181.5087.20/bin
4.Installation Run idea.sh from the bin subdirectory.
`bash idea.sh`
- "Do not import settings and go on installation by accepting JETBRAINS USER AGREEMENT
https://medium.com/@katopz/how-to-install-specific-nodejs-version-c6e1cec8aa11
https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers#the-technical-details
while loading shared libraries: libicui18n.so.64: cannot open shared object file: No such file or directory
https://stackoverflow.com/questions/59269947/how-to-display-user-data-in-an-edit-form-using-flutter
http://scottsfarley.com/research/cloudcomputing/2016/07/19/Updating-R-on-Debian.html