I'm trying to get build-dep vlc through Debian WSL in Windows 10. In the sources.list, all I get is:
deb buster main deb buster-updates main deb buster/updates main deb buster-backports main Looks to me like I'm missing a couple sources, if so how can I get those?
2 Answers
You can duplicate and append the lines in sources.list with replacing deb with deb-src. Like this
... deb-src buster main ... And run apt update then apt build-dep should work.