0

What is the meaning of (sudo)?.I looked for the meaning, but I could not find it.

1 Answers1

0

The command sudo is used to execute commands that require root permissions as a non-root user.

sudo apt -update or I assume you mean sudo apt update, updates available upgrades, which can be upgraded with sudo apt upgrade