Installing the packages from the repository, Installing the packages manually – Acronis Backup for Windows Server Essentials - Installation Guide User Manual
Page 39
39
Copyright © Acronis International GmbH, 2002-2014
In Red Hat Enterprise Linux, CentOS, and Fedora, run the following command:
yum list installed | grep kernel-devel
In Ubuntu, run the following commands:
dpkg --get-selections | grep linux-headers
dpkg --get-selections | grep linux-image
In either case, ensure that the package versions are the same as in Linux version in step 1.
Installing the packages from the repository
The following table lists how to install the required packages in various Linux distributions.
Linux
distribution
Package names
How to install
Red Hat
Enterprise
Linux
kernel-devel
gcc
make
The setup program will download and install the packages
automatically by using your Red Hat subscription.
CentOS
kernel-devel
gcc
make
The setup program will download and install the packages
automatically.
Fedora
kernel-devel
gcc
make
Run the following commands as the root user (specify the required
GCC version in the GCC package name):
yum install kernel-devel-`uname -r`
yum install gcc-4.5.1
yum install make
Ubuntu
linux-headers
linux-image
gcc
make
Run the following commands (specify the required GCC version in the
GCC package name):
sudo apt-get update
sudo apt-get install linux-headers-`uname -r`
sudo apt-get install linux-image-`uname -r`
sudo apt-get install gcc-4.6
sudo apt-get install make
The packages will be downloaded from the distribution's repository and installed.
For other Linux distributions, please refer to the distribution's documentation regarding the exact
names of the required packages and the ways to install them.
Installing the packages manually
You may need to install the packages manually if:
The machine does not have an active Red Hat subscription or Internet connection.
The setup program cannot find the kernel-devel or gcc version corresponding to the kernel
version. If the available kernel-devel is more recent than your kernel, you need to either update
the kernel or install the matching kernel-devel version manually.
You have the required packages on the local network and do not want to spend time for
automatic search and downloading.
Obtain the packages from your local network or a trusted third-party website, and install them as
follows:
In Red Hat Enterprise Linux, CentOS, or Fedora, run the following command as the root user:
rpm -ivh PACKAGE_FILE1 PACKAGE_FILE2 PACKAGE_FILE3