DEV Community

Geoffrey
Geoffrey

Posted on

Fix Fedora IoT upgrades when packages are layered

I recently installed Fedora IoT on my home server. I layered packages on it.

Recently an upgrade attempt failed resulting in multiple cannot install both messages.

I stumbled upon this bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1928326

The solution is to add the fedora-updates-archive repository. For instance, for Fedora 39:

sudo sh -c "curl https://src.fedoraproject.org/rpms/fedora-repos/raw/f39/f/fedora-updates-archive.repo > /etc/yum.repos.d/fedora-updates-archive.repo"

rpm-ostree upgrade should now works everytime πŸ€—

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

πŸ‘‹ Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay