To install NTP, first lets make sure that our sources list is current, and all the latest package updates are intalled, and then install the package ntp.
sudo sh -c "aptitude update && aptitude safe-upgrade -y && aptitude install -y ntp"
NTP should now be installed and running.