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

How do you update Powershell Core to latest version on Ubuntu 18.04

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

我该怎么做?

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

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

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

基于此 link 以下应该有效:

apt-get install --only-upgrade powershell
sudo apt-get update
sudo apt-get install -y powershell