LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-20-2014, 01:15 AM   #1
michael.r
LQ Newbie
 
Registered: May 2014
Posts: 10

Rep: Reputation: Disabled
Need guidance to install lm-sensors and gkrellm in CentOS 6.5


Hi Guys,

Need help to install lm_sensors and Gkrellm in my centos, did some research on the net and i did this:

# yum install lm_sensors

Output is:

Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
Setting up Install Process
No package lm_sensors available.
Error: Nothing to do


Advice appreciated

Regards,

Mike
 
Old 05-20-2014, 01:30 AM   #2
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

epel provides gkrellm and AFAIK lm_sensors is in the standard CentOS repo. What is in your /etc/yum.repos.d/?

Evo2.
 
Old 05-20-2014, 01:42 AM   #3
michael.r
LQ Newbie
 
Registered: May 2014
Posts: 10

Original Poster
Rep: Reputation: Disabled
Hi Evo,

Here is my /etc/yum.repos.d/ content


" ============================================================================
" Netrw Directory Listing (netrw v134)
" /etc/yum.repos.d
" Sorted by name
" Sort sequence: [\/]$,\.h$,\.c$,\.cpp$,*,\.o$,\.obj$,\.info$,\.swp$,\.bak$,\~
" Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by x:exec
" ============================================================================
../
CentOS-Base.repo
CentOS-Debuginfo.repo
CentOS-Media.repo
CentOS-Vault.repo
epel-testing.repo
epel.repo
mirrors-rpmforge
mirrors-rpmforge-extras
mirrors-rpmforge-testing
rpmforge.repo
 
Old 05-20-2014, 01:51 AM   #4
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

you seem to have the repos that you need, but perhaps they are not enabled. You can check with:
Code:
yum repolist all
Evo2.
 
Old 05-20-2014, 02:06 AM   #5
michael.r
LQ Newbie
 
Registered: May 2014
Posts: 10

Original Poster
Rep: Reputation: Disabled
Hi,

Yes they all seem to be disabled, how do i enable them all?

Regards,

Mike
 
Old 05-20-2014, 02:16 AM   #6
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

you can edit the relevant .repo files and change "enabled=0" to "enabled=1".

Cheers,

Evo2.
 
Old 05-20-2014, 02:26 AM   #7
michael.r
LQ Newbie
 
Registered: May 2014
Posts: 10

Original Poster
Rep: Reputation: Disabled
Hi,

To be honest, i have no idea at all how to enable the repos, please be more detail.

Regards,

Mike
 
Old 05-20-2014, 02:28 AM   #8
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

the .repo files are the files in /etc/yum.repos.d/ that end in .repo. For each repo that you want to enable, open the corresponding file in a text editor and change the line that looks like:
Code:
enabled=0
to
Code:
enabled=1
Evo2.
 
Old 05-20-2014, 02:40 AM   #9
michael.r
LQ Newbie
 
Registered: May 2014
Posts: 10

Original Poster
Rep: Reputation: Disabled
Hi Evo2,

Thank you very much, i learnt alot from you today

Really appreciate your time to help me out

Regards,

Michael R
 
Old 05-20-2014, 02:58 AM   #10
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

glad I could help.

Cheers,

Evo2.
 
Old 05-20-2014, 06:15 AM   #11
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
You should only need to enable the repos in the CentOS-Base.repo file and the epel.repo.
You definitely should install/setup yum-priorities http://wiki.centos.org/PackageManagement/Yum/Priorities before enabling anything other than Centos repos.
 
1 members found this post helpful.
  


Reply



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
guidance and idea for Mediawiki configuration in centos 5.6 SarahGurung Linux - Software 2 05-16-2012 03:22 AM
gkrellm on --current, can't change any sensors 'factor' Old_Fogie Slackware 3 02-01-2010 02:45 PM
enable lm-sensors on gkrellm itsjustme Ubuntu 3 04-11-2005 12:43 PM
GKrellM sensors, which kernel changes? darkleaf Linux - Software 2 10-12-2004 01:04 PM
Gkrellm and presario 6000 series "no sensors found!" slackist Linux - Software 2 04-19-2004 07:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:36 AM.

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