Difference between revisions of "Rubyripper Debian and Ubuntu Based Distro Installation"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m
Line 34: Line 34:
  
 
<nowiki>rubyripper_gtk2</nowiki>
 
<nowiki>rubyripper_gtk2</nowiki>
 +
 +
[[Category:Guides]]

Revision as of 22:54, 27 November 2006

First open edit your sources.list file.

sudo cp -p /etc/apt/sources.list /etc/apt/sources.list_backup

sudo nano /etc/apt/sources.list

Then paste (Shift+Insert) the following at the bottom of sources.list

## Christian Marillat's Mult-Media Repository for Unstable

deb http://www.debian-multimedia.org sid main

## Christian Marillat's Mult-Media Repository for Unstable - Experimental Staging

deb http://www.debian-multimedia.org experimental main

## RareWares/Debian Multi-Media Repository for Unstable - Experimental Staging

deb http://www.rarewares.org/debian/packages/experimental/ ./

Then save the file (Ctrl+x) and exit.
Then you need to import Christian Marillat's authentication key

gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 1F41B907 | sudo apt-key add -

Then update and install Rubyripper

sudo apt-get update

sudo apt-get install rubyripper

Then run Rubyripper

rubyripper_gtk2