Run full node waves on a Centos 6.10

Hello, I would like to know if it is possible to run full node waves on a CENTOS 6.10 kvm system? how to proceed can help me

Just check your vm has enough resources (cores/memory). Other than that, centos is fine to run the node

can give me a tutorial on how to do, I’m having difficulties in this part: dpkg -i waves_1.1.6_all.deb, when I put this command gives an unsupported error

You cannot use .deb packages in Centos (you need advanced skills), but instead you can just use jar. Here is corresponding part in readme:

7. Running fat jar

You can replace waves-all*.jar with actual jar name (it should have “all”-word):

java -jar node/target/waves-all*.jar path/to/config/file

Thank you very much for your patience, I will try to install.