2

From the Debian Testing Unstable wiki on upgrading to PipeWire when I run

systemctl --user --now enable wireplumber.service

I get,

Failed to enable unit: File ~/.config/systemd/user/pipewire-session-manager.service already exists and is a symlink to /usr/lib/systemd/user/pipewire-media-session.service.

How can I resolve this error?

Evan Carroll
  • 28,578
  • 45
  • 164
  • 290

1 Answers1

3

Simply use the --force option

systemctl --force --user --now enable wireplumber.service
Evan Carroll
  • 28,578
  • 45
  • 164
  • 290