Oracle linux security updates

 

- List available security packages:
dnf updateinfo list security
 

- List installed security updates:
dnf updateinfo list --installed --security


- Count available security updates (by severity):
dnf updateinfo summary
 

- Apply all available security updates:
sudo dnf update --security


- Apply a specific security advisory:
sudo dnf update --advisory=ELSA-YYYY-XXXX
 

- Update only specific package
sudo dnf upgrade openssh openssh-server openssh-clients 

Ubuntu Unsupported upgrades

 Unsupported upgrades Sometimes do-release-upgrade isn't able to run the upgrade to the latest version and it shows an error similar t...

Mais vistos