Ubuntu – How to install Ruby Ripper, or another app that does MP3s through a GUI

mp3musicruby

I have tried to install ruby ripper various times (raring) using code pasted from the internet. everytime i get to sudo apt-get install rubyripper, i get this back:

E: Unable to locate package rubyripper

I would like to install something that will let me rip mp3s, and modify the rip setting.

Rhythm box seems to only rip a thing called ogg vorbis. I would like to install something that will let me rip mp3s through a gui.

Best Answer

Simplest method.

UPDATED: 2016-Aug

Add the Get-Debian 'Apps' archive, its key, and then standard install:

sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu $(lsb_release -cs)-getdeb apps" > /etc/apt/sources.list.d/getdeb.list'
wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sudo apt-get update

sudo apt-get install rubyripper

Tested for 16.04 LTS (Xenial), 14.04 LTS (Trusty), and 13.10 (Saucy).


Minor issue (11-Aug-2016): Bug related to non-ASCII characters in track (file)names. eg. 'é', etc.

Known regression bug (in RubyRipper 0.6.2), see: https://github.com/momodalo/rubyripper/issues/449). Should be address in (upcoming) RubyRipper 0.7.0 .