Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Overview:

This guide illustrates the commands for VMWare tools install over Rocky Linux.

...

  1. sed -i 's/enabled=0/enabled=1/g' /etc/yum.repos.d/Rocky-AppStream.repo

  2. dnf install -y open-vm-tools

  3. sed -i 's/enabled=1/enabled=0/g' /etc/yum.repos.d/Rocky-AppStream.repo

Verification:

...