Linux CentOS安装Azure Cli工具
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux CentOS安装Azure Cli工具相关的知识,希望对你有一定的参考价值。
vim /etc/yum.repos.d/epel.repo
[epel]
name=epel
baseurl=http://mirrors.sohu.com/fedora-epel/6/$basearch
enabled=1
gpgcheck=0
用yum安装nodejs和npm软件:
yum install nodejs -y
yum install npm -y
编辑 ~/.npmrc 加入下面内容:
registry = http://registry.cnpmjs.org
然后安装azure-cli
npm install azure-cli -g
以上是关于Linux CentOS安装Azure Cli工具的主要内容,如果未能解决你的问题,请参考以下文章
Azure上CentOS上安装LIS (Linux Integration Service)
在 Linux 上的 Azure 上部署 R (centos 8.2.2004)