Hello,
I ve already read this documentation https://wiki.debian.org/Backports#Finding_backports to configure backports. I tried to get the lastest stable clamav version from testing on Debian Buster, but it doesnt work. Here (https://packages.debian.org/search?keyw ... ection=all) you can see, that the newer version 0.101.4 is listed in testing. So I activated backports in the source list and tried to install clamav:
/etc/apt/sources.list
## backport
deb http://deb.debian.org/debian buster-backports main contrib non-free
aptitude update
aptitude -t buster-backports install clamav
clamav is already installed at the requested version (0.101.2+dfsg-1)
clamav is already installed at the requested version (0.101.2+dfsg-1)
But I dont get the newer version. What do I have forgotten or misunderstood here?