if (array_key_exists($command,
            $this->command_packages[$this->getOs()['os']][$this->getOs()['version']])
        ) {

            $package = $this->command_packages[$this->getOs()['os']][$this->getOs()['version']][$command];