02-20-2022, 11:05 AM
Switch back to previous version
... and prevent installing version 1.35.*
If the software is not in the cache, fetch it from snapshot.debian.org:
https://snapshot.debian.org/archive/debi..._arm64.deb
https://snapshot.debian.org/archive/debi..._arm64.deb
Code:
dpkg -i /var/cache/apt/archives/network-manager_1.34.0-2_arm64.deb /var/cache/apt/archives/libnm0_1.34.0-2_arm64.deb
... and prevent installing version 1.35.*
Code:
echo -en 'Package: network-manager\nPin: version 1.35.*\nPin-Priority: -1\n\n' >> /etc/apt/preferences
https://snapshot.debian.org/archive/debi..._arm64.deb
https://snapshot.debian.org/archive/debi..._arm64.deb