pkg_info | grep ruby-1
jruby-1.6.0         pure-Java implementation of the Ruby language
ruby-1.8.7.334      object oriented script language with threads

sudo pkg_delete ruby-2
[no error]

sudo pkg_delete rubydubydo
Can't resolve rubydubydo to an installed package name

What happened is that I also had ruby 1.9 installed, tried to delete
it (pkg_delete ruby-1.9), thought it worked and was then surprised to
find pkg_delete hadn't done anything.  Specifying the full version as
ruby-1.9.2.180 did work.

Reply via email to