LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-10-2014, 03:10 AM   #1
karanb
LQ Newbie
 
Registered: Nov 2012
Posts: 3

Rep: Reputation: Disabled
Installing dkms on RHEL 7.0


Installed RHEL 7.0 Desktop x86_64.
Downloaded the dkms-2.2.0.3-1.noarch.rpm and tried to install it using:
rpm -ivh dkms-2.2.0.3-1.noarch.rpm

error: Failed dependencies:
modutils is needed by dkms-2.2.0.3-1.noarch

How to fix this ?
 
Old 07-10-2014, 05:04 AM   #2
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
If you've bought RHEL you can contact their support staff for help with your problem. If you haven't paid for RHEL you should switch to CentOS.
jdk
 
Old 07-10-2014, 05:47 AM   #3
karanb
LQ Newbie
 
Registered: Nov 2012
Posts: 3

Original Poster
Rep: Reputation: Disabled
Following is the mail which I received from RHEL support:


Hello,

Welcome to Red Hat Global Support Services.

I checked that the package dkms is not shipped by Red Hat. So the dependent packages as well, are not available with Red Hat.

I would request you to get in touch with the third party vendor that provide this package.

Please refer to the following article to know about Red Hat's support policy about third party packages :-
https://access.redhat.com/solutions/42843

Hope this information helps.
 
Old 07-10-2014, 09:13 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by karanb View Post
Following is the mail which I received from RHEL support:

Hello,

Welcome to Red Hat Global Support Services.
I checked that the package dkms is not shipped by Red Hat. So the dependent packages as well, are not available with Red Hat.
I would request you to get in touch with the third party vendor that provide this package.
Please refer to the following article to know about Red Hat's support policy about third party packages :-
https://access.redhat.com/solutions/42843

Hope this information helps.
...and since you asked about DKMS instead of modutils (which is what was MISSING), that's why you got that answer. Ask Red Hat about modutils, which is what the error clearly says it can't find.
 
Old 09-16-2014, 02:20 PM   #5
h.safe
LQ Newbie
 
Registered: Jun 2014
Posts: 6

Rep: Reputation: Disabled
Hi there
Having more or less the same problem, I resolved the issue with installaing dkms in Centos7 by the following steps:

a. yum update
b. yum install gcc
c. yum install kernle-devel
d. wget proper dkms( in my and your case the rhel7) from the address: http://rpmfind.net/linux/rpm2html/search.php?query=dkms
e. yum localinstall dkms-2.2.0.3-25.el7.noarch.rpm --nogpgcheck

Last edited by h.safe; 09-18-2014 at 02:29 AM.
 
Old 09-16-2014, 11:51 PM   #6
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
This thread is over two months old. I don't think the OP has come back since to look for any answers. But you never know...
jdk
 
Old 12-11-2016, 08:48 PM   #7
smcclos
LQ Newbie
 
Registered: Dec 2016
Distribution: Ubuntu, RedHat
Posts: 4

Rep: Reputation: Disabled
Cleaner fix for dkms

I just found a better, cleaner solution when I needed to install dkms for a RHEL client under VirtualBox, from this web site:

https://www.if-not-true-then-false.c...s-red-hat-rhel

1. rpm -Uvh http://dl.fedoraproject.org/pub/epel...7-8.noarch.rpm
2. yum install dkms

If you are using RHEL 7 server, you need to make some small adjustments that I needed to figure out:

1. rpm -Uvh http://dl.fedoraproject.org/pub/epel...7-8.noarch.rpm
2. yum install dkms
 
Old 12-12-2016, 03:11 PM   #8
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
I can't tell if OP tried using Fedora EPEL to grab this package from:

https://dl.fedoraproject.org/pub/epel/7/x86_64/d/

Howvever if he has an active subscription with Red Hat, if something goes south, they won't offer support...
 
Old 12-12-2016, 03:23 PM   #9
smcclos
LQ Newbie
 
Registered: Dec 2016
Distribution: Ubuntu, RedHat
Posts: 4

Rep: Reputation: Disabled
Not sure, I am really new to RedHat, but reading this Redhat Support article:

https://access.redhat.com/solutions/1132653

which sends you to:

http://fedoraproject.org/wiki/EPEL#H...ra_packages.3F

so I think it is copacetic. Might need to read a little more into it and try to rebuild with this newest data.
 
Old 12-16-2016, 10:17 PM   #10
smcclos
LQ Newbie
 
Registered: Dec 2016
Distribution: Ubuntu, RedHat
Posts: 4

Rep: Reputation: Disabled
OK, with respect to RHEL server 7:

rpm -Uvh http://dl.fedoraproject.org/pub/epel...7-8.noarch.rpm

is the same as,

rpm -Uvh http://dl.fedoraproject.org/pub/epel...7-8.noarch.rpm

and I am guessing that that the location of http://dl.fedoraproject.org/pub/epel...7-8.noarch.rpm would be fine for all versions of RHEL 7
 
  


Reply

Tags
dkms, rhel



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Error throwing while installing vsftpd package in rhel 6. using rhel 6 dvd. redhatlbug Linux - Software 4 03-10-2013 06:09 AM
Installing out of tree Kernel Module - bundled as dkms :-( tdos20 Slackware 1 07-05-2011 03:19 AM
dkms-nvidia-current dkms install fails X86_64 Blackhawkckc Mandriva 5 03-21-2009 04:57 PM
Trouble installing ACX100 wireless... DKMS issue jonrpick Linux - Hardware 1 05-05-2007 11:18 AM
DKMS and Dependencies runnerpaul Linux - Newbie 4 03-20-2006 03:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration