Skip to content

Commit 6e9c113

Browse files
suggest edit of sources.list to enable deb-src's (#759)
* suggest edit of sources.list to enable deb-src's When using WSL with Ubuntu, it was not obvious how to get the relevant deb-src to avoid error "E: You must put some 'deb-src' URIs in your sources.list". The file already contained the urls which can be uncommented to continue the process of installin dependencies. * Fix markup. Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parent 5e918e2 commit 6e9c113

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,10 @@ Take Ubuntu 22.04 LTS (Jammy Jellyfish) for example::
319319

320320
deb-src http://archive.ubuntu.com/ubuntu/ jammy main
321321

322+
Alternatively, uncomment lines with ``deb-src`` using an editor, e.g.::
323+
324+
sudo nano /etc/apt/sources.list
325+
322326
For other distributions, like Debian, change the URL and names to correspond
323327
with the specific distribution.
324328

0 commit comments

Comments
 (0)