Install RPM File on Linux OS

Hey guys,

I am trying an RPM file on Linux,by using sudo rpm -ivh --force --nodeps package_name.rpm to bypass all the dependency checks and force the installation. Does this method work for everyone, or are there any downsides to skipping dependencies like this?