Help me with requeriments for Acronis Backup

Hi everybody, my name is Marco and I´m new in this world of Suse…

I need your help, please!!

I bought an Acronis Backup License for my Suse Linux Server for SAP Applications, but the license failed. I submited a ticket in Acronis then they need this:

  1. Install the least version of:

make
gcc
perl

I don´t know how to do :frowning:

  1. After number 1, install kernel base, equal to my kernel version (Linux hanab1 3.0.101-80-default)
    linux-kernel-devel
    kernel-image

I don´t know how to do :frowning:

Could any help me?

Hi and welcome to the Forum :slight_smile:
Normally perl will be installed, you can check either via YaST Software or probably easier via zypper;

You can check if not there install;

zypper se perl make gcc
zypper in perl make gcc

Then install the kernel source and other bits…

zypper in kernel-source kernel-syms

The above should pull in the other requirements automatically.

This is all assuming your system is registered for updates…

Thank you very much