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 systemStandalone InstallationDownloading PycharmInstalling PycharmEasy InstallationReferences

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.

Starting in Bioinformatics? Do This First!
Starting in Bioinformatics? Do This First!
Tips & Tricks
[Editorial] Is it ethical to change the order of authors’ names in a manuscript?
Editorial Opinion
Installing bbtools on Ubuntu
[Tutorial] Installing BBTools on Ubuntu (Linux).
Sequence Analysis Software Tools
wes_data_analysis Whole Exome Sequencing (WES) Data visualization Toolkit
wes_data_analysis: Whole Exome Sequencing (WES) Data visualization Toolkit
Bioinformatics Programming GitHub Python

You Might Also Like

How to compare two pairwise alignments using Modeller-10.1?
SoftwareTools

How to compare two pairwise alignments using Modeller-10.1?

November 20, 2021
hmmer
Sequence AnalysisSoftwareTools

HMMER- Uses & Applications

November 23, 2021
RNAIndel-predict somatic indels in tumor rna-seq
RNA-seq analysisSoftwareTools

RNAIndel: A tool to identify somatic indels from tumor RNA-seq data

August 15, 2020
vcf compression tool
GenomicsSoftwareTools

Genozip- a new compression tool for VCF files

December 2, 2020
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