Skip to main content

See what apt would install (Debian/Ubuntu)

See what apt would install without actually installing the package:

$ sudo apt install --dry-run packagename

or

$ sudo apt install packagename --dry-run