What is the meaning of (sudo)?.I looked for the meaning, but I could not find it.
Asked
Active
Viewed 110 times
1 Answers
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

Angelo van Meurs
- 18
- 4
sudo
and it’s history rather well. It’s better than being signed in as root all the time – matigo Jun 22 '21 at 15:09