1

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?

RolandiXor
  • 51,541

1 Answers1

1

*** 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.

Pic: Synaptic "Set Internal Option"

The syntax follows the way apt-get passes options to dpkg. (See: Force apt-get to overwrite file installed by another package)

p.co
  • 26