Comment 4 for bug 963662

Revision history for this message
Avi Asher (avindak) wrote :

Hi,
I am a Linux noob but managed to solve this problem on a Ubuntu 12.04 64bit I found out where the rvm post inst file is located at:
/var/lib/dpkg/info/ruby-rvm.postinst
Opened it and replaced the admin group requirement to sudo:

The file contents are attached.
After changing it save it on your desktop and run the following command to copy the fixed file to the original location:

sudo cp ~/Desktop/ruby-rvm.postinst /var/lib/dpkg/info/ruby-rvm.postinst