How to get source for debian package using apt

From razwiki
Revision as of 01:23, 9 December 2021 by Razzi (talk | contribs) (Razzi moved page How to get soruce for debian package using apt to How to get source for debian package using apt without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
$ apt source emacs
Reading package lists... Done
E: You must put some 'deb-src' URIs in your sources.list

Uncomment all the deb-src:

$ sudo vi /etc/apt/sources.list
$ sudo apt update
$ apt source emacs

[1]