如何在 Ubuntu 18.04 上将 Powershell Core 更新到最新版本

Zac*_*ack 1 powershell ubuntu powershell-core ubuntu-18.04

我有一个安装了 Powershell Core 6.1.2 的 Ubuntu 18.04 VM,我想将其更新到最新的 PowerShell Core 版本。

我怎么做?

我是否按照https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-6#ubuntu-1804上的安装说明进行操作并安装最新版本版本在旧版本之上?

是否要先删除旧版本,然后再安装新版本?你是怎样做的?

Powershell Core 中是否有工具可以执行更新?

Moe*_*ald 5

基于此链接,以下内容应该有效:

apt-get install --only-upgrade powershell
Run Code Online (Sandbox Code Playgroud)