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

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(Stable Version Install)
(Development Version)
Line 36: Line 36:
 
; Run from directory
 
; Run from directory
  
* Make the files rubyripper_gtk2 and rubyripper_cli executable (<code>chmod +x <filename></code>)
+
:<code>cd <download_dir> (Go to the directory where you saved the downloaded archive)</code>
* <code>./rubyripper_gtk2.rb</code> or <code>./rubyripper_cli.rb</code> can be used to launch each
+
:<code>chmod +x *.rb (Make all .rb files executable)</code>
* <code>ruby rubyripper_gtk2.rb</code> or <code>ruby rubyripper_cli.rb should also work
+
:<code>./rubyripper_gtk.rb (Launch gtk2 user interface)</code>
 +
:<code>./rubyripper_cli.rb (Launch command line user interface)</code>
  
 
==External links==  
 
==External links==  

Revision as of 21:41, 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
cd <download_dir> (Go to the directory where you saved the downloaded archive)
chmod +x *.rb (Make all .rb files executable)
./rubyripper_gtk.rb (Launch gtk2 user interface)
./rubyripper_cli.rb (Launch command line user interface)

External links