Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3446

Beginners • :Repository/source list on a fresh install, and a few other noob things

$
0
0
Hi,

I'm a little confused about the repository/source list that should be added to the Raspberry Pi after a fresh install.

I bought some hardware that came with a Raspberry Pi 3, and I'm in the process of replacing it with a Raspberry Pi 4 and doing a completely fresh install.

The Pi 3 currently runs the Debian Bookworm 64-bit version, but I want to run the 32-bit version on the new Pi 4.

See below what the current setup contains on the 64-bit version. Is there a difference in the repositories needed for a 64-bit version versus a 32-bit version? If so, what should my 32-bit version include? I have already added Bookworm-Backports myself.

Old 64bit version

Code:

deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmwaredeb http://deb.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmwaredeb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware# Uncomment deb-src lines below then 'apt-get update' to enable 'apt-get source'#deb-src http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware#deb-src http://deb.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware#deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
New 32bit version

Code:

deb [ arch=armhf ] http://raspbian.raspberrypi.com/raspbian/ bookworm main contrib non-free rpi# Uncomment line below then 'apt-get update' to enable 'apt-get source'#deb-src http://raspbian.raspberrypi.com/raspbian/ bookworm main contrib non-free rpideb http://deb.debian.org/debian bookworm-backports main contrib non-free non-free-firmware
And what should I do here?

Code:

apt list --upgradable -aListing... Donelinux-image-rpi-v8/stable 1:6.6.62-1+rpt1 arm64 [upgradable from: 1:6.6.51-1+rpt3]linux-image-rpi-v8/now 1:6.6.51-1+rpt3 arm64 [installed,upgradable to: 1:6.6.62-1+rpt1]
And should I fix this?

Code:

W: http://raspbian.raspberrypi.com/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
Sorry if this is a simple thing for others.
I want to keep my system clean and I believe the above is part of Linux Sanity Checks and Fixes.

Statistics: Posted by coro — Tue Dec 31, 2024 12:09 pm — Replies 1 — Views 4



Viewing all articles
Browse latest Browse all 3446

Trending Articles