Skip to content

Instantly share code, notes, and snippets.

@chapmanjacobd
Created August 17, 2025 22:35
Show Gist options
  • Save chapmanjacobd/85ed2178646e609e33276a01858b74f4 to your computer and use it in GitHub Desktop.
Save chapmanjacobd/85ed2178646e609e33276a01858b74f4 to your computer and use it in GitHub Desktop.
plocate Permission denied on rpm-ostree
/var/lib/plocate/plocate.db: Permission denied
ls -lahg /var/lib/plocate/
Permissions Size User Group Date Modified Name
.rw-r-----@ 337M root colord 1 Aug 01:02 plocate.db
Solution:
sudo chown :plocate /var/lib/plocate/plocate.db
but why does this happen?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment