kiss-community / kiss

KISS - Package Manager, mirror of https://codeberg.org/kiss-community/kiss
https://kisslinux.org/package-manager
MIT License
20 stars 11 forks source link

kiss-stray: new utility to list 'stray' files #63

Closed echawk closed 2 years ago

echawk commented 2 years ago

Lists files that have no owner - its addition is due to changes in 'kiss-preferred'

apprehensions commented 2 years ago

if this lists files and checks if they are owned by a package from kiss alternative what is it's purpose?

edit: i think the purpose of this was so that for example, package a has a file /usr/bin/a but no package owns it, and a alternative exists for such file i presume?

echawk commented 2 years ago

@wael444 The reason I made this utility a PR is because with my pr for a faster kiss-preferred, the utility wouldn't list files that have no owner, but are in the alternatives system. So this utility is meant to explicity provide that behavior.