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!
12 Answers
First you have to add below mentioned repository
sudo add-apt-repository ppa:mystic-mirage/pycharmThen use theses commands
sudo apt-get update
sudo apt-get install pycharm Fastest and most reliable way: Go to:
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