scripts icon indicating copy to clipboard operation
scripts copied to clipboard

Add OpenSuse support to linux-pkgs

Open rjhorniii opened this issue 10 months ago • 1 comments

Add support for OpenSuse, which is rpm based w/o dpkg or yum

rjhorniii avatar Mar 27 '24 19:03 rjhorniii

OpenSuse uses rpm directly from zypper or yast, not yum or dpkg. The rpm -q -a list seems to be the format that you want. If you want to change more, rpm -q -a -i gives a large description that awk could customize.

rjhorniii avatar Mar 27 '24 19:03 rjhorniii