I am currently attempting to update the Rasbpbian that's running my Pi, holding packages cryptsetup and initramfs-tools. So I held them with the command
Code: Select all
sudo apt-mark hold cryptsetup && sudo apt-mark initramfs-toolsBut it seems that apt-get still can't update the other ones. Besides, the error message is just the same without the "hold".
Any idea where to start solving that, or at least an insight?