Installing
-
3. Installing PyCharm
To install PyCharm IDE on Fedora, for the Community Edition run:
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install https://flathub.org/repo/appstream/com.jetbrains.PyCharm-Community.flatpakref
To install the Professional Edition instead:
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install https://flathub.org/repo/appstream/com.jetbrains.PyCharm-Professional.flatpakref
Note: Flatpak apps run in a sandbox and do not require
sudo
. However, authentication with your user password may be requested. Confirm the setup and wait for the download and installation to complete. -
4. Launching PyCharm
To launch PyCharm IDE from the terminal:
flatpak run com.jetbrains.PyCharm-Community
Or use the Desktop Launcher (automatically created by Flatpak during installation).
-
5. Getting Started
PyCharm Quick Start: Your First Hello World Project
Contents