The
APT package manager allows you to test the changes a command would perform without altering the system. To do that, simply add
--dry-run to the desired command (usually an
install or
remove one).
Eg:
apt-get install SOMEPACKAGE --dry-run
Will show you what dependencies will be installed alongside the specified package but no actual installation will take place.
No comments:
Post a Comment
With great power comes great responsibility