I know that the apt command also downloads dependencies of dependencies.
Is there a way to make it work like this, but only download without installing?
Below are the commands I tried.
Thanks.
apt-cache depends libpango1.0-dev | grep "Depends" | awk '{print $2}' |xargs apt-get download
How can I get the dependencies and target packages and download them?
https://unix.stackexchange.com/questions/408346/how-to-download-package-not-install-it-with-apt-get-command
I run command sudo apt reinstall --download-only libpango1.0-dev
And Error is show like picture.
Above link is just install only pacakage. not include dependincies.

Asked by CW_LEE
(1 rep)
Nov 26, 2024, 01:30 AM
Last activity: Dec 2, 2024, 01:31 AM
Last activity: Dec 2, 2024, 01:31 AM