I still use Synaptic for package management, and I'd like to be able to pass arguments such as '--force-overwrite', to avoid certain errors.
Is this possible?
I still use Synaptic for package management, and I'd like to be able to pass arguments such as '--force-overwrite', to avoid certain errors.
Is this possible?
*** Edit 2024 Jan 21 - Seems not to be work anymore as of latest Ubuntu updates ***
Here is what seems to work in "Set an internal option":
Variable: Dpkg::option
Value: "--force-overwrite"
See picture in link.
The syntax follows the way apt-get passes options to dpkg. (See: Force apt-get to overwrite file installed by another package)
dpkg
itself. – Thomas Ward Nov 08 '20 at 03:16