Comment 3 for bug 1729882

Revision history for this message
Andrei Shevchuk (shevchuk) wrote :

For those interested in applying the patch before this gets fixed, here is how to do this:

1. Secure way:
wget -P /tmp https://launchpadlibrarian.net/344295136/update-apt-xapian-index-dbus.patch
# review downloaded /tmp/update-apt-xapian-index-dbus.patch
sudo patch -p1 -d /usr/share/apt-xapian-index < /tmp/update-apt-xapian-index-dbus.patch

2. Easier, less secure way:
wget -O - https://launchpadlibrarian.net/344295136/update-apt-xapian-index-dbus.patch | sudo patch -p1 -d /usr/share/apt-xapian-index