locate
is a command I’ve used in the past, but now, fresh installed with sudo apt get locate
it doesn return anything.
locate --version
returns
locate (GNU findutils) 4.10.0
, from 2024
or, have I forgotten something?
locate
is a command I’ve used in the past, but now, fresh installed with sudo apt get locate
it doesn return anything.
locate --version
returns
locate (GNU findutils) 4.10.0
, from 2024
or, have I forgotten something?
Just tried this on a recent Trixie amd64 install.
locate
isn’t installed by default, but there is alocate/stable 4.10.0-3
package and it installs just fine for me.sudo apt update sudo apt install locate