[linuxidc@localhost ~/www.linuxidc.com]$snap list
Name Version Rev Tracking Publisher Notes
core 16-2.43.3 8689 stable canonical✓ core
powershell 6.2.4 88 stable microsoft-powershell✓ classic
通过运行快照刷新来手动更新snap
[linuxidc@localhost ~/www.linuxidc.com]$snap refresh powershell
snap "powershell" has no updates available
移除snap
要删除snap,只需运行如下命令即可。snap remove <snap名称>在我们的例子中,只需执行以下操作:
[linuxidc@localhost ~/www.linuxidc.com]$snap remove powershell
powershell removed
检查snap信息:
使用命令snap信息来检查有关snap包的更多信息。
[linuxidc@localhost ~/www.linuxidc.com]$snap info powershell
回滚到应用程序的先前版本
使用snap还原
[linuxidc@localhost ~/www.linuxidc.com]$sudo snap revert <snap name>
总结
现在,您应该能够安装snap了,手动更新它们,删除它们,检查已安装的snap等等。snap命令行被设计得尽可能简单和易于记忆。
Linux公社的RSS地址:https://www.linuxidc.com/rssFeed.aspx