Hi @TimB, welcome to the commuity!
At the moment the metis-dkms package is distributed as part of the Voyager SDK in .deb format, as you said. But it could be converted into an .rpm using the alien Linux tool. If you’d like to try that route (please note this is not officially supported by Axelera, so results may vary), you could give this a shot:
# Install alien if not already available
sudo apt-get install alien
# Convert the .deb to .rpm
sudo alien --to-rpm metis-dkms_1.2.3_all.deb
# Inspect the contents of the generated .rpm
rpm -qpl metis-dkms-1.2.3-2.noarch.rpm
Let me know how it goes!
What’s the project you’re working on, by the way?