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

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Debian- and Ubuntu-Based Distro Installation Instructions moved to Rubyripper Debian and Ubuntu Based Distro Installation: It needs to be more descriptive, rather then being a page left astray.)
m
Line 34: Line 34:
  
 
<nowiki>rubyripper_gtk2</nowiki>
 
<nowiki>rubyripper_gtk2</nowiki>
 +
 +
==External links==
 +
* [http://www.rarewares.org/debian/packages/unstable/rubyripper_0.2-0rarewares1_i386.deb Debian Package] unstable Debian compile of Rubyripper.
  
 
[[Category:Guides]]
 
[[Category:Guides]]

Revision as of 06:31, 28 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

External links