Install RPM packets
To Install a RPM packet type this in your console
rpm -ivh packet.rpm
If there was an error message, the packet needs dependency(s). So, you had to install the dependency(s) first then try to install the packet again.
rpm -ivh packet.rpm
If there was an error message, the packet needs dependency(s). So, you had to install the dependency(s) first then try to install the packet again.