LinuxQuestions.org
Review your favorite Linux distribution.
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 05-03-2008, 06:08 AM   #1
ALInux
Member
 
Registered: Nov 2003
Location: Lebanon
Distribution: RHEL 5/CentOS 5/Debian Lenny/(K)Ubuntu Is Dead/Mandriva 10.1
Posts: 676
Blog Entries: 7

Rep: Reputation: 32
Cant install bugzilla on Centos using YUM


Hi All
I purchased a dedicated CentOS server from GoDaddy, the repos where busted I corrected them to use the CentOS repos and I added the rpmforge repo. When I try to install a package I get this amongst other things

  1. Setting up repositories
  2. Reading repository metadata in from local files
  3. Excluding Packages from CentOS-5 - Base
  4. Finished
  5. Excluding Packages from CentOS-5 - Updates
  6. Finished
  7. Excluding Packages from CentOS-5 - Plus
  8. Finished
  9. Excluding Packages from CentOS-5 - Addons
  10. Finished
  11. Excluding Packages from CentOS-5 - Extras
  12. Finished
  13. Parsing package install arguments
Is it normal to exclude pacakages for CentOS ? I enabled them all using enabled=1 and I even tried with enablerepo.

My current problem is that yum install bugzilla returns
nothing to do.

I really would like to install bugzilla using yum

Thanks
 
Old 05-03-2008, 06:30 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Does the base config look OK? Are there any Yum plugin setting that would exclude it? Else does running Yum with maximum verbosity give any clues?
 
Old 05-03-2008, 06:37 AM   #3
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Looks to me like it's in epel.

See http://fedoraproject.org/wiki/EPEL?highlight=%28epel%29
 
Old 05-03-2008, 10:34 AM   #4
ALInux
Member
 
Registered: Nov 2003
Location: Lebanon
Distribution: RHEL 5/CentOS 5/Debian Lenny/(K)Ubuntu Is Dead/Mandriva 10.1
Posts: 676

Original Poster
Blog Entries: 7

Rep: Reputation: 32
Does the epel package work with CentOS 5
 
Old 05-03-2008, 10:37 AM   #5
ALInux
Member
 
Registered: Nov 2003
Location: Lebanon
Distribution: RHEL 5/CentOS 5/Debian Lenny/(K)Ubuntu Is Dead/Mandriva 10.1
Posts: 676

Original Poster
Blog Entries: 7

Rep: Reputation: 32
yum.conf

#
[main]
#
cachedir=/var/cache/yum
#
debuglevel=2
#
logfile=/var/log/yum.log
#
pkgpolicy=newest
#
distroverpkg=redhat-release
#
tolerant=1
#
exactarch=1
#
retries=20
#
obsoletes=1
#
gpgcheck=1
#
metadata_expire=1800
#

#
# PUT YOUR REPOS HERE OR IN separate files named file.repo
#
# in /etc/yum.repos.d
#


CentOS-Base.repo

#
[root@ipXXXXXXXXX yum.repos.d]# cat /etc/yum.repos.d/CentOS-Base.repo
#
# CentOS-Base.repo
#
#
#
# This file uses a new mirrorlist system developed by Lance Davis for CentOS.
#
# The mirror system uses the connecting IP address of the client and the
#
# update status of each mirror to pick mirrors that are updated to and
#
# geographically close to the client. You should use this for CentOS updates
#
# unless you are manually picking other mirrors.
#
#
#
# If the mirrorlist= does not work for you, as a fall back you can try the
#
# remarked out baseurl= line instead.
#
#
#
#
#

#
[base]
#
name=CentOS-$releasever - Base
#
#mirrorlist=http://mirrorlist.secureserver.net/download/mirrors/cos-$releasever.$basearch
#
failovermethod=priority
#
baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
#
gpgcheck=1
enabled=1
#
exclude=kernel kernel-smp kernel-bigmem kernel-enterprise kernel-debug kernel-unsupported
#
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
 
Old 05-03-2008, 03:59 PM   #6
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Yes - it's a fedora project for RedHat Enterprise packages (so it works with CentOS)

The link I gave you should give installation instructions

http://fedoraproject.org/wiki/EPEL/FAQ#howtouse

Last edited by billymayday; 05-03-2008 at 04:00 PM. Reason: Link added
 
Old 06-01-2008, 04:41 PM   #7
aadityabhatia
LQ Newbie
 
Registered: Jun 2008
Posts: 5

Rep: Reputation: 0
Quote:
Originally Posted by ALInux View Post
I really would like to install bugzilla using yum
Here's a neat tutorial to install bugzilla in CentOS (and possibly other distros, such as Fedora):

http://blog.dragonsblaze.com/2008/05...-easy-way.html

Hope that helps
 
  


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
Centos 5 YUM/Proxy metallica1973 Red Hat 6 01-30-2009 11:53 AM
i am getting no argument nothing to do when i try yum install mplayer on centos 4.4 Laurkin LinuxQuestions.org Member Intro 3 06-11-2007 04:09 AM
CENTOS 4.4 and YUM metallica1973 Linux - Software 9 11-14-2006 02:51 PM
trying to install YUM on CentOS MrSako Linux - Newbie 5 07-20-2006 08:36 AM
update centos 4 rc1 to centos 4 trou yum? maxut cAos 2 03-04-2005 02:36 AM

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

All times are GMT -5. The time now is 05:56 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