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

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(Development Version)
(Out of date since v0.3)
 
Line 1: Line 1:
== Repositories ==
 
Add [http://ubuntuguide.org/wiki/Ubuntu_Edgy#How_to_add_extra_repositories extra repositories]
 
  
:<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 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>
 
 
== Stable Version Install ==
 
 
; Update and then install Rubyripper
 
 
:<code>sudo apt-get update</code>
 
:<code>sudo apt-get install rubyripper</code>
 
 
; Run Rubyripper
 
 
<code>rubyripper_gtk2</code>
 
 
== Development Version ==
 
 
; Open a console and type
 
 
<code>sudo apt-get install libfreedb-ruby libglade2-ruby lame cd-discid</code>
 
 
; Download the files
 
 
http://rubyripper.googlecode.com/svn/trunk/
 
 
; Run from directory
 
 
:<code>cd <download_dir> (Go to the directory where you saved the downloaded archive)</code>
 
:<code>chmod +x *.rb (Make all .rb files executable)</code>
 
:<code>./rubyripper_gtk.rb (Launch gtk2 user interface)</code>
 
:<code>./rubyripper_cli.rb (Launch command line user interface)</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