Bioinformatics ReviewBioinformatics Review
Notification Show More
Font ResizerAa
  •  Home
  • Docking
  • MD Simulation
  • Tools
  • More Topics
    • Softwares
    • Sequence Analysis
    • Algorithms
    • Bioinformatics Programming
    • Bioinformatics Research Updates
    • Drug Discovery
    • Phylogenetics
    • Structural Bioinformatics
    • Editorials
    • Tips & Tricks
    • Bioinformatics News
    • Featured
    • Genomics
    • Bioinformatics Infographics
  • Community
    • BiR-Research Group
    • Community Q&A
    • Ask a question
    • Join Telegram Channel
    • Join Facebook Group
    • Join Reddit Group
    • Subscription Options
    • Become a Patron
    • Write for us
  • About Us
    • About BiR
    • BiR Scope
    • The Team
    • Guidelines for Research Collaboration
    • Feedback
    • Contact Us
    • Recent @ BiR
  • Subscription
  • Account
    • Visit Dashboard
    • Login
Font ResizerAa
Bioinformatics ReviewBioinformatics Review
Search
Have an existing account? Sign In
Follow US
Bioinformatics ProgrammingPythonSoftwareTools

Installing Pycharm on Ubuntu (Linux)

Tariq Abdullah
Last updated: May 26, 2021 4:57 pm
Tariq Abdullah
Share
2 Min Read
Installing pycharm on Ubuntu
SHARE

Pycharm [1] is an integrated development environment (IDE) for developers. It combines Python developer tools and provides an easy graphical user interface. In this article, we are going to install Pycharm on Ubuntu.

Contents
    • Preparing system
  • Standalone Installation
    • Downloading Pycharm
    • Installing Pycharm
  • Easy Installation
      • References

Preparing system

Open a terminal by pressing Ctrl+Alt+T. Update and upgrade your system using the following commands:

$ sudo apt-get update

$ sudo apt-get upgrade

Standalone Installation

Downloading Pycharm

Change to the directory where you want to download the software. Let’s say, Downloads. Download the latest release of SAMtools from here or use the following command:

$ cd Downloads/

$ wget https://download.jetbrains.com/python/pycharm-community-2021.1.1.tar.gz

It will take a few moments to download.

Installing Pycharm

We are in the same directory (i.e., Downloads). Now extract the downloaded package using the following commands.

$ tar xvzf pycharm-community-2021.1.1.tar.gz

Now, change to the bin directory present inside the newly-created directory (pycharm-community-2021.1.1).

$ cd pycharm-community-2021.1.1/bin/

Now, execute the pycharm.sh script using the following commands:

$ chmod +x pycharm.sh

$ ./pycharm.sh

It will take a few minutes to process. Later, it will prompt you to agree to the terms & conditions, just check the box and click ‘Continue’. After that, it will ask for your consent to share your data, you can deny it by clicking on ‘Don’t send’. It will open a new window asking you to either create a new project or open one. Now, you can easily use Pycharm on Ubuntu.


Easy Installation

You can also install Pycharm from Ubuntu Software. Follow these steps:

  • Open ‘Ubuntu Software’.
  • Type Pycharm in the search bar.
  • It will display a few options.
  • Select ‘Pycharm CE‘ (i.e., Pycharm Classic Edition).
  • Let it download.

Now, you can easily search for ‘Pycharm‘ like any other Linux application.


References

  1. https://www.jetbrains.com/pycharm/
TAGGED:installationPycharmpythonubuntu
Share This Article
Facebook Copy Link Print
ByTariq Abdullah
Tariq is founder of Bioinformatics Review and Lead Developer at IQL Technologies. His areas of expertise include algorithm design, phylogenetics, MicroArray, Plant Systematics, and genome data analysis. If you have questions, reach out to him via his homepage.
Leave a Comment

Leave a Reply Cancel reply

You must be logged in to post a comment.

ai tools vs traditional tools in bioinformatics
AI Tools vs Traditional Tools in Bioinformatics- Which one to select?
Algorithms Artificial Intelligence Machine Learning Software Tools
AI vs Physics in Molecular Docking
AI vs Physics in Molecular Docking: Towards Faster and More Accurate Pose Prediction
Artificial Intelligence Drug Discovery Machine Learning
10 years of Bioinformatics Review: From a Blog to a Bioinformatics Knowledge Hub!
Editorial
Starting in Bioinformatics? Do This First!
Starting in Bioinformatics? Do This First!
Tips & Tricks

You Might Also Like

How to run LigAlign plugin on Pymol?
SoftwareTools

How to run LigAlign plugin on Pymol?

July 13, 2022
how to install Discovery Studio Visualizer on Ubuntu (Linux)?
SoftwareTools

How to install & execute Discovery Studio Visualizer on Ubuntu (Linux)?

May 14, 2025
Most widely used tools for drug-drug interaction prediction Most widely used tools for drug-drug interaction prediction
Drug DiscoverySoftwareTools

Most widely used tools for drug-drug interaction prediction

May 27, 2024
Calculate Binding Pocket Volume in Pymol (using PyVol plugin).
SoftwareStructural BioinformaticsToolsVideo Tutorial

Video Tutorial: Calculating binding pocket volume using PyVol plugin.

November 23, 2024
Copyright 2024 IQL Technologies
  • Journal
  • Customer Support
  • Contact Us
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Cookie Policy
  • Sitemap
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?

Not a member? Sign Up