I know how to use apt source but where are the files of apt source stored?
Asked
Active
Viewed 474 times
0
-
1"It will then find and download into the current directory " – muru Jul 18 '17 at 03:54
1 Answers
2
They are located in same directory as their corresponding deb
files, use --print-uris
to get a list of links related to the package source and patch:
apt-get source pkg --print-uris
And as others mentioned after downloading the source it will be placed in same directory where you ran the command.

Ravexina
- 55,668
- 25
- 164
- 183