Differences between revisions 2 and 6 (spanning 4 versions)
Revision 2 as of 2021-01-11 02:10:41
Size: 1496
Editor: PaulWise
Comment: drop jetbrains business info, that will get out of date and is too much advertising of non-free software
Revision 6 as of 2021-02-14 16:46:20
Size: 2031
Editor: ?JorkanoFaln
Comment: added missing word and fixed spelling
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Description == = Description =
Line 4: Line 4:
== Install instructions == = Install instructions =
Line 6: Line 6:
Since there is no official debian package for any of the jetbrains products in the official repositories. There are two methods to install jetbrains software on Debian either by using Jonas Groegor's unofficial PPA or by using Jetbrains official snap packages. Since there is no official debian package for any of the jetbrains products in the official repositories. There are two methods to install jetbrains software on Debian either by using Jonas Groegor's unofficial PPA or by using Jetbrains' official snap packages.
Line 8: Line 8:
=== unofficial ppa === == unofficial ppa ==
Line 10: Line 10:
Jonas Groegor maintains an unofficial for Ubuntu and Debian: https://github.com/JonasGroeger/jetbrains-ppa. Installing from his repository works in Debian Buster. Jonas Groegor maintains an unofficial ppa for Ubuntu and Debian: https://github.com/JonasGroeger/jetbrains-ppa. Installing from his repository works in Debian Buster 10 and on Debian Bullseye 11
Line 12: Line 12:
=== Debian 11 Bullseye ===

Execute the following commands to install pycharm-community on debian bullseye using his ppa:
{{{
curl -s https://s3.eu-central-1.amazonaws.com/jetbrains-ppa/0xA6E8698A.pub.asc | sudo apt-key add -
echo "deb http://jetbrains-ppa.s3-website.eu-central-1.amazonaws.com focal main" | sudo tee /etc/apt/sources.list.d/jetbrains-ppa.list > /dev/null
sudo apt update
sudo apt install pycharm-community
}}}

=== Debian 10 Buster ===
Line 20: Line 31:
=== snap === == snap ==
Line 23: Line 34:
Here are instructions on how to install pycharm-community using the official snap package: Here are instructions on how to install pycharm-community using the [[https://snapcraft.io/pycharm-community|official snap package]]:

Description

JetBrains is a company producing proprietary commercial IDEs as well as two open source ones: pycharm-community and intellij-community (download).

Install instructions

Since there is no official debian package for any of the jetbrains products in the official repositories. There are two methods to install jetbrains software on Debian either by using Jonas Groegor's unofficial PPA or by using Jetbrains' official snap packages.

unofficial ppa

Jonas Groegor maintains an unofficial ppa for Ubuntu and Debian: https://github.com/JonasGroeger/jetbrains-ppa. Installing from his repository works in Debian Buster 10 and on Debian Bullseye 11

Debian 11 Bullseye

Execute the following commands to install pycharm-community on debian bullseye using his ppa:

curl -s https://s3.eu-central-1.amazonaws.com/jetbrains-ppa/0xA6E8698A.pub.asc | sudo apt-key add -
echo "deb http://jetbrains-ppa.s3-website.eu-central-1.amazonaws.com focal main" | sudo tee /etc/apt/sources.list.d/jetbrains-ppa.list > /dev/null
sudo apt update
sudo apt install pycharm-community

Debian 10 Buster

Execute the following commands to install pycharm-community on debian buster using his ppa:

curl -s https://s3.eu-central-1.amazonaws.com/jetbrains-ppa/0xA6E8698A.pub.asc | sudo apt-key add -
echo "deb http://jetbrains-ppa.s3-website.eu-central-1.amazonaws.com bionic main" | sudo tee /etc/apt/sources.list.d/jetbrains-ppa.list > /dev/null
sudo apt update
sudo apt install pycharm-community

snap

Jetbrains maintains official snap packages for their products.

Here are instructions on how to install pycharm-community using the official snap package:

Install snapd

sudo apt install snapd

Install pycharm-community as a snap package

sudo snap install pycharm-community --classic

Run pycharm

snap run pycharm-community