Apt-xapian-index: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
K Textersetzung - „line>“ durch „line copy>“ |
||
(12 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 2: | Zeile 2: | ||
== Beschreibung == | == Beschreibung == | ||
Das [[Software-Paket]] ''apt-xapian-index'' stellt zwei Werkzeuge zur Verfügung | |||
{|class="wikitable | {|class="wikitable options" | ||
| [[update-apt-xapian-index]] || verwaltet einen Xapian-Index der Debian-Paketinformationen unter /var/lib/apt-xapian-index. | | [[update-apt-xapian-index]] || verwaltet einen Xapian-Index der Debian-Paketinformationen unter /var/lib/apt-xapian-index. | ||
|- | |- | ||
| [[axi-cache]] || verwendet den Index | | [[axi-cache]] || verwendet den Index | ||
|} | |} | ||
== Installation == | == Installation == | ||
<syntaxhighlight lang="bash" highlight="1" line> | <syntaxhighlight lang="bash" highlight="1" line copy> | ||
sudo apt install apt-xapian-index | sudo apt install apt-xapian-index | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== | === Dateien === | ||
/etc/cron.weekly | /etc/cron.weekly | ||
/etc/cron.weekly/apt-xapian-index | /etc/cron.weekly/apt-xapian-index | ||
Zeile 96: | Zeile 88: | ||
== Anhang == | == Anhang == | ||
=== Siehe auch === | === Siehe auch === | ||
{{Special:PrefixIndex/{{BASEPAGENAME}}}} | {{Special:PrefixIndex/{{BASEPAGENAME}}/}} | ||
* [[update-apt-xapian-index]] | |||
* [[axi-cache]] | |||
==== Links | === Dokumentation === | ||
=== Links === | |||
==== Projekt ==== | |||
==== Weblinks ==== | |||
{{SORTIERUNG:apt-xapian-index}} | {{SORTIERUNG:apt-xapian-index}} |
Aktuelle Version vom 11. Mai 2025, 13:41 Uhr
apt-xapian-index - Indizierung von Debian-Paketinformationen
Beschreibung
Das Software-Paket apt-xapian-index stellt zwei Werkzeuge zur Verfügung
update-apt-xapian-index | verwaltet einen Xapian-Index der Debian-Paketinformationen unter /var/lib/apt-xapian-index. |
axi-cache | verwendet den Index |
Installation
sudo apt install apt-xapian-index
Dateien
/etc/cron.weekly /etc/cron.weekly/apt-xapian-index
/usr/bin/axi-cache
/usr/lib/python3/dist-packages/apt_xapian_index-0.49.egg-info /usr/lib/python3/dist-packages/apt_xapian_index-0.49.egg-info/PKG-INFO /usr/lib/python3/dist-packages/apt_xapian_index-0.49.egg-info/dependency_links.txt /usr/lib/python3/dist-packages/apt_xapian_index-0.49.egg-info/top_level.txt /usr/lib/python3/dist-packages/axi /usr/lib/python3/dist-packages/axi/__init__.py /usr/lib/python3/dist-packages/axi/indexer.py
/usr/lib/systemd/system /usr/lib/systemd/system/apt-xapian-index.service /usr/lib/systemd/system/apt-xapian-index.timer
/usr/sbin/update-apt-xapian-index
/usr/share/apt-xapian-index/aliases /usr/share/apt-xapian-index/aliases/popular-apps
/usr/share/apt-xapian-index/plugins/aliases.py /usr/share/apt-xapian-index/plugins/app-install.py /usr/share/apt-xapian-index/plugins/apttags.py /usr/share/apt-xapian-index/plugins/cataloged_time.py /usr/share/apt-xapian-index/plugins/debtags.py /usr/share/apt-xapian-index/plugins/descriptions.py /usr/share/apt-xapian-index/plugins/relations.py /usr/share/apt-xapian-index/plugins/sections.py /usr/share/apt-xapian-index/plugins/sizes.py /usr/share/apt-xapian-index/plugins/template.py /usr/share/apt-xapian-index/plugins/translated-desc.py
/usr/share/bash-completion/completions/axi-cache
/usr/share/doc/apt-xapian-index/ACKNOWLEDGEMENTS /usr/share/doc/apt-xapian-index/README /usr/share/doc/apt-xapian-index/changelog.gz /usr/share/doc/apt-xapian-index/copyright /usr/share/doc/apt-xapian-index/examples /usr/share/doc/apt-xapian-index/examples/README /usr/share/doc/apt-xapian-index/examples/aptxapianindex.py /usr/share/doc/apt-xapian-index/examples/axi-query-adaptivecutoff.py /usr/share/doc/apt-xapian-index/examples/axi-query-expand.py /usr/share/doc/apt-xapian-index/examples/axi-query-pkgtype.py /usr/share/doc/apt-xapian-index/examples/axi-query-similar.py /usr/share/doc/apt-xapian-index/examples/axi-query-simple.py /usr/share/doc/apt-xapian-index/examples/axi-query-tags.py /usr/share/doc/apt-xapian-index/examples/axi-query.py /usr/share/doc/apt-xapian-index/examples/axi-searchasyoutype.py /usr/share/doc/apt-xapian-index/examples/axi-searchcloud.py /usr/share/doc/apt-xapian-index/examples/ruby /usr/share/doc/apt-xapian-index/examples/ruby/aptxapianindex.rb /usr/share/doc/apt-xapian-index/examples/ruby/axi-query-adaptivecutoff.rb /usr/share/doc/apt-xapian-index/examples/ruby/axi-query-expand.rb /usr/share/doc/apt-xapian-index/examples/ruby/axi-query-pkgtype.rb /usr/share/doc/apt-xapian-index/examples/ruby/axi-query-similar.rb /usr/share/doc/apt-xapian-index/examples/ruby/axi-query-simple.rb /usr/share/doc/apt-xapian-index/examples/ruby/axi-query-tags.rb /usr/share/doc/apt-xapian-index/examples/ruby/axi-query.rb /usr/share/doc/apt-xapian-index/examples/ruby/axi-searchasyoutype.rb
/usr/share/man/man1/axi-cache.1.gz /usr/share/man/man8/update-apt-xapian-index.8.gz
/usr/share/python3/runtime.d /usr/share/python3/runtime.d/apt-xapian-index.rtupdate
Anhang
Siehe auch
Dokumentation
Links
Projekt
Weblinks