Ubuntu16.04配置ESM软件源修复高危漏洞
注:ESM是收费的
1、 安装ubuntu-advantage-tools和ubuntu-advantage-pro生成pro、ua命令,软件包需要网上下载
# dpkg -i ubuntu-advantage-tools_28.1_16.04_amd64.deb
# dpkg -i ubuntu-advantage-pro_28.1_16.04_all.deb
如果有报依赖可执行apt-get -f install补齐然后再次执行
# which pro
# which ua
2、 生成ESM软件源
# pro attach xxxxxx (此处xxxxx为license token)
成功的话会显示出公司名字等
# pro enable esm-infra
# pro status -all
会自动生成/etc/apt/sources.list.d/ubuntu-esm-infra.list和/etc/apt/auth.conf.d/90ubuntu-advantage文件
如果没生成,可以执行pro detach(卸载)再执行pro attach
# apt-get update
卸载命令(比如这台服务器不要了,卸载释放数量):
# pro detach
3、 此时就可以正常安装ESM软件了(修复漏洞)
# apt-get install xxxx
附:
需开通防火墙:
esm.ubuntu.com 443
ubuntu-mirror-1.ps6.canonical.com 80 ec2-34-243-160-129.eu-west-1.compute.amazonaws.com 443
91.189.92.68 443
91.189.92.69 443
标签:Ubuntu16.04,advantage,get,pro,apt,ubuntu,ESM,高危 From: https://blog.51cto.com/yangzhiming/7651040