Hay guys,
im trying to install proxmox in Debian 8 (as main OS), and already followed this tutor :
sudo
echo "deb http://download.proxmox.com/debian jessie pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list
wget -O- "http://download.proxmox.com/debian/key.asc" | apt-key add -
apt-get update && apt-get dist-upgrade
all of it was success, then for the further step i got an error when i try to install proxmox VE, the error was
apt-get install proxmox-ve ntp ssh postfix ksm-control-daemon open-iscsi systemd-sysv
Reading package lists... Done
Building dependency tree
Reading state information... Done
systemd-sysv is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
exim4-config : Conflicts: postfix but 2.11.3-1 is to be installed
exim4-daemon-light : Conflicts: mail-transport-agent
linux-image-3.16.0-4-amd64 : Depends: linux-base (>= 3~) but it is not going to be installed
Recommends: firmware-linux-free (>= 3~) but it is not going to be installed
Recommends: irqbalance but it is not going to be installed
ntp : Depends: libopts25 (>= 1:5.18.4) but it is not going to be installed
postfix : Conflicts: mail-transport-agent
proxmox-ve : Depends: pve-kernel-4.4.35-1-pve but it is not going to be installed
Depends: pve-firmware but it is not going to be installed
Depends: pve-manager but it is not going to be installed
Depends: qemu-server but it is not going to be installed
Depends: pve-qemu-kvm but it is not going to be installed
Depends: openssh-server but it is not going to be installed
Depends: vncterm but it is not going to be installed
Depends: spiceterm but it is not going to be installed
ssh : Depends: openssh-server (>= 1:6.7p1-5+deb8u3) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
anyone can help it ?? thx a lot, and im sorry im a newbie in linux...
im trying to install proxmox in Debian 8 (as main OS), and already followed this tutor :
sudo
echo "deb http://download.proxmox.com/debian jessie pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list
wget -O- "http://download.proxmox.com/debian/key.asc" | apt-key add -
apt-get update && apt-get dist-upgrade
all of it was success, then for the further step i got an error when i try to install proxmox VE, the error was
apt-get install proxmox-ve ntp ssh postfix ksm-control-daemon open-iscsi systemd-sysv
Reading package lists... Done
Building dependency tree
Reading state information... Done
systemd-sysv is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
exim4-config : Conflicts: postfix but 2.11.3-1 is to be installed
exim4-daemon-light : Conflicts: mail-transport-agent
linux-image-3.16.0-4-amd64 : Depends: linux-base (>= 3~) but it is not going to be installed
Recommends: firmware-linux-free (>= 3~) but it is not going to be installed
Recommends: irqbalance but it is not going to be installed
ntp : Depends: libopts25 (>= 1:5.18.4) but it is not going to be installed
postfix : Conflicts: mail-transport-agent
proxmox-ve : Depends: pve-kernel-4.4.35-1-pve but it is not going to be installed
Depends: pve-firmware but it is not going to be installed
Depends: pve-manager but it is not going to be installed
Depends: qemu-server but it is not going to be installed
Depends: pve-qemu-kvm but it is not going to be installed
Depends: openssh-server but it is not going to be installed
Depends: vncterm but it is not going to be installed
Depends: spiceterm but it is not going to be installed
ssh : Depends: openssh-server (>= 1:6.7p1-5+deb8u3) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
anyone can help it ?? thx a lot, and im sorry im a newbie in linux...