How to Install PyCharm on Ubuntu Linux

computer screen with text editor
computer screen with text editor

PyCharm is an intelligent Python IDE code editor for developers. It comes in a full-fledged professional and a free community version. Developers can use PyCharm to create great Python apps.

PyCharm also provides excellent support for Python, JavaScript, CoffeeScript, TypeScript, and CSS with a vast collection of tools, including an integrated debugger and test runner, a built-in database tool, and remote development support.

This brief tutorial shows students and new users how to install PyCharm on Ubuntu 16.04 / 17.10 and 18.04.

When you’re ready to install PyCharm on Ubuntu, continue with the steps below.

Install Snap Package Management

Snap is a new way and better way to install packages on Ubuntu. It’s quick and easy and provides better package management support.

Ubuntu 17.10 and 18.04 may already have Snap package management installed. So you may not have to run the commands below. However, on Ubuntu 16.04 desktops, you must run the commands below to install Snap package management.

sudo apt install snapd snapd-xdg-open

After running the above commands, continue below to install PyCharm.

Install PyCharm

Now that Snap is installed run the commands below to install the version you want. To install the free community version, run the commands below

sudo snap install pycharm-community --classic

To install the professional version, you run the commands below

sudo snap install pycharm-professional --classic

That will do it. You can also use the Ubuntu Software app to install PyCharm. open Ubuntu Software from the Activities Overview and search for PyCharm

Install PyCharm via Ubuntu Software Center

If you can’t install PyCharm using the commands line above, open Ubuntu Software Center and search for PyCharm. Then select and install the edition you want to use.

pyCharm ubuntu install

Then select and install the edition you want to use.

pyCharm ubuntu setup

After installing, launch and start using PyCharm.

That’s it!

You may also like the post below:

Posted by
Richard

I love computers; maybe way too much. What I learned I try to share at geekrewind.com.

6 Comments

  1. im recieving an error
    beacuse of the process “install-snap”

  2. Mint 19 is Ok. Thanks.

  3. This was useful, thanks

  4. thanks for providing this

  5. erreur : snap “pycharm-community” has “install-snap” change in progress
    j’ai toujours cette erreur

  6. snap is not supported by Mint, remove this: /etc/apt/preferences.d/nosnap.pref
    Then you may install snap

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: