Log in
Register
Menu
Log in
Register
Home
What's new
Latest activity
Authors
Forums
New posts
Search forums
What's new
New posts
Latest activity
Members
Current visitors
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Satellite TV receivers & systems support forums
Satellite PC Card Receivers, Internet by Satellite
neumoDVB
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Butacas" data-source="post: 1145581" data-attributes="member: 413758"><p>Example of how to install a full kernel on Fedora:</p><p></p><p>sudo dnf install \</p><p>./kernel-5.10.19-200.fc33.x86_64.rpm \</p><p>./kernel-core-5.10.19-200.fc33.x86_64.rpm \</p><p>./kernel-modules-5.10.19-200.fc33.x86_64.rpm \</p><p>./kernel-modules-extra-5.10.19-200.fc33.x86_64.rpm \</p><p>./kernel-debug-5.10.19-200.fc33.x86_64.rpm \</p><p>./kernel-debug-core-5.10.19-200.fc33.x86_64.rpm \</p><p>./kernel-debug-debuginfo-5.10.19-200.fc33.x86_64.rpm \</p><p>./kernel-debug-devel-5.10.19-200.fc33.x86_64.rpm \</p><p>./kernel-debuginfo-5.10.19-200.fc33.x86_64.rpm \</p><p>./kernel-debuginfo-common-x86_64-5.10.19-200.fc33.x86_64.rpm \</p><p>./kernel-debug-modules-5.10.19-200.fc33.x86_64.rpm \</p><p>./kernel-debug-modules-extra-5.10.19-200.fc33.x86_64.rpm \</p><p>./kernel-debug-modules-internal-5.10.19-200.fc33.x86_64.rpm \</p><p>./kernel-devel-5.10.19-200.fc33.x86_64.rpm \</p><p>./kernel-modules-internal-5.10.19-200.fc33.x86_64.rpm</p><p></p><p>I assume you will have space on the partition, if you have more installed. Put them in a folder (open it in terminal) and put it in /tmp</p><p></p><p>It is not necessary to install it completely, at least the three main ones. Kernel, kernel core and kernel modules.</p><p></p><p>Here the Kernels:</p><p></p><p><a href="https://koji.fedoraproject.org/koji/packageinfo?buildStart=450&packageID=8&buildOrder=-completion_time&tagOrder=name&tagStart=0#buildlist" target="_blank">https://koji.fedoraproject.org</a></p><p></p><p>You can also block it, so that it is not updated:</p><p></p><p>Install the versionlock plugin:</p><p>dnf install python3-dnf-plugin-versionlock</p><p> </p><p>Example of how to block everything together:</p><p>dnf versionlock add kernel-{core,devel,modules}-5.10.19-200.fc33</p><p></p><p>To check what we have blocked:</p><p>dnf version lock list</p><p></p><p>To remove the lock, we execute delete example:</p><p>dnf versionlock delete kernel-5.10.19-200.fc33</p><p></p><p>I do not recommend blocking it, but if you want it temporarily you can use it.</p><p></p><p>I've been with Fedora for a few days (by neumoDV<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite6" alt=":cool:" title="Cool :cool:" loading="lazy" data-shortname=":cool:" />, with Ubuntu a bit more, but hey, learning.</p></blockquote><p></p>
[QUOTE="Butacas, post: 1145581, member: 413758"] Example of how to install a full kernel on Fedora: sudo dnf install \ ./kernel-5.10.19-200.fc33.x86_64.rpm \ ./kernel-core-5.10.19-200.fc33.x86_64.rpm \ ./kernel-modules-5.10.19-200.fc33.x86_64.rpm \ ./kernel-modules-extra-5.10.19-200.fc33.x86_64.rpm \ ./kernel-debug-5.10.19-200.fc33.x86_64.rpm \ ./kernel-debug-core-5.10.19-200.fc33.x86_64.rpm \ ./kernel-debug-debuginfo-5.10.19-200.fc33.x86_64.rpm \ ./kernel-debug-devel-5.10.19-200.fc33.x86_64.rpm \ ./kernel-debuginfo-5.10.19-200.fc33.x86_64.rpm \ ./kernel-debuginfo-common-x86_64-5.10.19-200.fc33.x86_64.rpm \ ./kernel-debug-modules-5.10.19-200.fc33.x86_64.rpm \ ./kernel-debug-modules-extra-5.10.19-200.fc33.x86_64.rpm \ ./kernel-debug-modules-internal-5.10.19-200.fc33.x86_64.rpm \ ./kernel-devel-5.10.19-200.fc33.x86_64.rpm \ ./kernel-modules-internal-5.10.19-200.fc33.x86_64.rpm I assume you will have space on the partition, if you have more installed. Put them in a folder (open it in terminal) and put it in /tmp It is not necessary to install it completely, at least the three main ones. Kernel, kernel core and kernel modules. Here the Kernels: [URL='https://koji.fedoraproject.org/koji/packageinfo?buildStart=450&packageID=8&buildOrder=-completion_time&tagOrder=name&tagStart=0#buildlist']https://koji.fedoraproject.org[/URL] You can also block it, so that it is not updated: Install the versionlock plugin: dnf install python3-dnf-plugin-versionlock Example of how to block everything together: dnf versionlock add kernel-{core,devel,modules}-5.10.19-200.fc33 To check what we have blocked: dnf version lock list To remove the lock, we execute delete example: dnf versionlock delete kernel-5.10.19-200.fc33 I do not recommend blocking it, but if you want it temporarily you can use it. I've been with Fedora for a few days (by neumoDVB), with Ubuntu a bit more, but hey, learning. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Satellite TV receivers & systems support forums
Satellite PC Card Receivers, Internet by Satellite
neumoDVB
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top