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.)
(Out of date since v0.3)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
;  First open edit your sources.list file.
 
  
<nowiki>sudo cp -p /etc/apt/sources.list /etc/apt/sources.list_backup</nowiki>
 
 
<nowiki>sudo nano /etc/apt/sources.list</nowiki>
 
 
;  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
 
 
<nowiki>gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 1F41B907 | sudo apt-key add -</nowiki>
 
 
; Then update and install Rubyripper
 
 
<nowiki>sudo apt-get update</nowiki>
 
 
<nowiki>sudo apt-get install rubyripper</nowiki>
 
 
; Then run Rubyripper
 
 
<nowiki>rubyripper_gtk2</nowiki>
 
 
[[Category:Guides]]
 

Latest revision as of 19:16, 5 December 2006