os icon indicating copy to clipboard operation
os copied to clipboard

Fix apk-tools database path

Open sDaman830 opened this issue 2 months ago • 0 comments

Change apk database location from /var/lib/apk to /lib/apk/db to align with modern apk standards and Alpine Linux.

The old /var/lib/apk path is deprecated. apk has used /lib/apk/db since around version 2.14.1. This change removes the creation of an empty, unused /var/lib/apk directory.

Fixes #66951

Changes

  • Changed directory creation from /var/lib/apk to /lib/apk/db
  • Bumped epoch from 9 to 10

sDaman830 avatar Nov 08 '25 18:11 sDaman830