--Large fonts because low vision:
1. Establish a free Ubuntu One account, email and password.
2. Log on to: http://ubuntu.com/pro/dashboard
3. You will see a token, a hexadecimal string.
4. Copy paste from the field to your terminal:
5. That's it! It will return your status or you can check:
6. There appears to be no GUI icon. Per ChatGPT (unverified): KDE Pro updates are included in status and notifications updates.
Also unverified, to dig deeper, check the log for Pro updates:
Mine returned "no entries" which makes sense after a new install. I'll check from time to time.
1. Establish a free Ubuntu One account, email and password.
2. Log on to: http://ubuntu.com/pro/dashboard
3. You will see a token, a hexadecimal string.
4. Copy paste from the field to your terminal:
Code:
sudo pro attach [hexadecimal string]
Code:
sudo pro status -all
Also unverified, to dig deeper, check the log for Pro updates:
Code:
journalctl -u pro
Comment