Simply add --dry-run
, like this:
sudo apt-get install --dry-run something
This is great if packages would get updated and you want to easily see which version they will receive.
Posted by Arne Hartherz to makandra dev (2011-04-06 09:53)
Simply add --dry-run
, like this:
sudo apt-get install --dry-run something
This is great if packages would get updated and you want to easily see which version they will receive.