Ubuntu – How to install ntpstat on Ubuntu

ntpUbuntu

I'm running Ubuntu server 10.04 64-bit.

What I've tried:

  • apt-get. doesn't know of it.
  • downloading rpm from here and converting with alien

    dpkg-gencontrol: error: current host architecture 'amd64' does not appear in package's architecture list (i386)

Best Answer

not a very good way, but it will do:

download the source rpm
rpm2cpio ntpstat-0.2-1.src.rpm | cpio -idmv
unpack the tgz
make && make install

but this is such a small utility, maybe save yourselve the hassle and use another tool that comes with ubuntu.