Questions marquées «powershell»

17
Comment installer PowerShell?

Il n'y a pas longtemps, j'ai lu quelque chose sur le site Web de Microsoft à propos de PowerShell disponible pour Ubuntu. Comment pourrais-je procéder à l'installation de PowerShell? J'apprécierais des conseils pour Xenial et Trusty . N'importe quelle méthode d'installation convient, qu'il s'agisse...

12
Installer Powershell dans Ubuntu 17.04

J'essaie d'installer Powershell dans Ubuntu 17.04 comme suit: curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add - curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list | sudo tee /etc/apt/sources.list.d/microsoft.list sudo apt-get update sudo apt-get install -y...