Facebook Twitter Instagram
    TecAdmin
    • Home
    • Ubuntu 20.04
      • Upgrade Ubuntu
      • Install Java
      • Install Node.js
      • Install Docker
      • Install LAMP Stack
    • Tutorials
      • AWS
      • Shell Scripting
      • Docker
      • Git
      • MongoDB
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    Home»General Articles»How to Install IntelliJ IDEA on Ubuntu 20.04

    How to Install IntelliJ IDEA on Ubuntu 20.04

    RahulBy RahulFebruary 18, 20212 Mins Read

    IntelliJ IDEA is an popular integrated development environment for the Java application’s. It is developed by JetBrains. IntelliJ IDEA is must friendlier to beginners thanks to its ease of code completion and inspection. Basically, It also provides intelligent coding assistance for many other languages such as SQL, JPQL, HTML, JavaScript, etc.

    IntelliJ IDEA community and ultimate versions are available as snappy package. Which allows you to install it quickly with single command.

    This tutorial will help you to install IntelliJ IDEA on Ubuntu 20.04 LTS Linux system.

    Prerequisite

    In order to use IntelliJ IDEA, your system must have Dekstop installed with sudo priviledged account access.

    Installing IntelliJ on Ubuntu

    IntelliJ IDEA is available in community and ultimate editions. The community editions is available free for everyone but the ultimate edition required license.

    Use one of the following command to either install IntelliJ IDEA community edition or ultimate edition:

    • Installing IntelliJ IDEA community edition:
      sudo snap install intellij-idea-community --classic 
      
    • Installing IntelliJ IDEA ultimate edition with free 30-day evaluation:
      sudo snap install intellij-idea-ultimate --classic 
      

    This will install IntelliJ IDEA on Ubuntu Desktop system.

    Launch IntelliJ IDEA

    You have successfully installed IntelliJ IDE on a Ubuntu desktop system. Search for the IntelliJ IDE launch icon under Activities. You will see the launch button like below screenshot.

    Launch Intellij on Ubuntu 20.04

    During first time startup application may take time. Accept the privacy policy and click continue.

    Accept Policy Intellij on Ubuntu 20.04

    Once application started, you can start using it for the application development.

    Installing Intellij on Ubuntu 20.04

    Under the plugins tab in right sidebar, you can install plugins to extend its functionality.

    In the customize tab, you can change theme and other settings of IntelliJ application.

    Conclusion

    This tutorial have described you to how to install IntelliJ IDEA on a Ubuntu 20.04 desktop system.

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleHow To Install PHP 8 on Debian 10
    Next Article Deploy Angular App to Firebase with Github Actions

    Related Posts

    How To Install Docker on Ubuntu 22.04

    3 Mins Read

    Filesystem Hierarchy Structure (FHS) in Linux

    Updated:July 1, 20222 Mins Read

    What is CPU? – Definition, Types and Parts

    3 Mins Read

    How to Install Ionic Framework on Ubuntu 22.04

    3 Mins Read

    What is the /etc/hosts file in Linux

    Updated:June 27, 20222 Mins Read

    Creating DMARC Record for Your Domain

    Updated:June 29, 20223 Mins Read

    Leave A Reply Cancel Reply

    Recent Posts
    • How To Install Docker on Ubuntu 22.04
    • How to Install Bower on Ubuntu 22.04 & 20.04
    • How to run “npm start” through Docker
    • Filesystem Hierarchy Structure (FHS) in Linux
    • How to accept user input in Python
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.