Ubuntu Linux: Package Manager Flashcards
1
Q
What is the purpose of the [sudo] command?
A
To temporarily elevate a users privilege
2
Q
What function allows you to install and update packages?
A
[apt] (advanced package-management tool)
3
Q
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?
A
[sudo apt upgrade]
4
Q
What function can help you find certain packages in your system?
A
[sudo apt search]
5
Q
What is a text editor that you can use within Linux?
A
nano
6
Q
A