I'm using Ubuntu 20.04 server edition.
When I run
sudo apt install aptitude
I get the below prompts
Configuration file '/etc/systemd/resolved.conf'
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
The default action is to keep your current version.
Can I avoid all the prompts and just default to package maintainer's version without being asked?
I will get two kinds of prompts. The command line one as you see above, and the one with slightly more GUI with the pink background asking similar question.
I just want to install with just the package maintainer's version regardless.