Platform Team/packagekit-backend-presolve: Difference between revisions

Line 30: Line 30:
=== Upside ===
=== Upside ===


* Users need to download metadata on package basis and avoid downloading the full packages database;
* Users need to download metadata on package basis on demand and avoid downloading the full packages database;
* After downloading, metadata will be reused as-is, i.e., after checking what packages were already installed, system will download only missed RPMs and install them directly by calling {{Code|rpm -i}} command.
* After downloading, metadata will be reused as-is, i.e., after checking what packages were already installed, system will download only missed RPMs and install them directly by calling {{Code|rpm -i}} command.