Ubuntu Version:
Ubuntu 25.04
Problem Description:
I’m having an issue with my webcam that I think I’ve narrowed down to a Pipewire. I’m trying to be a good citizen and test a recent development build before submitting an issue. I tried to follow these instructions under “Running development version of Pipewire”. It asks me to run sudo apt build-dep pipewire, but this returns the error Error: You must put some 'deb-src' URIs in your sources.list.
My sources.list is:
# Ubuntu sources have moved to /etc/apt/sources.list.d/ubuntu.sources
My ubuntu.sources is
Types: deb
URIs: http://us.archive.ubuntu.com/ubuntu/
Suites: plucky plucky-updates plucky-backports
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Types: deb
URIs: http://security.ubuntu.com/ubuntu
Suites: plucky-security
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Solution:
I found this thread. It suggests adding deb-src to the types line. i.e. Types: deb deb-src and then run sudo apt upgrade. I’m going to leave this thread up in case anyone else gets this issue (possibly caused by the sources file not getting written properly during a version upgrade?).