Trying to install pycharm with snap gives error: error: snap "pycharm-community" not found

I try to install pycharm with the command:

sudo snap install pycharm-community --classic

I get the error:

error: snap "pycharm-community" not found

If you could help me, I would appreciate it!

1

2 Answers

First you have to add below mentioned repository

sudo add-apt-repository ppa:mystic-mirage/pycharm

Then use theses commands

sudo apt-get update
sudo apt-get install pycharm

Fastest and most reliable way: Go to:

enter link description here

Go to Linux version.

Install the Toolbox App Download the installer .exe from the Toolbox App web page.

Run the installer and follow the wizard steps.

After you run the Toolbox App, click its icon in the notification area and select which product and version you want to install.

Follow the instructions.

You are done!

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like