Bug 41065 - univention-ucc-software-update: Separate installation and update of packages
univention-ucc-software-update: Separate installation and update of packages
Status: CLOSED WONTFIX
Product: Z_Univention Corporate Client (UCC)
Classification: Unclassified
Component: General
UCC 2.1
Other Linux
: P5 normal
: ---
Assigned To: UCC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-04-15 17:01 CEST by Michael Grandjean
Modified: 2023-06-28 10:33 CEST (History)
0 users

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): External feedback
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Grandjean univentionstaff 2016-04-15 17:01:00 CEST
univention-ucc-software-update always runs "apt-get update" and "apt-get install <package>" on every boot if a software policy is applied.

This means that already installed packages are also updated (that's the default behaviour of "apt-get install <package>") and that is not desired behaviour. E.g. it slows down the boot process massively if a new version of libreoffice is available in the repository.

We should separate the update part from the installation part. For example we could check via dpkg-query if the packages are already installed and only if they are NOT installed run apt-get update && apt-get install.

2016041221000401
Comment 1 Ingo Steuwer univentionstaff 2020-06-19 16:56:01 CEST
UCC 1.x / 2.x is out of maintenance. In case this Bug is still relevant please clone with the correct version.