pipewire-debian / pipewire-debian

Upstream Version of pipewire, wireplumber, roc-toolkit & blueman for debian/ubuntu
https://pipewire-debian.github.io
MIT License
154 stars 9 forks source link

Can't purge PPA #109

Open linlinxza opened 1 month ago

linlinxza commented 1 month ago

If you Completed all troubleshoot options, check below

Desktop (please complete the following information):

Describe the bug Trying to run sudo ppa-purge ppa:pipewire-debian/pipewire-upstream

Packages won't fully downgrade. Renders broken packaging.

To Reproduce Steps to reproduce the behavior:

  1. sudo add-apt-repository ppa:pipewire-debian/pipewire-upstream
  2. sudo apt-get update
  3. sudo apt install gstreamer1.0-pipewire libpipewire-0.3-{0,dev,modules} libspa-0.2-{bluetooth,dev,jack,modules} pipewire{,-{audio-client-libraries,pulse,bin,jack,alsa,v4l2,libcamera,locales,tests}}
  4. sudo ppa-purge ppa:pipewire-debian/pipewire-upstream

Expected behavior Packages should just downgrade without causing broken packaging.

claydoh commented 4 days ago

You probably need to remove ppa:pipewire-debian/wireplumber-upstream first.

I assume you did add it, as the instructions show, but your steps to reproduce the problem don't include adding the wireplumber PPA.

Not removing this first is probably causing many dependency issues.