GNU/Linux >> Linux Esercitazione >  >> Linux

Come installare Dotnet Core su Centos 7?

Dotnet Core è ora disponibile con il sistema operativo Linux. Di seguito sono riportati i passaggi per installare Dotnet Core su Centos.

  1. Accedi a centos tramite SSH.

  2. Apri un terminale ed esegui i seguenti comandi.

    sudo rpm -Uvh https://packages.microsoft.com/config/rhel/7/packages-microsoft-prod.rpm
  3. Aggiorna i prodotti disponibili e installa .NET SDK. Nel tuo terminale, esegui i seguenti comandi:

    sudo yum update 
    sudo yum install dotnet-sdk-2.2
  4. Verifica la versione dot net utilizzando il comando seguente.

    dotnet --version/strong>

Linux
  1. Come installare MongoDB su CentOS 8

  2. Come installare R su CentOS 7

  3. Come installare XWiki su CentOS 7

  4. Come installare DenyHost su CentOS 6.7

  5. Come installare PostgreSQL Server su CentOS 8

Come installare Java su CentOS 8

Come installare il filato su CentOS 8

Come installare Metabase su CentOS 8

Come installare Jenkins su CentOS 8

Come installare il server PandoraFMS su CentOS 8

Come installare (.NET Core) Dotnet Core nelle distribuzioni Linux