On 08/11/2015 06:05 PM, Markus Sabadello wrote: [...] >>> Sometimes when trying to install applications, I get this error in Plinth: >>> Error installing packages: E: http://http.debian.net sid/main armhf >>> Packages is not (yet) available () >> Could this be an issue with a bad/slow mirror? > Yes probably. I'm using httpredir.debian.org now and it works fine.
I faced this problem today. It turns out that if apt tries to get Packages.bz2 and then tries and succeeds with Packages.xz, then packagekit thinks this is an error. I filed a detailed bug report with a work around. https://bugs.freedesktop.org/show_bug.cgi?id=91609 Workaround: $ echo 'Acquire::CompressionTypes::Order:: "xz"' > /etc/apt/apt.conf.d/compression; $ systemctl restart packagekit -- Sunil
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Freedombox-discuss mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss
