The scenario: I'm trying to set timezone on a docker container based on Ubuntu 18.04 docker image. Just pull the image and updated
> apt-get -y update
The error:
When run
> timedatectl
I get
> timedatectl: command not found
The question: How to install timedatectl?
What I've tried so far: I tried to install timedatectl as follows
> apt-get -y install timedatectl
> Unable to locate package timedatectl
Thank you
timedatectlis part ofsystemdpackage. – FedKad Nov 22 '19 at 09:28ntpdate, it disabledtimedatectlbecause it could disabled some services tha usesystemdin case of update – damadam Nov 22 '19 at 09:33