cannot install "[pycharm-professional": invalid instance name: invalid snap name: "[pycharm-professional"
时间: 2023-12-03 20:44:37 浏览: 220
YydsDevPlugin-1.25.zip Yyds.Auto pycharm开发插件 安卓自动化!
It seems like there is a typo in the command you are trying to execute. The correct command to install PyCharm Professional via snap should be:
```
sudo snap install pycharm-professional --classic
```
Make sure you copy and paste the command correctly. If the issue persists, try updating your snapd version by running:
```
sudo snap install core
```
and then try installing PyCharm Professional again.
阅读全文