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

Simplified Fedora install #237

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Simplified Fedora install #237

wants to merge 1 commit into from

Conversation

BrunoVernay
Copy link

It works the same way as Debian. I tested it on my Distro (Fedora 29).

It works the same way as Debian.  I tested it on my Distro (Fedora 29).
@spbnick
Copy link
Member

spbnick commented Dec 9, 2018

Thank you, Bruno! I thought the point of using kernel-devel-uname-r is that it will get upgraded, thus pulling the fresh kernel-devel-$(uname -r) package with it. Whereas if you directly install the package with the version in the name, that will stay forever. Am I missing something?

@BrunoVernay
Copy link
Author

I made a little research, but did not find a clear explanation.
The only reason I would see is to allow to use:

> sudo dnf install kernel-devel-uname-r                
Last metadata expiration check: 1:38:47 ago on dim. 09 déc. 2018 18:09:33 CET.
Package kernel-devel-4.19.4-300.fc29.x86_64 is already installed.
Package kernel-devel-4.19.5-300.fc29.x86_64 is already installed.
Package kernel-devel-4.19.6-300.fc29.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!

This is simple and gets the devel for all the installed versions at once.
But I prefer the simplicity and absence of magic ...

@vasilvestre
Copy link

Could get merged no ?

@MrGibus
Copy link

MrGibus commented Jun 17, 2022

One thing to add for fedora issues is that devices aren't always recognised and you need to unset GDK_CORE_DEVICE_EVENTS to fix it.

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

Successfully merging this pull request may close these issues.

4 participants