Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change snap channel for IntelliJ IDEA

I have installed IntelliJ IDEA by using snap, and I've installed edge version:
sudo snap install intellij-idea-ultimate --edge --classic

Current status:

$ snap list 
Name                    Version            Rev   Tracking  Developer      Notes
atom                    1.27.2             159   stable    snapcrafters   classic
core                    16-2.33            4830  stable    canonical      core
intellij-idea-ultimate  2018.2-EAP         56    edge      jetbrains      classic
...

How to replace the edge version with the stable version, without break current project settings and break license?

like image 639
djm.im Avatar asked Jun 26 '18 14:06

djm.im


People also ask

Is IntelliJ Community Edition free?

IntelliJ IDEA Community Edition and IntelliJ IDEA Edu are free and can be used without any license.

How do I update IntelliJ Community Edition?

To manage the IntelliJ IDEA update policy, open Settings/Preferences Ctrl+Alt+S and select Appearance & Behavior | System Settings | Updates.

How can I get free IntelliJ?

All active Java Champions can apply immediately to get IntelliJ IDEA Ultimate for free at https://www.jetbrains.com/shop/eform/javaChampion. Be sure to include the link to your active listing on java.net.


1 Answers

To change channel execute

sudo snap refresh intellij-idea-ultimate --stable --classic
like image 92
djm.im Avatar answered Oct 05 '22 15:10

djm.im