Install into home directory on Linux redhat

Is there a way to install into the home directory of a Linux redhat machine?

I don’t want to effect the root or overall system at all.

Will only be using command line and batch processes to interact with LibreOffice.

Any pointers would be greatly appreciated…

Thank You,
~Donavon

for i in *rpm; do rpm2cpio |cpio -idmv; done

then you can move that opt/libreoffice folder around to a place you like.
Of course you won’t get menu-integration that way - if you want to open files from your filemanager, you need add that mapping yourself.