Often you forget that you need root privileges while typing some commands in bash terminal.

For instance, you typed:

dnf update which needs sudo privileges and you’re obliged to type sudo dnf update.

Instead of retyping dnf update, you can type only sudo !! and !! will be replaced with the previously typed command.