Mac Os X No Packages Were Eligible For Install

  1. Mac Os X No Packages Were Eligible For Install Games
If you ever get this error while attempting to install OS X, you will likely need to set the date using terminal.

2) I booted in the Internet Recovery Mode option to install the version closest to the operating system that came with my Mac by holding down Shift+Option+Command+R while my MacBook was restarting. 3) I selected 'Reinstall Mac OS X' in the 'Mac OS X Utilities' window that appeared when Internet Recovery Mode fully booted up. 11 Fixing “No packages were eligible for install” in Sierra Installation Before installing open Terminal (Utilities Terminal) run the following command. It will fix No packages were eligible for install problem, this must be done before clicking Install.

Eligible The simplest way to set it (if you have no OS installed on the machine) is to boot the install media, open the terminal and check the date (type date).
The following information was found on someones site (sorry I forget which), but I have included it here to make it easier to correct this issue.
Install Use the following command in terminal to set the machine to a time and date of your choosing:
date {month}{day}{hour}{minute}{year}Mac
For example, to set it to 8pm on the 2nd October 2018Packages
date 100220002018Mac Os X No Packages Were Eligible For Install
The command below will output the current date in a format suitable for use on another machine:
date '+%m%d%H%M%Y.%S'
Further, the following (mouthful of a command) will let you specify a date and time in a more readable format and set it in one go:

Mac Os X No Packages Were Eligible For Install Games

date -f '%Y-%m-%d %H:%M:%S' '2016-07-09 15:20:10'