Description
Featured in FedoraMagazine
Htpdate will synchronize your computer's time by extracting timestamps from HTTP headers found in web server responses. Htpdate can be used as a daemon, to keep your computer synchronized.
Installation Instructions
Install repo
sudo dnf copr enable whitehara/htpdate
Install package from repo
sudo dnf install htpdate
How to run
htpdate https://www.example.com
Please see the manpage for details.
How to run as a service
If you want to run as the service, you can do like below.
sudo systemctl enable htpdate.service
sudo systemctl start htpdate.service
You can change your settings in "/etc/default/htpdate".
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Amazonlinux 2023 | aarch64 (14)*, x86_64 (14)* | Amazonlinux 2023 (59 downloads) |
Centos-stream 8 | aarch64 (12)*, x86_64 (12)* | Centos-stream 8 (62 downloads) |
Centos-stream 9 | aarch64 (11)*, x86_64 (15)* | Centos-stream 9 (61 downloads) |
EPEL 8 | aarch64 (9)*, x86_64 (1048)* | EPEL 8 (73 downloads) |
EPEL 9 | aarch64 (10)*, x86_64 (52)* | EPEL 9 (88 downloads) |
Fedora 39 | aarch64 (10)*, x86_64 (100)* | Fedora 39 (0 downloads) |
Fedora 40 | aarch64 (5)*, x86_64 (40)* | Fedora 40 (41 downloads) |
Fedora 41 | aarch64 (0)*, x86_64 (12)* | Fedora 41 (21 downloads) |
Fedora eln | aarch64 (16)*, x86_64 (14)* | Fedora eln (66 downloads) |
Fedora rawhide | aarch64 (12)*, x86_64 (16)* | Fedora rawhide (56 downloads) |
openSUSE Leap 15.4 | aarch64 (11)*, x86_64 (15)* | openSUSE Leap 15.4 (0 downloads) |
openSUSE Tumbleweed | aarch64 (10)*, x86_64 (16)* | openSUSE Tumbleweed (56 downloads) |
Rhel 8 | aarch64 (10)*, x86_64 (21)* | Rhel 8 (67 downloads) |
Rhel 9 | aarch64 (10)*, x86_64 (18)* | Rhel 9 (72 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable whitehara/htpdate
More info about enabling Copr repositories