BY: Suraj Kurapati (snk)
DATE: 2007-07-10 15:07
SUBJECT: RE: Installing Ruby-VPI on Ubuntu
Rob MacAulay wrote:
> I think you are correct - the problem is
> with the rubygems package for Ubuntu.
Yeah, I had the same problem when I first upgraded to Feisty and was
tempted by Ubuntu's versions of popular ruby projects.
> I think I've got it installing correctly now, but I may need to
> rip it up and start from scratch when I finally know what I am
> doing! :)
Here's a quick way to remove all ruby packages:
dpkg -l '*ruby*' | grep ^ii | awk '{print $2}' |
xargs sudo apt-get remove
But take a look at what's being removed first:
dpkg -l '*ruby*' | grep ^ii
> However, do the tool scripts for ruby-vpi need to have paths set
> up manually, or should the paths be set up by the gem install?
Not manual; should be automatically set up by gem install. (It
creates executables in /usr/bin or /bin or /usr/X11R6/bin ...)
> Anyway, keep up the good work; I look forward to the new release!
Thanks for the encouragement.