Pycharm

  how to install PyCharm Community using Terminal.

go to terminal

step 1 :

vi /etc/yum.repos.d/pycharm.repo

[phracek-PyCharm]
name=Copr repo for PyCharm owned by phracek
baseurl=https://copr-be.cloud.fedoraproject.org/results/phracek/PyCharm/fedora-$releasever-$basearch/
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/phracek/PyCharm/pubkey.gpg
enabled=1
enabled_metadata=1


step 2 :

dnf copr enable phracek/PyCharm

step 3 :

dnf install pycharm-community


No comments:

Post a Comment