Installing Index Advisor v15

Install Index Advisor using the following command:

  sudo <package-manager> -y install edb-as15-server-indexadvisor

Where:

- `<package-manager>`is the package manager used with your operating system:

  | Package manager | Operating system                 |
  | --------------- | -------------------------------- |
  | dnf             | RHEL 8/9 and derivatives         |
  | yum             | RHEL 7 and derivatives, CentOS 7 |
  | apt-get         | Debian 10/11 and derivatives     |

For example, to install Index Advisor on a RHEL 9 platform:

sudo dnf -y install edb-as15-server-indexadvisor
Note

Index Advisor is not available on the SLES operating system.