Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the equivalent of rpm -i *.rpm in Asahi Linux? #68

Closed
gustavoquincy opened this issue Jun 29, 2023 · 2 comments
Closed

What is the equivalent of rpm -i *.rpm in Asahi Linux? #68

gustavoquincy opened this issue Jun 29, 2023 · 2 comments

Comments

@gustavoquincy
Copy link

Trying install Cuda Toolkit here with:
sudo dpkg -i cuda-repo-rhel9-12-2-local-12.2.0_535.54.03-1.aarch64.rpm

@DavidBuchanan314
Copy link

DavidBuchanan314 commented Jun 29, 2023

The arch equivalent of rpm is rpm, you can install it via the rpm-tools package.

However, you are likely experiencing an XY Problem, and you don't actually want to install a .rpm (doing so has a high chance of breaking your system). What you probably want is a version of Cuda Toolkit packaged for Arch Linux Arm (to which I would say, check out the AUR, but don't get your hopes up).

But even then, perhaps you're experiencing an "XYZ problem". It's unclear to me why you'd want to install Cuda-related tools on a system without a nvidia GPU.

@gustavoquincy
Copy link
Author

Thanks for the help! I was trying to use the nvcc compiler to learn cuda programming. It's sort of a dry run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants