Skip to content

IntelliJ Idea Installation In Ubuntu 18.04

Ajmal Aju edited this page Jun 13, 2018 · 4 revisions

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/

  1. 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`
  1. "Do not import settings and go on installation by accepting JETBRAINS USER AGREEMENT

Installation CLI

Node Errors:-

Node Version Manager : Using brew

https://medium.com/@katopz/how-to-install-specific-nodejs-version-c6e1cec8aa11

ENOSPC: System limit for the number of file watchers reached, watch

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/55097675/node-error-while-loading-shared-libraries-libicui18n-so-62-cannot-open-shared

Flutter HandTips : -

Form Fields Prefilling from an API Call, in a simple way (Small Delay Expected)

https://stackoverflow.com/questions/59269947/how-to-display-user-data-in-an-edit-form-using-flutter

Django Workarounds

Query using subquery and distinct uniqueness overloaded (><)

https://stackoverflow.com/a/56333533/9301191

R for Debian

Installation and Updation

http://scottsfarley.com/research/cloudcomputing/2016/07/19/Updating-R-on-Debian.html

Clone this wiki locally