help for install offline rpm

I want install offline rmp package with konsole but questions disable all repo
I don’t want questions for disable repo
How to do?
#sorry for my bad english

To install an RPM that you have offline, use either zypper or rpm commands:


zypper in /path/to/your/file.rpm
rpm -i /path/to/your/file.rpm


Good luck.

If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…

Thanks
When use command zypper many asked questions for disable repo but command rpm not asked questions for disable repo

rpm is more a local thing though you could use it over the net. zypper will scan your repos before doing install thus allowing the adding of any additional packages that the RPM may require. RPM only uses the packages on your machine and if the RPM requires more you must manually add them