Paid management exercises
Work with apt, aptitude, dpkg Exercise 1 What actions I get when performing apt update and apt upgrade. Explain in detail. The apt update command is the first fundamental step in the package update. It takes the following actions:
-**Recovers Remote Metadata:**apt update communicates with online software repositories and recovers metadata related to available packages. These metadata include information on the latest versions of the packages, their dependencies and other essential information. -Update the Local Metadata Copy: Then apt reconstructs and updates the local copy of these metadata. This allows the system to quickly access information about the packages without having to download it repeatedly.