this post was submitted on 30 Apr 2024
7 points (81.8% liked)

Selfhosted

39162 readers
398 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

So, I've had a Raspberry Pi 4 sitting brand new in a box for a few years, and decided to install BirdNetPi on it yesterday.

It's working like a champ, but because BirdNetPi needed a legacy version of Raspian, it's got old software on it.

Is there any way to update the software (i.e. RealVNC) without updating the OS? There is no built-in software updater, and I seem to very easily break Linux every time I make an attempt to use it. LOL

you are viewing a single comment's thread
view the rest of the comments
[–] apprehentice@lemmy.enchanted.social 3 points 4 months ago (1 children)

Maybe sudo apt upgrade package-name

I hardly ever have to upgrade just one package. Otherwise, you'll need an updated .deb package and use dpkg

[–] Showroom7561@lemmy.ca 1 points 4 months ago (1 children)

I'd rather update anything that's old, as long as it stays on the same OS version (Bullseye and not Bookworm).

With newer versions of Raspian or any version of Linux, there seems to be a software update GUI that makes this pretty easy, but I'm taking stabs in the dark with this legacy version.

[–] uzay@infosec.pub 14 points 4 months ago (1 children)

As long as your apt sources (/etc/apt/sources.list) are set to bullseye (and not eg. stable) you won't "accidentally" upgrade to bookworm. At least that's how it works in Debian, I assume raspbian is the same.

[–] Showroom7561@lemmy.ca 2 points 4 months ago

I appreciate that! Thanks.