{
    "title": "Upgrading from Fedora 41 to Fedora 42",
    "slug": "upgrading-from-fedora-41-to-fedora-42",
    "excerpt": "If someone were to ask me which Linux distro has provided the best desktop experience, I wouldn't hesitate to answer: Fedora Workstation 41. So of course I upgraded to Fedora 42.",
    "body": "If someone were to ask me which Linux distro has provided the best desktop experience, I wouldn't hesitate to answer: Fedora Workstation 41. Seriously, Fedora 41 has been a real pleasure to use - it's been as close to perfect as I could have hoped for.\n\nThat said, I think it’s understandable that I felt a bit nervous or cautious about upgrading to Fedora 42. These nervy feelings were intensified by the fact that I'm currently in the middle of working on a large project and I cannot afford any downtime to fix any system issues caused by a borked upgrade.\n\nI did it anyway.\n\nThankfully, as with the [upgrade from 40 to 41](https://corenominal.com/blog/posts/upgrading-from-fedora-40-to-fedora-41), the process was straightforward and trouble free, as I mentioned in a [status update](https://indieweb.social/@corenominal/114347965409050716):\n\n> Daily driver (Lenovo ThinkPad T14s Gen 3) upgraded to Fedora 42. No issues to speak of. I love that I can do a release upgrade and then just get on with my day. Perfect.\n\n## The upgrade process\n\nThe upgrade process is fairly straightforward and when performed via a terminal, it consists of 3 commands.\n\n### Step 1 - Update system and reboot\n\nIssue the following command:\n\n```\nsudo dnf --refresh upgrade && sudo reboot\n```\n\n### Step 2 - Fetch packages for new release\n\nIssue the following command:\n\n```\nsudo dnf system-upgrade download --releasever=42\n```\n\n### Step 3 - Reboot and install the new packages\n\nIssue the command:\n\n```\nsudo dnf5 offline reboot\n```\n\nDone.\nI'm hoping Fedora 42 proves to be as good as its predecessor.",
    "tags": [],
    "published_at": "2025-04-16 17:17:00",
    "url": "https://corenominal.com/blog/posts/upgrading-from-fedora-41-to-fedora-42",
    "featured_image": "https://corenominal.com/media/og-898baac6-643f-42a7-9050-eaa3c8db23aa.png"
}