How do I download Debian without installing?
1 Answer
- Remove any packages currently saved in the cache by running sudo apt clean .
- Include –download-only in the command, e.g: sudo apt install –download-only . This also works for multiple packages, e.g: sudo apt install –download-only
Jan 28, 2020