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

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m
(Improved)
Line 1: Line 1:
;  First open edit your sources.list file.
+
== Repositories ==
 
+
Add [http://ubuntuguide.org/wiki/Ubuntu_Edgy#How_to_add_extra_repositories extra repositories]
<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>## Christian Marillat's Mult-Media Repository for Unstable</nowiki>
Line 18: Line 13:
  
 
<nowiki>deb http://www.rarewares.org/debian/packages/experimental/ ./</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
 
; Then you need to import Christian Marillat's authentication key
Line 25: Line 18:
 
<code>gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 1F41B907 | sudo apt-key add -</code>
 
<code>gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 1F41B907 | sudo apt-key add -</code>
  
; Then update and install Rubyripper
+
== Stable Version Install ==
 +
 
 +
; Update and then install Rubyripper
  
 
<code>sudo apt-get update</code>
 
<code>sudo apt-get update</code>
Line 31: Line 26:
 
<code>sudo apt-get install rubyripper</code>
 
<code>sudo apt-get install rubyripper</code>
  
; Then run Rubyripper
+
; Run Rubyripper
  
 
<code>rubyripper_gtk2</code>
 
<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==  
 
==External links==  

Revision as of 21:38, 28 November 2006

Repositories

Add extra repositories

## 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 you need to import Christian Marillat's authentication key

gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 1F41B907 | sudo apt-key add -

Stable Version Install

Update and then install Rubyripper

sudo apt-get update

sudo apt-get install rubyripper

Run Rubyripper

rubyripper_gtk2

Development Version

Open a console and type

sudo apt-get install libfreedb-ruby libglade2-ruby lame cd-discid

Download the files

http://rubyripper.googlecode.com/svn/trunk/

Run from directory
  • Make the files rubyripper_gtk2 and rubyripper_cli executable (chmod +x <filename>)
  • ./rubyripper_gtk2.rb or ./rubyripper_cli.rb can be used to launch each
  • ruby rubyripper_gtk2.rb or ruby rubyripper_cli.rb should also work

External links