How to determine the size of a package in terminal prior to downloading?
- by user14590
When using apt-get install <package_name>, and there are dependencies that need to be downloaded, the terminal outputs names of additional packages and total size, and asks for confirmation before downloading.
But, when dependencies are satisfied and nothing but the named package needs to be downloaded there is no size output and no…