Month: January 2022
-
Manage software package upgrades on Linux with NodeBeagle
Updates for devices running the Linux operating system come in the form of packages. Using the Linux system’s package manager, you install new packages and upgrade them as new versions are released.
Now sure you can log onto each Linux device and run
apt update && apt upgrade
, ordnf update
, depending on your distribution. But what if you have several – even hundreds – of devices to keep updated? And how do you know what new updates are available?DevOps , Reflections Read more