util.emitter.on('unreg-done-' + i, function (match) {
      i2++;
      var _clr = 'c' + (i2 % 6).toString();
      console.log('Uninstallation of %s done', long[i2][_clr]);
    });