FrostyX / tracer

Tracer finds outdated running applications in your system
GNU General Public License v2.0
82 stars 24 forks source link

Add support for SUSE distributions using DNF #163

Closed Conan-Kudo closed 3 years ago

Conan-Kudo commented 3 years ago

SUSE distributions are able to use the DNF package manager with tracer through the plugin, so we should have support for it.

SUSE distributions also relocate the persistent state data from /var/lib to /usr/lib/sysimage for the Btrfs system snapshot setup.

FrostyX commented 3 years ago

Thank you @Conan-Kudo for the PR! Works for me, +1

If you don't mind, I will leave this open for a couple of days so others can review it too, and merge by the end of the week.

FrostyX commented 3 years ago

Thank you again.