Scope/Description
Top- This article will show how to update Houston UI, and other 45Drives packages.
Prerequisites
Top- Houston UI
- 45Drives packages installed
- 45Drives repository configured
Steps
Top- Overall, the process for updating our packages is the same across different OS’s, the only main difference being the package manager.
Ubuntu 20.04
Toproot@ubuntu-45d:~# apt update
root@ubuntu-45d:~# apt upgrade
In most cases it is safe to perform an upgrade of the entire OS, and it’s packages, however if you would prefer you can specify certain packages instead.
root@ubuntu-45d:~# apt upgrade cockpit-file-sharing cockpit-navigator cockpit-benchmark 45drives-tools
Rocky Linux
Top[root@rocky-45d ~]# dnf update
In most cases it is safe to perform an upgrade of the entire OS, and it’s packages, however if you would prefer you can specify certain packages instead.
[root@rocky-45d ~]# dnf update cockpit-file-sharing cockpit-navigator cockpit-benchmark 45drives-tools
Verification
Top- We have updated Houston UI, and our other 45Drives packages, which we can verify with
root@ubuntu-45d:~# apt list --installed
[root@rocky-45d ~]# dnf list all
Troubleshooting
Top- Ensure you have configured the 45Drives repository.
Views: 1364