How to get source for debian package using apt: Difference between revisions

From razwiki
Jump to navigation Jump to search
(Created page with " $ 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 $ s...")
 
 
(No difference)

Latest revision as of 01:23, 9 December 2021

$ 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]