Hi guys,
I wanted to update my Proxmox host.
Unfortunately, apt update && apt upgrade && apt dist-upgrade tells me, everything has the newest state.
Is there something wrong with my sources?
I read through the repository documentation, aber could not find anything wrong in my sources so far.
Thank you, mates.
I wanted to update my Proxmox host.
root@r.:~# uname -a
Linux r. 5.0.21-3-pve #1 SMP PVE 5.0.21-7 (Mon, 30 Sep 2019 09:11:02 +0200) x86_64 GNU/Linux
root@r.:~# cat /etc/*release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
Unfortunately, apt update && apt upgrade && apt dist-upgrade tells me, everything has the newest state.
Is there something wrong with my sources?
root@r.:~# cat /etc/apt/sources.list
deb http://ftp.de.debian.org/debian buster main contrib
deb http://ftp.de.debian.org/debian buster-updates main contrib
# security updates
deb http://security.debian.org buster/updates main contrib
#deb http://download.proxmox.com/debian buster pve-no-subscription
# PVE pve-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
deb http://download.proxmox.com/debian/pve buster pve-no-subscription
# security updates
deb http://security.debian.org/debian-security buster/updates main contrib
I read through the repository documentation, aber could not find anything wrong in my sources so far.
Thank you, mates.