If you have access to the packages directory but your machine is not registered you can use the command to install the package, remember to have dependencies resolved.
$ yum --nogpgcheck localinstall <package_name>.rpm
you can also use:
$ rpm -i <package_name>.rpm
Advertisements