E: You must put some 'deb-src' URIs in your sources.list
pi@pi5:~/wf-panel-pi $ sudo apt build-dep wf-panel-pi
Reading package lists... Done
E: You must put some 'deb-src' URIs in your sources.list
Solution
Uncomment the three lines in /etc/apt/sources.list
deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware deb http://deb.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware # Uncomment deb-src lines below then 'apt-get update' to enable 'apt-get source' deb-src http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware deb-src http://deb.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
sudo vi /etc/apt/sources.list
sudo apt-get update
Second error
But then we run in this error
$ sudo apt build-dep wf-panel-pi Reading package lists... Done E: Unable to find a source package for wf-panel-pi
Recent Comments