Package upgrade failure
If automatic upgrade packages are disabled on both the manager and engine.
To upgrade any package on both the manager and engine run the below commands in the same sequence:
apt update | # updates the information about available updates |
apt list –upgradeable | # lists packages eligible for update |
apt upgrade | # upgrade and install all eligible packages |
Currently installed AMDP packages & their versions can be looked up in the output of the following command:
apt list
As of 11-Dec-2024, the following AMDP packages & versions are listed in the ‘apt list’ output:
Manager:
- amd-backup/now 2.0.0-1 amd64 [installed,local]
- amd-monitor/now 2.0.0-1 amd64 [installed,local]
- amd-nginx/now 3.0.0-0 amd64 [installed,local]
- amd-python/now 3.0.0-0 amd64 [installed,local]
- python3-amd-config/now 2.0.2-1 all [installed,local]
- python3-amd-license/now 2.0.0-1 all [installed,local]
Engine:
- amd-backup/now 2.0.0-1 amd64 [installed,local]
- amd-monitor/now 2.0.0-1 amd64 [installed,local]
- amd-sandbox-vms/now 2.0.0-1 amd64 [installed,local]
- python3-amd-config/now 2.0.2-1 all [installed,local]
- python3-amd-license/now 2.0.0-1 all [installed,local]
Note: The above packages display a version number of 2.x.x or 3.x.x. Your displayed version number may differ from the version number shown above.