a1o Asked: 2018-05-31 04:27:52 +0800 CST2018-05-31 04:27:52 +0800 CST 2018-05-31 04:27:52 +0800 CST IDEA 的 Snap 安装自动更新到 EAP 772 前段时间我使用 snap 安装了 Jetbrains IDEA,它运行良好。 Snap 已将 IDEA 更新到他们的 EAP 分支(早期访问计划)。 因为我只对一个工作和稳定的 IDE 感兴趣,所以我不喜欢这个而不是最新的稳定版本(在这种情况发生之前更新到) 有没有办法重新配置这个内部快照? intellij snap 1 个回答 Voted Best Answer Terrance 2018-05-31T06:04:13+08:002018-05-31T06:04:13+08:00 您可以通过运行以下命令将 snap 应用程序的安装从--edge最新版本或最新版本更改为该版本:--stable sudo snap refresh intellij-idea-community --stable --classic 如果你想回到最前沿的版本,运行它: sudo snap refresh intellij-idea-community --edge --classic 或者您也可以在测试版中运行它: sudo snap refresh intellij-idea-community --beta --classic 如果您想查看所有可安装的版本或切换使用snap info 例子: ~$ snap info intellij-idea-community name: intellij-idea-community summary: Capable & Ergonomic Java IDE publisher: jetbrains✓ contact: https://www.jetbrains.com/idea/documentation/ license: unset description: | IntelliJ IDEA Community Edition is a free and open-source edition of IntelliJ IDEA, the commercial Java IDE by JetBrains. IntelliJ IDEA Community Edition provides all the tools you need for Java, Groovy, Kotlin, Scala, and Android. It offers instant and clever code completion, on-the-fly code analysis, and reliable refactoring tools. Mission-critical tools such as integrated version controls systems and a wide variety of supported languages and frameworks are at hand — no plugin hustle included. commands: - intellij-idea-community snap-id: KSPcSedMkvhgEjkg3Ki1PdjX2Ylm2aOy tracking: stable refresh-date: today at 08:17 MDT channels: stable: 2018.2.4 (83) 481MB classic candidate: 2018.2.4 (83) 481MB classic beta: 2018.2.4 (83) 481MB classic edge: 2018.3-EAP (87) 500MB classic 2018.3/stable: – 2018.3/candidate: – 2018.3/beta: – 2018.3/edge: 2018.3-EAP (87) 500MB classic 2018.2/stable: 2018.2.4 (83) 481MB classic 2018.2/candidate: 2018.2.4 (83) 481MB classic 2018.2/beta: 2018.2.4 (83) 481MB classic 2018.2/edge: 2018.2.5-EAP (86) 481MB classic 2018.1/stable: 2018.1.6 (65) 495MB classic 2018.1/candidate: ↑ 2018.1/beta: ↑ 2018.1/edge: ↑ 2017.3/stable: 2017.3.5 (36) 425MB classic 2017.3/candidate: ↑ 2017.3/beta: ↑ 2017.3/edge: ↑ installed: 2018.2.4 (83) 481MB classic 希望这可以帮助!
您可以通过运行以下命令将 snap 应用程序的安装从
--edge
最新版本或最新版本更改为该版本:--stable
如果你想回到最前沿的版本,运行它:
或者您也可以在测试版中运行它:
如果您想查看所有可安装的版本或切换使用
snap info
例子:
希望这可以帮助!