Package
mlocateVersion
0.26-1ubuntu2Priority
standardSection
utilsOrigin
UbuntuMaintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>Original Maintainer
Tollef Fog Heen <tfheen@debian.org>Bugs
https://bugs.launchpad.net/ubuntu/+filebugInstalled Size
233 kBDepends
libc6 (>= 2.14), adduserConflicts
findutils (<= 4.2.31-1), slocate (<= 3.1-1.1)Homepage
http://carolina.mff.cuni.cz/~trmac/blog/mlocateTask
standardSupported
5yDownload Size
45.4 kBAPT Manual Installed
noAPT Sources
http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 PackagesDescription
quickly find files on the filesystem based on their namemlocate is a new implementation of locate, a tool to find files
anywhere in the filesystem based on their name, using a fixed pattern
or a regular expression. Unlike other tools like find(1), locate uses
a previously created database to perform the search, allowing queries
to execute much faster. This database is updated periodically from
cron.
.
Several implementations of locate exist: the original implementation
from GNU's findutils, slocate, and mlocate. The advantages of mlocate
are:
.
* it indexes all the filesystem, but results of a search will only
include files that the user running locate has access to. It does
this by updating the database as root, but making it unreadable for
normal users, who can only access it via the locate binary. slocate
does this as well, but not the original locate.
.
* instead of re-reading all the contents of all directories each time
the database is updated, mlocate keeps timestamp information in its
database and can know if the contents of a directory changed without
reading them again. This makes updates much faster and less demanding
on the hard drive. This feature is only found in mlocate.
.
Installing mlocate will change the /usr/bin/locate binary to point to
mlocate via the alternatives mechanism. After installation, you may
wish to run /etc/cron.daily/mlocate by hand to create the database,
otherwise mlocate won't work until that script is run from cron itself
(since mlocate does not use the same database file as standard locate).
Also, you may wish to remove the "locate" package in order not to have
two different database files updated regularly on your system.
Install Info
bionic,now 0.26-2ubuntu3.1 amd64Installed Automatically
FalseFiles
/.//etc/
/etc/cron.daily/
/etc/cron.daily/mlocate*
/etc/updatedb.conf
/usr/
/usr/bin/
/usr/bin/mlocate*
/usr/bin/updatedb.mlocate*
/usr/share/
/usr/share/doc/
/usr/share/doc/mlocate/
/usr/share/doc/mlocate/AUTHORS
/usr/share/doc/mlocate/changelog.Debian.gz
/usr/share/doc/mlocate/copyright
/usr/share/doc/mlocate/NEWS.gz
/usr/share/doc/mlocate/README
/usr/share/doc/mlocate/TODO.Debian
/usr/share/man/
/usr/share/man/man1/
/usr/share/man/man1/mlocate.1.gz
/usr/share/man/man5/
/usr/share/man/man5/mlocate.db.5.gz
/usr/share/man/man5/updatedb.conf.5.gz
/usr/share/man/man8/
/usr/share/man/man8/updatedb.8.gz
/var/
/var/lib/
/var/lib/mlocate/