Finger print reader and libfprint-2-tod1-xps9300-bin help needed

I am trying to get my fingerprint reader working, it is a 27c6:533c which is supported byt the libfprint-2-tod1-xps9300-bin patch. But I am having trouble working out the steps.

I did a “zypper install fprintd fprintd-pam fprintd-pam-32bit libfprint-2-tod” based on this post: Fingerprint Reader and openSUSE 13.2 - SOLVED

I got the 9300 deb package, and extracted it. But I am not sure what the next steps are. Do I just copy all the files in usr and lib into my root directory structure? It seems that the debian package uses a different directory structure. e.g., /usr/lib64?

This post Fingerprint driver - #3 by 4SubZero20 shows that there are goodix specific libfprints available, but for me zypper se libfprint does not show those options:
S | Name | Summary | Type
—±-----------------------±--------------------------------------------------------------±-------
i | libfprint-2-2 | Library for fingerprint reader support | package
| libfprint-2-2-32bit | Library for fingerprint reader support | package
| libfprint-2-tod1 | Library for on-device verification fingerprint reader support | package
| libfprint-2-tod1-32bit | Library for on-device verification fingerprint reader support | package
| libfprint-devel | Headers for the fingerprint reader library | package
| libfprint-doc | Development documents of libfprint | package
| libfprint-tod-devel | Headers for the fingerprint reader library | package

Does anyone have recent instructions (with steps) on getting this working in suse?

The libfprint-2-tod1-goodix package is available from packman essentials repo.

Add repo:

sudo zypper ar -cf "https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/Essentials/" packman-essentials

Install package:

sudo zypper in libfprint-2-tod1-goodix

That worked!! No custom packages needed. Thanks so much. I was a debian user for a long time so new to Suse.