Update Ubuntu 24.04 #ubuntu #linux
Update Ubuntu 24.04, user apps and core system apps
sudo apt update
sudo apt upgrade
snap refresh
flatpak update
combined apt command
sudo apt update && apt upgrade -y
‘-y’ is for not to ask to press ‘y’, you can remove it to manually press ‘y’
ubuntu