Zum Inhalt springen

Dlocate: Unterschied zwischen den Versionen

Aus Foxwiki
K Textersetzung - „wikitable“ durch „table table-striped table-hover“
 
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 8: Zeile 8:


== Installation ==
== Installation ==
<syntaxhighlight lang="bash" highlight="1" line>
<syntaxhighlight lang="bash" highlight="1" line copy>
</syntaxhighlight>
</syntaxhighlight>


Zeile 19: Zeile 19:
/usr
/usr
  /usr/bin
  /usr/bin
  /usr/bin/dlocate
/usr/bin/dlocate
  /usr/sbin
  /usr/sbin
  /usr/sbin/dpkg-hold
/usr/sbin/dpkg-hold
  /usr/sbin/dpkg-purge
/usr/sbin/dpkg-purge
  /usr/sbin/dpkg-remove
/usr/sbin/dpkg-remove
  /usr/sbin/dpkg-unhold
/usr/sbin/dpkg-unhold
  /usr/sbin/update-dlocatedb
/usr/sbin/update-dlocatedb
  /usr/share
  /usr/share
  /usr/share/bash-completion
/usr/share/bash-completion
  /usr/share/bash-completion/completions
/usr/share/bash-completion/completions
  /usr/share/bash-completion/completions/dlocate
/usr/share/bash-completion/completions/dlocate
  /usr/share/dlocate
/usr/share/dlocate
  /usr/share/dlocate/spcrc-dpkg-l
/usr/share/dlocate/spcrc-dpkg-l
  /usr/share/dlocate/spcrc-package
/usr/share/dlocate/spcrc-package
  /usr/share/dlocate/update-dpkg-list
/usr/share/dlocate/update-dpkg-list
  /usr/share/dlocate/updatedb
/usr/share/dlocate/updatedb
  /usr/share/doc
/usr/share/doc
  /usr/share/doc/dlocate
/usr/share/doc/dlocate
  /usr/share/doc/dlocate/README.Debian
/usr/share/doc/dlocate/README.Debian
  /usr/share/doc/dlocate/changelog.gz
/usr/share/doc/dlocate/changelog.gz
  /usr/share/doc/dlocate/copyright
/usr/share/doc/dlocate/copyright
  /usr/share/man
/usr/share/man
  /usr/share/man/man1
/usr/share/man/man1
  /usr/share/man/man1/dlocate.1.gz
/usr/share/man/man1/dlocate.1.gz
  /usr/share/man/man8
/usr/share/man/man8
  /usr/share/man/man8/dpkg-hold.8.gz
/usr/share/man/man8/dpkg-hold.8.gz
  /usr/share/man/man8/dpkg-purge.8.gz
/usr/share/man/man8/dpkg-purge.8.gz
  /usr/share/man/man8/dpkg-remove.8.gz
/usr/share/man/man8/dpkg-remove.8.gz
  /usr/share/man/man8/dpkg-unhold.8.gz
/usr/share/man/man8/dpkg-unhold.8.gz
  /usr/share/man/man8/update-dlocatedb.8.gz
/usr/share/man/man8/update-dlocatedb.8.gz
/var
/var
  /var/lib
  /var/lib
Zeile 54: Zeile 54:


== Aufruf ==
== Aufruf ==
<syntaxhighlight lang="bash" highlight="1" line>
<syntaxhighlight lang="bash" highlight="1" line copy>
</syntaxhighlight>
</syntaxhighlight>


=== Optionen ===
=== Optionen ===
{| class="wikitable sortable options gnu"
{| class="table table-striped table-hover sortable options gnu"
|-
|-
! Unix !! GNU !! Parameter !! Beschreibung
! Unix !! GNU !! Parameter !! Beschreibung
Zeile 71: Zeile 71:


=== Exit-Status ===
=== Exit-Status ===
{| class="wikitable options col1center"
{| class="table table-striped table-hover options col1center"
|-
|-
! Wert !! Beschreibung
! Wert !! Beschreibung
Zeile 77: Zeile 77:
| 0 || Erfolg
| 0 || Erfolg
|-
|-
| >0 || Fehler
| >0 || Fehler
|}
|}


== Anwendung ==
== Anwendung ==
<syntaxhighlight lang="bash" highlight="1" line>
<syntaxhighlight lang="bash" highlight="1" line copy>
</syntaxhighlight>
</syntaxhighlight>


Zeile 89: Zeile 89:


=== Dateien ===
=== Dateien ===
{| class="wikitable options"
{| class="table table-striped table-hover options"
|-
|-
! Datei !! Beschreibung
! Datei !! Beschreibung
Zeile 103: Zeile 103:


=== Siehe auch ===
=== Siehe auch ===
<div style="column-count:3">
<div style="column-count:2">
<categorytree hideroot=on mode="pages">{{BASEPAGENAME}}</categorytree>
<categorytree hideroot=on mode="pages">{{BASEPAGENAME}}</categorytree>
</div>
</div>
Zeile 111: Zeile 111:


; Man-Page  
; Man-Page  
# [https://manpages.debian.org/stable/procps/pgrep.1.de.html prep(1)]
# [https://manpages.debian.org/bookworm/dlocate/dlocate.1.en.html dlocate(1)]
# [https://manpages.debian.org/bookworm/dlocate/dlocate.1.en.html dlocate(1)]
# [https://manpages.debian.org/bookworm/dlocate/dpkg-hold.8.en.html dpkg-hold(8)]
# [https://manpages.debian.org/bookworm/dlocate/dpkg-hold.8.en.html dpkg-hold(8)]

Aktuelle Version vom 29. Juli 2026, 10:52 Uhr

dlocate - Schnelle Alternative zu dpkg -L und dpkg -S

Beschreibung

dlocate nutzt GNU grep und Textausgaben der Daten von [dpkg]], um die Zuordnung einer Datei zu einem (Debian-)Paket massiv zu beschleunigen

  • wirkt wie ein schnelles dpkg -S

Andere Verwendungen sind etwa das Auflisten aller Dateien in einem Paket, die Berechnung des benutzten Festplattenplatzes, Anzeige und Überprüfung der MD5-Prüfsummen, Auflistung von Handbuchseiten, ...

Installation

Dateien

/etc

/etc/cron.daily
/etc/cron.daily/dlocate
/etc/default
/etc/default/dlocate

/usr

/usr/bin
/usr/bin/dlocate
/usr/sbin
/usr/sbin/dpkg-hold
/usr/sbin/dpkg-purge
/usr/sbin/dpkg-remove
/usr/sbin/dpkg-unhold
/usr/sbin/update-dlocatedb
/usr/share
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/dlocate
/usr/share/dlocate
/usr/share/dlocate/spcrc-dpkg-l
/usr/share/dlocate/spcrc-package
/usr/share/dlocate/update-dpkg-list
/usr/share/dlocate/updatedb
/usr/share/doc
/usr/share/doc/dlocate
/usr/share/doc/dlocate/README.Debian
/usr/share/doc/dlocate/changelog.gz
/usr/share/doc/dlocate/copyright
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/dlocate.1.gz
/usr/share/man/man8
/usr/share/man/man8/dpkg-hold.8.gz
/usr/share/man/man8/dpkg-purge.8.gz
/usr/share/man/man8/dpkg-remove.8.gz
/usr/share/man/man8/dpkg-unhold.8.gz
/usr/share/man/man8/update-dlocatedb.8.gz

/var

/var/lib
/var/lib/dlocate

Aufruf

Optionen

Unix GNU Parameter Beschreibung

Parameter

Umgebungsvariablen

Exit-Status

Wert Beschreibung
0 Erfolg
>0 Fehler

Anwendung

Problembehebung

Konfiguration

Dateien

Datei Beschreibung


Anhang

Siehe auch


Dokumentation

Man-Page
  1. dlocate(1)
  2. dpkg-hold(8)
  3. dpkg-purge(8)
  4. dpkg-remove(8)
  5. dpkg-unhold(8)
  6. update-dlocatedb(8)

Projekt