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

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m
(Out of date since v0.3)
 
(4 intermediate revisions by one user not shown)
Line 1: Line 1:
;  First open edit your sources.list file.
 
  
<code>sudo cp -p /etc/apt/sources.list /etc/apt/sources.list_backup</code>
 
 
<code>sudo nano /etc/apt/sources.list</code>
 
 
;  Then paste (Shift+Insert) the following at the bottom of sources.list
 
 
<nowiki>## Christian Marillat's Mult-Media Repository for Unstable</nowiki>
 
 
<nowiki>deb http://www.debian-multimedia.org sid main</nowiki>
 
 
<nowiki>## Christian Marillat's Mult-Media Repository for Unstable - Experimental Staging</nowiki>
 
 
<nowiki>deb http://www.debian-multimedia.org experimental main</nowiki>
 
 
<nowiki>## RareWares/Debian Multi-Media Repository for Unstable - Experimental Staging</nowiki>
 
 
<nowiki>deb http://www.rarewares.org/debian/packages/experimental/ ./</nowiki>
 
 
; Then save the file (Ctrl+x) and exit.
 
 
; Then you need to import Christian Marillat's authentication key
 
 
<code>gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 1F41B907 | sudo apt-key add -</code>
 
 
; Then update and install Rubyripper
 
 
<code>sudo apt-get update</code>
 
 
<code>sudo apt-get install rubyripper</code>
 
 
; Then run Rubyripper
 
 
<code>rubyripper_gtk2</code>
 
 
==External links==
 
* [http://www.rarewares.org/debian/packages/unstable/rubyripper_0.2-0rarewares1_i386.deb Debian Package] unstable Debian compile of Rubyripper.
 
 
[[Category:Guides]]
 

Latest revision as of 19:16, 5 December 2006