How to install PyCharm Professional on Debian 12


Today we are going to look at how to install PyCharm Professional on Debian 12.

Firstly, login to root user in our terminal, then we install flatpak and other packages it requires,  then we add the flathub repository to our system and lastly we install PyCharm Professional.  Then we reboot our computer and everything is done.  Enjoy!

Commands Used:
1) su
2) sudo apt install python3 python3-pip build-essential libssl-dev libffi-dev python3-dev default-jdk flatpak
3) sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
4) sudo flatpak install flathub com.jetbrains.PyCharm-Community

About Flatpak: 

Official Site:

We are on social media! For announcements, content release updates (across all our projects), and much more, please join our Reddit community!
https://www.reddit.com/r/linuxmadesimple/

For a video with Background Music:


Curios about Chromebooks have a look at our Chromebook Comparison Chart!

Want to buy me a cup of coffee, thank you!

Comments