sh 在Debian / Ubuntu Linux上安装Azure CLI

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 在Debian / Ubuntu Linux上安装Azure CLI相关的知识,希望对你有一定的参考价值。

# Update the latest packages and make sure certs, curl, https transport, and related packages are updated.
sudo apt-get update
sudo apt-get install ca-certificates curl apt-transport-https lsb-release gnupg

# Download and install the Microsoft signing key.
curl -sL https://packages.microsoft.com/keys/microsoft.asc | \
    gpg --dearmor | \
    sudo tee /etc/apt/trusted.gpg.d/microsoft.asc.gpg > /dev/null

# Add the software repository of the Azure CLI.
AZ_REPO=$(lsb_release -cs)
echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ $AZ_REPO main" | \
    sudo tee /etc/apt/sources.list.d/azure-cli.list

# Update the repository information and install the azure-cli package.
sudo apt-get update
sudo apt-get install azure-cli

以上是关于sh 在Debian / Ubuntu Linux上安装Azure CLI的主要内容,如果未能解决你的问题,请参考以下文章

sh apache2 - 启用和禁用站点#apache2 #apache #debian #linux #ubuntu #webserver

sh libvips 7.42.x跨平台简单安装程序脚本(支持OSX,Debian,Ubuntu,CentOS,Fedora,Amazon Linux)

sh libvips 7.42.x跨平台简单安装程序脚本(支持OSX,Debian,Ubuntu,CentOS,Fedora,Amazon Linux)

在基于debian的deepin或者Ubuntu上双等号“==”和双中括号“[[]]”不能使用的真相

sh 如何在Debian / Ubuntu上安装PhantomJS

sh 如何在Debian / Ubuntu上安装Nginx和Google PageSpeed