• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to Install PyCharm IDE on Linux Debian 11.3

  • 00:31 lsb_release -a
  • 00:40 apt update
  • 00:45 apt list –upgradable
  • 00:59 apt install python3 python3-dev python3-distutils -y
  • 01:23 apt install snapd -y
  • 01:41 systemctl start snapd
  • 01:52 systemctl status snapd
  • 02:06 snap install core
  • 02:28 snap install pycharm-community –classic
  • 02:37 pycharm-community
7098

To Install PyCharm IDE on Linux Debian 11.3

Introduction:

PyCharm is a dedicated Python graphical IDE (Integrated Development Environment) popular amongst Python developers with its wide range of essential tools such as analyzing code, debugging, and integration. The IDE also comes with the command line, connects to a database, creates a virtual environment, and manages your version control system (Git).

Installation Steps:

Step 1: Check the version of the OS by using the following command

root@linuxhelp:~# lsb_release -a
No LSB modules are available.
Distributor ID:	Debian
Description:	Debian GNU/Linux 11 (bullseye)
Release:	11
Codename:	bullseye

Step 2: Update the apt source list by using the below command

root@linuxhelp:~# apt update 
Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
Hit:2 http://deb.debian.org/debian bullseye InRelease                      
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]          
Hit:4 https://packages.sury.org/php bullseye InRelease                           
Hit:5 http://repo.mysql.com/apt/debian bullseye InRelease 
Get:6 http://security.debian.org/debian-security bullseye-security/main Sources [131 kB]
Fetched 215 kB in 2s (115 kB/s)  
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
2 packages can be upgraded. Run 'apt list --upgradable' to see them.

update apt list upgrade by using the following command

root@linuxhelp:~# apt list –upgradable

Listing... Done
libpcre3/bullseye 2:8.44-2+0~20210301.9+debian11~1.gbpa278ad amd64 [upgradable from: 2:8.39-13]
libxml2/bullseye 2.9.14+dfsg-0+0~20220524.12+debian11~1.gbpc5dc45 amd64 [upgradable from: 2.9.10+dfsg-6.7+deb11u2]

Step 3: Install Python Dependencies by using the below command

root@linuxhelp:~# apt install python3 python3-dev python3-distutils -y

Step 4: Install snap by using the below command

root@linuxhelp:~# apt install snapd -y

Step 5: Start and enable the snapd by using the below command

root@linuxhelp:~# systemctl start snapd
root@linuxhelp:~# systemctl enable snapd –now

Step 6: Check the status from snapd by using the below command

root@linuxhelp:~# systemctl status snapd

Step 7: Next, Install the snap core by using the below command

root@linuxhelp:~# snap install core
core 16-2.52.1 from canonical installed

step 8: Install the PyCharm Community by using the below command

root@linuxhelp:~# snap install pycharm-community –classic
pycharm-community 2022.1.3 from jetbrains** installed

Step 9: Next, Launch the PyCharm Community by using the below command

root@linuxhelp:~# pycharm-community

Step 10: The first time you launch PyCharm, you will potentially come across two pop-ups. The first pop-up is the standard terms of use. Press the accept button to continue.

snap1

Step 11: The second pop-up is requesting if you would like to share anonymous data to help improve the application. Choose either to send or not to send to continue.

snap 2

Step 12: Once open PyCharm, I will see the first default landing screen. snap 3 snap 4

Step 13: Now I have successfully installed and launched PyCharm. snap 5

Conclusion:

We have reached the end of this article. In this guide, we have walked you through the steps required to Install PyCharm IDE on Linux Debian 11.3. Your feedback is much welcome.

Tags:
connor
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

How to update the all packages?

A

sudo apt update && sudo apt upgrade -y

Q

What is PyCharm?

A

PyCharm is a dedicated Python Integrated Development Environment (IDE) providing a wide range of essential tools for Python developers, tightly integrated to create a convenient environment for productive Python, web, and data science development.

Q

How to install Python Dependencies?

A

sudo apt install python3 python3-dev python3-distutils -y

Q

How to install the PyCharm community version?

A

sudo snap install pycharm-community –classic

Q

How to launch PyCharm community version?

A

pycharm-community

Related Tutorials in How to Install PyCharm IDE on Linux Debian 11.3

Related Tutorials in How to Install PyCharm IDE on Linux Debian 11.3

How to install Gparted on Debian 9.0
How to install Gparted on Debian 9.0
Sep 13, 2017
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Sep 19, 2018
How to install and update OpenSSL on Debian 11.3
How to install and update OpenSSL on Debian 11.3
Oct 21, 2022
How to install qBittorrent on Debian 9.0
How to install qBittorrent on Debian 9.0
Sep 8, 2017
How to Install FileZilla in Debian
How to Install FileZilla in Debian
Nov 29, 2016
How to install Pycharm on CentOS 7
How to install Pycharm on CentOS 7
May 16, 2017
How to install Nmap on Debian 9.0
How to install Nmap on Debian 9.0
Sep 9, 2017
How to Install Laravel in Debian
How to Install Laravel in Debian
Dec 7, 2016

Related Forums in How to Install PyCharm IDE on Linux Debian 11.3

Related Forums in How to Install PyCharm IDE on Linux Debian 11.3

MariaDB
ryan class=
E: Unable to locate package mariadb-server
Sep 18, 2017
Linux
AadrikaAnshu class=
How to add timestamps to history On Any Linux Machine
Jun 18, 2019
vim
jacob class=
Change true vi-compatible editor from Debian Vim-compatible
Nov 8, 2021
debian
anandaamatya class=
RedNotebook on Debian buster
Jun 30, 2020
Ubuntu
Kirin class=
Videos Always Micro-Shutter
Mar 8, 2019
debian
luke class=
workbench for debian
May 26, 2017
debian
teddybarax class=
Softwae installation problem
Aug 24, 2020
debian
colbyvance class=
Trouble Installing Debian 10.8.0 (Gnome)
Feb 28, 2021

Related News in How to Install PyCharm IDE on Linux Debian 11.3

Related News in How to Install PyCharm IDE on Linux Debian 11.3

Debian IceDove kicks the bucket after Thunderbird revisits Debian Repositories
Debian IceDove kicks the bucket after Thunderbird revisits Debian Repositories
Feb 28, 2017
Mass update of Jessie - A better alternative to new version?
Mass update of Jessie - A better alternative to new version?
May 8, 2017
Debian 9.2 ‘Stretch’ OS is here, download distro now
Debian 9.2 ‘Stretch’ OS is here, download distro now
Oct 9, 2017
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Owen ?
How to add SSH key to my Gitlab account

I need to add the SSH key in my gitlab account. How to do so ????

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.