Difference between revisions of "Talk:Yum-plugin-priorities"

From SME Server
Jump to navigationJump to search
(use my script on 7.3)
 
m
Line 2: Line 2:
  
 
only difference is there will be a different fragment to modify /etc/yum.conf/something
 
only difference is there will be a different fragment to modify /etc/yum.conf/something
 +
 +
----
 +
 +
perl-DBIx-DBSchema is not installed by default, I don't have either of the below rpms installed
 +
 +
I tried to install with priority=10 and couldn't, same error as you
 +
 +
with priority=99 it would install
 +
yum install --enablerepo=dag perl-DBIx-DBSchema
 +
 +
=============================================================================
 +
  Package                Arch      Version          Repository        Size
 +
=============================================================================
 +
Installing:
 +
  perl-DBIx-DBSchema      noarch    0.36-1.el4.rf    dag                70 k
 +
Installing for dependencies:
 +
  perl-DBD-Pg            i386      2.11.1-1.el4.rf  dag              286 k
 +
  
 
[[User:Snoble|Snoble]] 09:37, 22 November 2008 (UTC)
 
[[User:Snoble|Snoble]] 09:37, 22 November 2008 (UTC)

Revision as of 12:13, 22 November 2008

You should be able to use my script on 7.3 to populate the db

only difference is there will be a different fragment to modify /etc/yum.conf/something


perl-DBIx-DBSchema is not installed by default, I don't have either of the below rpms installed

I tried to install with priority=10 and couldn't, same error as you

with priority=99 it would install

yum install --enablerepo=dag perl-DBIx-DBSchema

=============================================================================
 Package                 Arch       Version          Repository        Size 
=============================================================================
Installing:
 perl-DBIx-DBSchema      noarch     0.36-1.el4.rf    dag                70 k
Installing for dependencies:
 perl-DBD-Pg             i386       2.11.1-1.el4.rf  dag               286 k


Snoble 09:37, 22 November 2008 (UTC)