I tried below countermeasures.
I added the file 10periodic at /etc/apt/apt.conf.d/
APT::Periodic::Enable "0";
But, unfortunately the donwnload of 13MB was still happen.
And so, I additionally added below lines in 10periodic.
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";
It looks like that it work good.
I will continue to watch the effect.
I added the file 10periodic at /etc/apt/apt.conf.d/
APT::Periodic::Enable "0";
But, unfortunately the donwnload of 13MB was still happen.
And so, I additionally added below lines in 10periodic.
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";
It looks like that it work good.
I will continue to watch the effect.
Statistics: Posted by Mitsuhiro — Tue Feb 18, 2025 1:57 am