PVE來源與安裝套件

PVE安裝完成後首次步驟:

nano /etc/apt/sources.list.d/pve-enterprise.list
註解掉下面這一行
# deb https://enterprise.proxmox.com/debian bullseye pve-enterprise
#######################################################################
nano /etc/apt/sources.list.d/pbs-enterprise.list
註解掉下面這一行
#deb https://enterprise.proxmox.com/debian/pbs bullseye pbs-enterprise
#######################################################################
nano /etc/apt/sources.list
增加:
deb http://download.proxmox.com/debian bullseye pve-no-subscription
deb http://download.proxmox.com/debian/pbs bullseye pbs-no-subscription
#######################################################################
選填:
deb http://download.proxmox.com/debian/pve bullseye pvetest
deb http://download.proxmox.com/debian/pbs bullseye pbstest
#######################################################################
台灣鏡像:
deb http://linux.csie.nttu.edu.tw/proxmox/debian/pve bullseye pve-no-subscription
#######################################################################
再來執行更新
apt-get update && apt-get upgrade -y
pveam update

Proxmox 7:

deb http://ftp.tw.debian.org/debian bullseye main contrib
deb http://download.proxmox.com/debian/pve bullseye pvetest
deb http://ftp.tw.debian.org/debian bullseye-updates main contrib
deb http://download.proxmox.com/debian bullseye pve-no-subscription
# security updates
deb http://security.debian.org bullseye/updates main contrib

GPG Key Fail:

wget http://download.proxmox.com/debian/key.asc
apt-key add key.asc

遇到 no such method 'PVE::CLI::pveam::run_cli' 解法:

apt dist-upgrade
阅读剩余
THE END