FYI, for others that may be looking here for their own ruby-rvm package build, I'll try to be as clear as possible...
Prior to going through Shawn's instructions I removed ruby and ruby-rvm and then issued an autoremove and a purge. --- apt-get remove ruby ruby-rvm -y apt-get autoremove -y * Received a complaint from apt that the ruby-rvm group did not exist. dpkg --purge ruby-rvm --- At this point I started with Shawn's instructions. Once I had finished with Shawn's instructions I did the following... --- dpkg -i ruby-rvm_1.6.9-0ubuntu2_all.deb * I was informed that I was missing needed dependencies to avoid this make certain the following are installed... apt-get install zlib1g-dev libreadline-gplv2-dev libxml2-dev libsqlite3-dev libtinfo-dev --- If you ran through this in the order I did the ruby-rvm package will be installed after the dependencies are installed. You can check this with... --- rvm usage --- Which should give you some helpful rvm output. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/894311 Title: ruby-rvm's maintainer scripts expect the admin group to exist To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ruby-rvm/+bug/894311/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
