apt source  <package...>
Fetch package source files
Arguments
| Name | Description | 
|---|
| package | The package you want to get source files for | 
Options
| Name | Description | 
|---|
| -d, --download-only | For any operation that would download packages, download them, but do nothing else | 
| --no-download | Do not download packages, attempt to use already downloaded packages | 
| -y | Assume yes to all prompts | 
| --assume-no | Assume no to all prompts | 
| -s, --simulate | Simulate running this command and show it's output, without actually changing anything | 
| --compile | Compile the package to a binary using dpkg-buildpackage | 
| --only-source |  | 
| --host-architecture  <architecture> | The architecture to build for |