packagekit/backends/apt
2008-10-02 16:33:09 +02:00
..
.gitignore
aptDBUSBackend.py APT: Instead of using the raw codec string in WhatProvides use the one 2008-10-02 16:29:20 +02:00
debfile.py apt: remove the localised error descriptions, as these are debug text that admins need to read and are not error enums 2008-09-02 17:59:45 +01:00
HACKING APT: Add a notice about the new apt-consolidate branch in which the development with not yet released python-apt code will happen. 2008-08-28 14:20:37 +02:00
hotshot-analyze.py APT: Add a small script to analyze the HotShot profiling stats 2008-08-11 09:43:56 +02:00
Makefile.am APT: Install the debfile.py in the dbus backend dir 2008-08-29 10:22:52 +02:00
packagekit APT: Replace the apt backend by the apt2 one, since the former one is 2008-05-23 10:04:46 +01:00
pk-backend-apt.c feature, API addition: Add the GetMimeTypes method that can be used to get the MIME types of packages supported 2008-10-01 10:06:02 +01:00
profiler.py APT: Replace the apt backend by the apt2 one, since the former one is 2008-05-23 10:04:46 +01:00
README APT: trivial updates to the documentation 2008-08-11 09:51:03 +02:00
test.py APT: Follow api change in the client library 2008-09-28 00:03:04 +02:00
TODO APT: add a note about implementing the codec search using debtags (will 2008-10-02 16:33:09 +02:00

The name of this backend is apt

It supports apt which is mainly used by Debian and its derivates. In contrast to
the backend called apt this one uses DBus for the communication with the 
packagekit daemon. This allows to perform actions without having to reopen
the cache for each one.

To provide a tremendously fast search function a Xapian database is used.
It is provided by Enrico Zini's apt-xapian-index. Debtags will be used to 
enhance the quality of the search results further.

A list of implemented functions are listed in the PackageKit FAQ:

http://www.packagekit.org/pk-faq.html

You can find packages for Ubuntu here:

https://www.launchpad.net/~packagekit/+ppa

Packages for Debian Unstable will be provided soon.

Feel free to send comments or bug reports to the PackageKit mailing list
or to the author.