What is Ubuntu Pro?
Full explanation can be found on Ubuntu Pro page. I’ll just pick some important points.
- extended support for 5 years (10 years in total)
- security updates released in prior
- access to PRO tools like compliance profiles and vulnerability management
Scope
Procedure has been tested on:
- Ubuntu 24.04 LTS
- Ubuntu 22.04 LTS
How to
Sign up to Ubuntu Pro website
- Go to Ubuntu Pro and create account or sign in
- When logged in click on Get Ubuntu Pro now
- If utilized for business then choose your pricing options, otherwise you can register up to 5 machines for personal use.
- Click on Register
- Note down the token for registration of clients
Register client(s)
Configure proxy (optional)
For airgapped systems you can configure PRO tools to use proxy.
- Check current configuartion
pro config show - Set proxy
pro config set http_proxy=<proxy> pro config set https_proxy=<proxy>
Register client
- Update & upgrade the system
sudo apt update && sudo apt upgrade -y - install “pro” packages
sudo apt-get install ubuntu-advantage-tools -y - Attach subscription
sudo pro attach <token> sudo pro status pro security-status - Upgrade the system again (optional)
sudo apt update && sudo apt upgrade -y