Rubyripper Debian and Ubuntu Based Distro Installation: Difference between revisions

From Hydrogenaudio Knowledgebase
(Out of date since v0.3)
 
(One intermediate revision by the same user not shown)
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
* Make the files rubyripper_gtk2 and rubyripper_cli executable (<code>chmod +x <filename></code>)
* <code>./rubyripper_gtk2.rb</code> or <code>./rubyripper_cli.rb</code> can be used to launch each
* <code>ruby rubyripper_gtk2.rb</code> or <code>ruby rubyripper_cli.rb should also work
==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