Almalinux Update

Open a terminal and type the following command to check for updates on AlmaLinux. This will list all the packages on your system that have updates available. # dnf check-update To install all of the updates shown, simply execute: # dnf update If there’s a specific package that you want to update, without updating everything else, you can specify it by name: # dnf update httpd Or specify multiple packages: # dnf update httpd firewalld


Was this article helpful?

mood_bad Dislike 0
mood Like 0
visibility Views: 166