How to install DataGrip in Ubuntu 16.04/ Ubuntu 14.04/ Linux?

Shreya Singh
1 min readJun 13, 2018

--

There are some prerequisites for installing DataGrip:

  1. Java repository
    sudo add-apt-repository ppa:webupd8team/java
    sudo apt-get update
  2. sudo apt-get install java-common oracle-java8-installer
  3. Install a database(any)

For PostgreSQL: sudo apt-get install postgresql postgresql-contrib
Check version: psql--version

For Mysql : sudo apt-get install mysql-server mysql-client
Check Version: mysql --version

4. cd Downloads

5. wget https://download.jetbrains.com/datagrip/datagrip-2018.1.4.tar.gz

6. tar zxf datagrip-2018.1.4.tar.gz

7. cd DataGrip-2018.1.4

8. cd bin

9. Run the datagrip.sh file using either
sh datagrip.sh
or
./datagrip.sh

10. Follow default installations and finally when DataGrip opens go to Tools in Menu bar and select Create Desktop Entry for easier access.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Shreya Singh
Shreya Singh

Written by Shreya Singh

Software Development Engineer at Amazon, Google APAC Women Techmaker Scholar, C.S.E. Graduate @ NIT Patna

Responses (2)

Write a response