Upgrading to Harpy Eagle

I guess my search ninja skills are not that great, but is there a way to upgrade to Harpy Eagle without doing a fresh install? I'm running Garuda on my work laptop and have so many hours into setting it up for work I'd hate to lose it all.

Rolling release :slight_smile:

sudo pacman -Syu

or

upd

or

update
5 Likes

Welcome to a rolling-release distro. :joy:

6 Likes

If you want to be sure to bring in all the new packages, I think you could use:

curl https://mirrors.fossho.st/garuda/iso/garuda/dr460nized/210926/garuda-dr460nized-linux-zen-210926-pkgs.txt | grep -Eo '^[^ ]+' | paru -Syu --needed -

Not my idea, just found this hint, which seems interesting to me:

5 Likes

Although it might be noted that installing snapper-support will provide access to the new snapper integration with this special release :grin:

6 Likes

That wasn't the question :wink:

2 Likes

6 posts were split to a new topic: snapper-support not in the repo

Thanks for all the responses haha, yeah rolling release that didn't occur to me :stuck_out_tongue:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.