bernardosulzbach/computer-manager

Should fetch JetBrains tools from Snappy

Closed this issue · 2 comments

This is just so much better.

Find out if there is a way to update snaps too.

sudo snap install clion --classic --edge
sudo snap install pycharm-professional --classic --edge
sudo snap install intellij-idea-ultimate --classic --edge
sudo snap install webstorm --classic --edge
sudo snap install datagrip --classic --edge

Snap installation instructions.

sudo zypper addrepo --refresh https://download.opensuse.org/repositories/system:/snappy/openSUSE_Tumbleweed snappy
# Import the GPG key?
# Consider skipping this step: too many GPG issues?
sudo zypper --gpg-auto-import-keys refresh
# Finally, upgrade the package cache to include the new snappy repository.
sudo zypper dup --from snappy
# Install snap.
sudo zypper install snapd
# Reboot.
sudo systemctl enable snapd
sudo systemctl start snapd
sudo systemctl enable snapd.apparmor
sudo systemctl start snapd.apparmor
sudo snap install clion --classic --edge
sudo snap install pycharm-professional --classic --edge
sudo snap install intellij-idea-ultimate --classic --edge
sudo snap install webstorm --classic --edge
sudo snap install datagrip --classic --edge

Should use --channel=stable instead of edge. Otherwise, we get the EAP.