How do I install PyCharm in Ubuntu?

To install PyCharm on Linux using the JetBrains Toolbox, first open the official JetBrains website.
There are two ways to install PyCharm.
You can directly download PyCharm and after extracting use the “cd” command to go to the “bin” folder.
Here you can find the executable file “pycharm.sh”. When you execute it, PyCharm will run from your terminal.
But installing from JetBrains Toolbox is a far better option.
First, you need to download the JetBrains Toolbox from the JetBrains website.
This tool allows you to manage and install JetBrains IDEs, including PyCharm.
Visit the JetBrains Toolbox download page and Toolbox Download is simple.
Therefore, Download the appropriate version for your Linux distribution.

Now we are going to install JetBrains Toolbox.

So you downloaded a .tar.gz package, extract it to a directory of your choice.

tar -xzf jetbrains-toolbox-*.tar.gz


If you downloaded a .deb package (for Debian/Ubuntu-based systems), you can install it with the “dpkg” command.

sudo dpkg -i jetbrains-toolbox-*.deb


If you downloaded a package for another distribution, refer to the JetBrains documentation for installation instructions specific to your distribution.
You can start the JetBrains Toolbox from the application menu or by running the toolbox command in your terminal.

After that Log in to Your JetBrains Account.

When you first launch the JetBrains Toolbox, you will be prompted to log in to your JetBrains account. If you don’t have one, you can create a free account.
Next, Search for and Install PyCharm Community Edition.
As a result, You should see PyCharm Community and PyCharm Professional Edition available.

Select the version you want to install (Community or Professional) and click the “Install” button next to it.
The Toolbox will automatically download and install PyCharm for you.
You can monitor the progress in the Toolbox interface.
After that Launch PyCharm.
After the installation is complete, you can launch PyCharm from the Toolbox interface or find it in your application menu.
That’s it!
You have successfully installed PyCharm on your Linux system using JetBrains Toolbox.
You can now open PyCharm and start developing Python applications.


Posted

in

,

by

Tags:

Comments

One response to “How do I install PyCharm in Ubuntu?”

  1. […] As a result, it makes it possible to interact with software using voice commands or to transcribe sp… […]

Leave a Reply