It looks like you're new here. If you want to get involved, click one of these buttons!
Hello,
How can I install Centos 8 with Root Credentials on OVH panel?
Because OVH send an user credentials which is"centos", which doesn't have root privileges
and I couldn't find how can I install
isn't it strange? How did you solve this problem?
are you sure this user is not in the sudo group?
try "sudo -s" and use the password from the centos user. I am sure that will help to get root permissions.
Set root password (sudo passwd mypassword)
@GameTownProjects and @experttechit thank you
normally sudo yum install will get what you want done.
Comments
are you sure this user is not in the sudo group?
try "sudo -s" and use the password from the centos user. I am sure that will help to get root permissions.
Set root password (sudo passwd mypassword)
@GameTownProjects and @experttechit thank you
normally sudo yum install will get what you want done.