What is the purpose of the [sudo] command?
To temporarily elevate a users privilege
What function allows you to install and update packages?
[apt] (advanced package-management tool)
When using the [update] command, the system searches nearby repositories where companies store their packages for applications and updates. What command allows these searched packages and updates to be installed into your system?
[sudo apt upgrade]
What function can help you find certain packages in your system?
[sudo apt search]
What is a text editor that you can use within Linux?
nano