SuMu
SuMu
I did not make any changes to sources.list manually. Will try to reproduce the same error with an(other) SD card
Here is my sources.list pi@vpn2:~ $ cat /etc/apt/sources.list deb http://deb.debian.org/debian buster main contrib non-free deb http://deb.debian.org/debian-security/ buster/updates main contrib non-free deb http://deb.debian.org/debian buster-updates main contrib non-free # Uncomment deb-src lines...
pi@vpn2:~ $ sudo ls /etc/apt/sources.list.d/ docker.list gitlab_raspberry-pi2.list raspi.list vscode.list pi@vpn2:~ $
pi@vpn2:~ $ sudo cat /etc/apt/sources.list.d/raspi.list deb http://archive.raspberrypi.org/debian/ buster main # Uncomment line below then 'apt-get update' to enable 'apt-get source' #deb-src http://archive.raspberrypi.org/debian/ buster main pi@vpn2:~ $
So, what should I do. I did not make these changes manually. Should I disable all except raspi.list?
Output from first command - No errors ``` pi@vpn2:~ $ sudo apt purge linux-image-4.19.0-17-arm64 -y Reading package lists... Done Building dependency tree Reading state information... Done The following packages will...
Working on the second one with --reinstall
Done with some warnings. ``` pi@vpn2:~ $ sudo apt install raspberrypi-kernel -y --reinstall Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 1...
Should I run apt update and upgrade now?