-
Notifications
You must be signed in to change notification settings - Fork 119
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
Can't install erlang on Fedora41 #321
Comments
It's weird. After trying many time, it was successful.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fedora41 uses dnf5 which is short for dnf and the command as well as the packages change a little bit.
This is the documentation from current github page and I will comment below.
Install the build tools sudo yum groupinstall -y 'Development Tools' 'C Development Tools and Libraries'
This command doesn't work. See the list below.
The command below doesn't work either.
I had to install it with ID. Not sure if "d-development" needs to be installed.
For building with wxWidgets (start observer or debugger!). Note that you may need to select the right wx-config before installing Erlang. sudo yum install -y wxGTK3-devel wxBase3
Neither package exist in Fedora repo, searched for quite a while and couldn't find the answer. Installing erlang will fail without these two.
Is it possible to update the description and also put all the necessary packages at the end just like what is done on Ubuntu? Thanks a lot!
The text was updated successfully, but these errors were encountered: