What is Nostr?
remcoros / Remco Ros
npub14mg…w00t
2024-11-21 17:30:57
in reply to nevent1q…7e8u

remcoros on Nostr: if you really want to update all packages, I went this route before (and broke my ...

if you really want to update all packages, I went this route before (and broke my node), but figured out what works. Add this to /etc/apt/preferences.d/pins

then run 'apt update && apt upgrade'

note: do this in the chrooted environment
note2: this will also update the kernel to 6.11

```
Package: *
Pin: release a=stable, stable-updates, stable-security
Pin-Priority: 500

Package: *
Pin: release a=stable-backports
Pin-Priority: 400

Package: *
Pin: release a=unstable
Pin-Priority: 50

Package: linux-image-amd64
Pin: release a=unstable
Pin-Priority: 500

Package: btrfs-progs e2fsprogs firmware-* geoip-database libcpupower1 linux-cpupower qemu-guest-agent smartmontools socat tor tor-*
Pin: release a=stable-backports
Pin-Priority: 500
```
Author Public Key
npub14mgq3zmg7wc4g5exw6yztlfaypapcvee06quc5msdqujpa6e5d4sztw00t