Changes between Version 1 and Version 2 of Ticket #15899
- Timestamp:
- Apr 24, 2020, 8:40:41 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15899 – Description
v1 v2 3 3 Currently, SoftwareUpdater uses the same logic as `pkgman update` - i.e. it will not try to uninstall existing packages. 4 4 However, from time to time some packages become obsolete and they are required to be uninstalled like what happened recently with `ilmbase`. 5 This led to a situation where haiku package couldn't be updated and unsuspecting users don't understand why SoftwareUpdater stopped packages.5 This led to a situation where haiku package couldn't be updated and unsuspecting users don't understand why SoftwareUpdater stopped updating packages. 6 6 7 7 If possible SoftwareUpdater should detect this situation (when there is an update for `haiku_loader` package but not for `haiku`) and offer retrying in full-sync mode.