MattW03@lemmy.ca to linuxmemes@lemmy.worldEnglish · edit-24 months agoManagelemmy.caimagemessage-square119linkfedilinkarrow-up1513arrow-down120file-text
arrow-up1493arrow-down1imageManagelemmy.caMattW03@lemmy.ca to linuxmemes@lemmy.worldEnglish · edit-24 months agomessage-square119linkfedilinkfile-text
minus-squareatomicbocks@sh.itjust.workslinkfedilinkEnglisharrow-up10·4 months agosudo apt update && sudo apt full-upgrade -y = sudo dnf update -y For most systems. If you can get apt you can get any of them.
minus-squareJankatarch@lemmy.worldlinkfedilinkarrow-up31·4 months agoThe feds don’t want you to know this but you can just put “-U” at the end of sudo apt upgrade and it updates before upgrading.
sudo apt update && sudo apt full-upgrade -y
=
sudo dnf update -y
For most systems. If you can get apt you can get any of them.
The feds don’t want you to know this but you can just put “-U” at the end of
sudo apt upgradeand it updates before upgrading.