On Jun 14, 1:56 pm, Craig White <craig.wh...@ttiltd.com> wrote:
> I am using Ubuntu 10.04 and ruby-enterprise (not ubuntu ruby) and installed 
> puppet via gem.
>
> How can I install puppet-dashboard if I don't see a gem available and if I 
> use the ubuntu package, i get the whole slop of ruby packages sucked in 
> (which i am trying to avoid)?

I'm not sure if this would be helpful in this case, however here is
how to make dpkg ignore dep issues.

  dpkg -i --ignore-depends=<package(s) to ignore> package.deb

If more than one package needs to be ignored, seperate them with
commas:

  dpkg -i --ignore-depends=package1,package2 package3.deb

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to