Linux
Enable Ubuntu ESM 우분투 ESM 활성화 (Extended Security Maintenance)
J-sean
2022. 7. 11. 12:14
반응형
우분투 16.04 서버를 사용하던 중 업데이트를 했더니 ESM(Extended Security Maintenance)이 활성화 되지 않아 업데이트를 할 수 없다는 메세지가 떴다.
우분투 ESM을 활성화 하고 업데이트 해 보자.
아래 명령어를 실행한다.
(급히 적용 하느라 스크린샷은 없다)
# Note that the following steps are not necessary in Ubuntu Pro
# Install the latest UA client
$ sudo apt update
$ sudo apt install ubuntu-advantage-tools
# Use the client to attach this machine to your contract using your UA token
$ sudo ua attach <token> # <token>에 홈페이지에서 찾은 토큰을 넣는다.
# Ensure ESM-infra is enabled as well:
$ sudo ua enable esm-infra # 이미 enable 되었다고 나올거다.
$ sudo apt update
$ sudo apt upgrade
※ 참고
https://ubuntu.com/blog/ubuntu-16-04-lts-transitions-to-extended-security-maintenance-esm
반응형