GNU/Linux >> Linux Esercitazione >  >> Ubuntu

Come installare Powershell 7 su Ubuntu 20.04?

Ho problemi con l'installazione di PowerShell 7 su Ubuntu 20.04. Ho usato Software Ubuntu per installare PowerShell 7.0.3, che è la versione più recente/stabile disponibile. Dopo un'installazione senza errori, non riesco ad avviare PowerShell. In allegato lo screenshot. Non sono riuscito a trovare la documentazione sul file desktop che dovrebbe specificare il campo exec. Prendo atto che v7 è "Anteprima di PowerShell". Significa che dovrei invece installare v6? Se sì, come ottenere la versione?

$ uname -r
5.4.0-47-generic

Aggiornamento:ho installato correttamente PowerShell 7.1.0 tramite il software Ubuntu. Grazie, M$!

Risposta accettata:

Secondo il problema del progetto PowerShell su GitHub intitolato Please support Ubuntu 20.04, il supporto arriverà molto presto (quando lo farà, questa risposta dovrebbe essere aggiornata)

Nel frattempo sono stati segnalati 2 percorsi di installazione riusciti (come in:puoi ottenere il prompt nel tuo sistema, ma non è esattamente installato – almeno non in modo nativo)

NOTA:potresti non essere in grado di avviarli da un menu dell'interfaccia utente e solo da un terminale eseguendo powershell o pwsh comando.

  • Scatta:

    sudo snap install powershell --classic
    
  • installazione runtime dotnet:

    cd /tmp
    wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
    sudo dpkg -i packages-microsoft-prod.deb
    
    sudo apt-get update; \
      sudo apt-get install -y apt-transport-https && \
      sudo apt-get update && \
      sudo apt-get install -y aspnetcore-runtime-3.1
    
    dotnet tool install -g powershell
    

Ubuntu
  1. Come installare Odoo su Ubuntu

  2. Come installare Maven su Ubuntu

  3. Come installare Wine su Ubuntu

  4. Come installare R su Ubuntu 16.04

  5. Come installare Vai su Ubuntu 18.04

Come installare PowerShell su Ubuntu 16.04 LTS

Come installare PowerShell su Ubuntu 20.04 LTS

Come installare Go in Ubuntu 20.04

Come installare Vai su Ubuntu 22.04

Come installare Microsoft PowerShell su Ubuntu 18.04

Come installare Microsoft PowerShell su Ubuntu 20.04