Computer Tips - Fedora: shortest update command

Date: 2023jul18 OS: Linux Distro: Fedora Q. Fedora: shortest update command A. You can just do:
dnf -y up
This is the same as `dnf -y update`. What a time saver ;) By the way, the Debian `apt` command has `upgrade` and `update`. They mean slightly different things. For `dnf` they are the same.