Skip to content

Commit

Permalink
Merge pull request #46 from Ultramarine-Linux/temporary-upgrade-path
Browse files Browse the repository at this point in the history
feat: add a temporary upgrade path page
  • Loading branch information
nothingneko authored May 7, 2024
2 parents da43825 + d0f3009 commit 3c5e2f0
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions src/content/docs/en/release/upgrade-to-ultramarine-40.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: Upgrade to Ultramarine 40
description: "A temporary notice for the 39 to 40 upgrade path."
---

This page is a temporary notice for upgrading Ultramarine 39 to 40.
For this release cycle, we've decided to release an upgrade path before the full distrbution release.
This should let existing users enjoy the new set of packages in 40 sooner.
A full blog post detailing changes will be published for the full distrbution release.

## Flagship, GNOME, and KDE Editions

You can use the editon's graphical app store to upgrade your system to 40.
On Flagship and GNOME, this will be GNOME Software, while on KDE, this will be Plasma Discover.

You might need to update your system normally before the upgrade to 40 shows up in the app store.

## Pantheon Edition

The Pantheon upgrade path isn't ready yet.
While all of the required packages are in the UM and Terra repositories, the Pantheon desktop enviroment is broken for a variety of reasons.
We are currently working with upstream and other partners to resolve this, but it's possible that Pantheon may be skipped, deprecated, or defered until mid-cycle.
If you are interested in contributing to Ultramarine Pantheon, please join [our chats](en/community/community) and let us know!

## Command line

In case the above doesn't work, you can always upgrade through the command line, using `dnf system-upgrade`.

Run the following and follow the prompts:

```sh
sudo dnf upgrade --refresh
sudo dnf install dnf-plugin-system-upgrade
sudo dnf system-upgrade download --releasever=40
sudo dnf system-upgrade reboot
```

0 comments on commit 3c5e2f0

Please sign in to comment.