Skip to main content

Hello,

I am having a hard time finding the source code of the metis-dkms.

The one git repo I found as vcs.url does not exist publicly (https://github.com/axelera-ai/software-platform)

 

I would love to have the sources because I need a rpm instead of deb-package.
 

Cheers Tim

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? 


Reply