this post was submitted on 30 Nov 2023
13 points (93.3% liked)

Linux

55550 readers
985 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

I want to try the new Plasma 6 beta so I followed the instructions on the Arch wiki on how to enable the kde-unstable repo and tried to update the system, but when I try pacman says "plasma-activities and kactivities are in conflict", both are required by some of the packages that it's trying to update and there's no way to ignore the conflict.

Does anyone know how to install it?

you are viewing a single comment's thread
view the rest of the comments
[–] dosse91@lemmy.trippy.pizza 27 points 2 years ago (7 children)

I'm very happy to inform you that I broke my system

[–] neshura@bookwormstory.social 3 points 2 years ago* (last edited 2 years ago) (4 children)

Hopefully helpful:

you need the following packages for kde-unstable:

  • plasma-activities
  • plasma-activities-stats
  • libplasma

Your Update likely removed these from your system breaking plasma6

The following packages are likely to blame (this list is likely incomplete):

  • kweather (I removed it since I don't use it)
  • dolphin (as suggested above switching to dolphin-git should help, alternatively installing extra/dolphin will install the plasma 5 version bypassing the dependency problems)
  • kio-extras (same fix as for dolphin)
  • sweeper (see above)

Edit: if you have terminal access you can try the following (no guarantee it'll work, I think it should but no guarantees):

  • pacman -Rdd kactivites kactivites-stats plasma-framework
  • pacman -Syudd libplasma plasma-activities plasma-activities-stats

What I did (switch to plasma 5 versions):

  • pacman -Syudd extra/dolphin extra/sweeper extra/kio-extras extra/kweather

What you could do (switch to git):

  • $AUR_HELPER -Syu dolphin-git sweeper-git kio-extras-git kweather-git
[–] neshura@bookwormstory.social 4 points 2 years ago (3 children)

Update: the bad packages got updated, you should be fine just installing them from kde-unstable again

[–] ayaya 3 points 2 years ago (1 children)

Wow, that is incredibly unfortunate timing.

[–] neshura@bookwormstory.social 4 points 2 years ago (1 children)

cosmically unfortunate timing, package maintainer probably just took a nap between updating most packages and fixing the leftovers and the resulting gap caused this mayhem

[–] Strit@lemmy.linuxuserspace.show 2 points 2 years ago

It's called kde-unstable for a reason! ;) Packaging issues are expected to happen as it's where the maintainer irons out the issues.

load more comments (1 replies)
load more comments (1 replies)
load more comments (3 replies)