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