Commands as root to manage neo4j community database

Hello all,

I have to install neo4j community on a red-hat 8. Unfortunately I will not have root privileges on the machine. I can get only sudo rights on a limited list of command by a short period of time.

My question is: can someone provide me a list of commands I will need to manage the neo4j database at the system as root? For example I will need for sure yum install

Thank you in advance,
Pablo G

I don't have a list handy, but probably the best way to discover it is to install RH8 in a VM, and do a test-run of all the tasks you need to perform. Don't forget to work through any ongoing maintenance tasks as well, to catch any ownership/privilege tweaks that will be needed to enable those.

This page looks like a good starting point: RHEL 8 VirtualBox Quick Install | Red Hat Developer

Thank you all.
I managed to install neo4j community without root privileges using the tar file.
Regards,