Platform Team/packagekit-backend-presolve: Difference between revisions
Created page with "== Summary == This is a [http://www.packagekit.org/ PackageKit] backend which is intended to be used on restricted systems like XO-1 laptops where regular package management ..." |
|||
| Line 25: | Line 25: | ||
Another important point is that all presolved dependency trees don't include packages from some standard installation. In other words, particular dependency tree doesn't end with the ''glibc'' packages, instead, it ends with ''sugar'' package. That should drastically restrict the length on trees. | Another important point is that all presolved dependency trees don't include packages from some standard installation. In other words, particular dependency tree doesn't end with the ''glibc'' packages, instead, it ends with ''sugar'' package. That should drastically restrict the length on trees. | ||
Finally, missed packages will be installed directly by using {{Code|rpm -i}} command. | |||
=== Upside === | === Upside === | ||