I\'m trying to install a .deb file... for example: example.deb. But the program is already installed in an older version on the Debian minimal server.
So doing dpk
dpk
You can pipe yes into it:
yes
yes | dpkg -i package.deb
man yes