Aller au contenu principal

Installation in Ubuntu 12.04.5 LTS Server

Thread needs solution

Hi All,

I already installed the OS Ubuntu 12.04.5 LTS Server in a Dell T110 Server.

Downloaded the trial copy name: AcronisBackupL64_11.5.x86_64

Copy to usb and mounted the usb in the server and CD to the directory

From there i am lost, may i know what to do next?

Thanks.

0 Users found this helpful

Manage to find some instructions:

chmod 755 ABR11.5AL_en-EU.i686

apt-get update
apt-get upgrade
apt-get install linux-headers-`uname -r`
apt-get install linux-image-`uname -r`
apt-get install gcc
apt-get install rpm
apt-get install make

./ABR11.5AL_en_EU.i686

May i know what need fill in the 'uname -r'

Thanks.

Hello Teo,

The uname -r parameter returns the kernel version currently being used. This allows you to give a general command that returns specific results for your system.

It is usually enough to run something like "apt-get install linux-headers-generic" if you are not using a specific kernel version.

Thanks for the reply.

The apt-get install linux-headers-generic works fine.

Now I stuck at installing rmp, get this error message:

The following packages have umet dependencies:

rpm : Depends: librpm2 (>= 4.9.0) but it is not going to be installed
Depends: librpmbuild2 (>= 4.9.0) but it is not going to be installed
Depends: librpmsign0 (>= 4.9.0) but it is not going to be installed
Depends: rpm2cpio
E: Unable to correct problems, you have held broken packages

Please help, thanks.

Hello Teo,

Sorry for the late response. This message usually means that there is a problem with APT itself. Some suggestions for fixing this can be found on Ubuntu forums or on other online communities.

Thank you.