Comment 1 for bug 1075260

Revision history for this message
Daniel Hartwig (wigs) wrote : Re: [Bug 1075260] [NEW] aptitude update fails to handle multiarch when given quoted dpkg::options

Trevor Adams <email address hidden> wrote:
> 3) Command run: aptitude -o 'Dpkg::Options::="--force-confdef"' update

Nested quotes are invalid here. They are shell syntax and not
interpretted by APT.

The syntax for this option is in apt.conf(5). Multiple options should
be passed using multiple "-o" arguments, for example:
# apt-get update \
    -o "DPkg::options::=--force-confdef" \
    -o "DPkg::options::=--path-exclude=/usr/share/doc/*"

 status invalid