You are on page 1of 1

Edit Sources.

list:
nano /etc/apt/sources.list

deb http://mirror.dhakacom.com/ubuntu/ bionic main


deb-src http://mirror.dhakacom.com/ubuntu/ bionic main

Add:
deb http://download.proxmox.com/debian stretch pve-no-subscription

Disable or remove enterprise.list:


rm -f /etc/apt/sources.list.d/pve-enterprise.list

Then Install key:


wget http://download.proxmox.com/debian/key.asc

Add key:
apt-key add key.asc.1

Command1:
wget http://download.proxmox.com/debian/proxmox-ve-release-5.x.gpg -O
/etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg;

Command2:
chmod +r /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg

Command3:
apt update && apt dist-upgrade

Command4:
apt install proxmox-ve postfix open-iscsi

Command5:
apt remove os-prober

You might also like