skip to Main Content

Skipping acquire of configured file '.. doesn't support architecture 'arm64' – Debian

whenever I do sudo apt-get update this output appear $ sudo apt-get update Hit:1 http://archive.raspberrypi.org/debian buster InRelease Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease Reading package lists... Done N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' doesn't support architecture…

VIEW QUESTION

tail -f | grep in if statement – Debian

I'm running from bash script something like $(command -options)& export SC_PID=$! if tail -f <log_filename.txt> | grep --line-buffered -E "(some expression)"; then kill -STOP $SC_PID fi but it's writing "(some expression)" in the command line output instead of killing the…

VIEW QUESTION

Update docker on Debian 10

I try to update docker on Debian, with the following command: sudo apt-get update --allow-releaseinfo-change But I got the following error message: Hit:1 http://asi-fs-n.contabo.net/debian buster InRelease Hit:2 http://asi-fs-n.contabo.net/debian buster-updates InRelease Hit:3 http://security.debian.org/debian-security buster/updates InRelease Get:4 https://download.docker.com/linux/debian buster InRelease [54.0 kB]…

VIEW QUESTION
Back To Top
Search