How to make sure apt-get has the latest version of application or software; I tried installing monit but the latest version that I got was 1.5 from apt-get but the site http://mmonit.com/monit/
has totally different version ie., Monit 5.2.5.
sudo apt-cache search monit
sudo apt-get update
sudo apt-get install monit << gives 1.5 version
Do I need to add the latest ppa/deb in apt-add-repository before installing. Also where to find the latest for example in this case monit.