Why is cron not in the Provides field?

Asked by Mathias Hermansson

Installing systemd-cron removes ubuntu-standard, which has a dependency to cron.

# apt show systemd-cron
Package: systemd-cron
Version: 1.5.12-1
[...]
Provides: anacron, cron-daemon
[...]
Conflicts: anacron, cron-daemon
Replaces: anacron, cron
[...]

# apt show ubuntu-standard
Package: ubuntu-standard
Version: 1.407
[...]
Depends: busybox-static, cpio, cron, dmidecode, dnsutils, dosfstools, ed, file, ftp, hdparm, info, iptables, language-selector-common, libpam-systemd, logrotate, lshw, lsof, ltrace, man-db, mime-support, parted, pciutils, popularity-contest, psmisc, rsync, strace, time, usbutils, wget
[...]

Is there a reason to why cron is not in the Provides field?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu systemd-cron Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

I suggest you report a bug

Revision history for this message
Mathias Hermansson (herman-s) said :
#2

Thanks actionparsnip, that solved my question.