Install proxmox-ve-2.6.35 without remove proxmox-ve-2.6.32

jacky0815

Renowned Member
Aug 26, 2010
33
0
71
Hi,

I would like to install proxmox-ve-2.6.35. But for safty I will not remove the running kernel 2.6.32.
And this is my problem:
Code:
# aptitude install proxmox-ve-2.6.35
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
The following NEW packages will be installed:
  proxmox-ve-2.6.35 pve-kernel-2.6.35-1-pve{a}
The following packages will be REMOVED:
  proxmox-ve-2.6.32{a} pve-kernel-2.6.32-4-pve{u}
0 packages upgraded, 2 newly installed, 2 to remove and 0 not upgraded.
Need to get 34.4MB of archives. After unpacking 0B will be used.
Do you want to continue? [Y/n/?]
Somebody an Idea?
 
download the 2.6.35 manually with wget and install with dpkg -i ...
 
I think that You can install it with apt-get instead of aptitude, aptitude tries to remove unneeded packages by default.
 
I think that You can install it with apt-get instead of aptitude, aptitude tries to remove unneeded packages by default.
with apt-get it's the same. I have now installed only the kernel with dpkg. proxmox-ve-2.6.35 don't get to install. I will reboot the server soon and hope the new kernel runs.