Comment 4 for bug 1174271

Revision history for this message
Quenten Grasso (qgrasso-d) wrote : Re: Ubuntu Precise, percona-xtradb-cluster-common-5.5

I just had a brain storm to prove my issue i ended up adding this to

*** Can be used as a work around until its resolved with the Percona Repo ***

/etc/apt/preferences,

Package: *
Pin: origin repo.percona.com
Pin-Priority: 610

Which pins the Pecona Repo sources for packages which a relevant to this issue, and did a apt-get update and tried reinstalling the packages successfully.

Or if your lazy like me try pasting this

cat >> /etc/apt/preferences <<EOF
Package: *
Pin: origin repo.percona.com
Pin-Priority: 610
EOF

Enjoy