Cannot install Cron Task Scheduler via command line

I just did a fresh install of OSMC on RPi3 using the latest image.

Then I wanted to install Cron Task Scheduler via command line:
sudo apt-get update
but when I ran:
sudo apt-get install cron-app-osmc
I got this:
unable to locate package cron-app-osmc

Post logs or show the output of apt-get update and apt-get install please.

The package was missing. I’ve added it now.

Sam

Thanks @sam_nazarko - I suspected that the package was missing as I was able to install smb package in the same way.
Just gave it another try and it worked perfectly - cron-app-osmc installed successfully.