LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Cant install bugzilla on Centos using YUM (https://www.linuxquestions.org/questions/linux-software-2/cant-install-bugzilla-on-centos-using-yum-639581/)

ALInux 05-03-2008 06:08 AM

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

unSpawn 05-03-2008 06:30 AM

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?

billymayday 05-03-2008 06:37 AM

Looks to me like it's in epel.

See http://fedoraproject.org/wiki/EPEL?highlight=%28epel%29

ALInux 05-03-2008 10:34 AM

Does the epel package work with CentOS 5

ALInux 05-03-2008 10:37 AM

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

billymayday 05-03-2008 03:59 PM

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

aadityabhatia 06-01-2008 04:41 PM

Quote:

Originally Posted by ALInux (Post 3140988)
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 :)


All times are GMT -5. The time now is 08:39 PM.