Rubyripper Debian and Ubuntu Based Distro Installation: Difference between revisions

From Hydrogenaudio Knowledgebase
mNo edit summary
m (I think this is right.)
Line 1: Line 1:
;  First open edit your sources.list file.
;  First open edit your sources.list file.


<nowiki>sudo cp -p /etc/apt/sources.list /etc/apt/sources.list_backup</nowiki>
<code>sudo cp -p /etc/apt/sources.list /etc/apt/sources.list_backup</code>


<nowiki>sudo nano /etc/apt/sources.list</nowiki>
<code>sudo nano /etc/apt/sources.list</code>


;  Then paste (Shift+Insert) the following at the bottom of sources.list
;  Then paste (Shift+Insert) the following at the bottom of sources.list
Line 9: Line 9:
<nowiki>## Christian Marillat's Mult-Media Repository for Unstable</nowiki>
<nowiki>## Christian Marillat's Mult-Media Repository for Unstable</nowiki>


<nowiki>deb http://www.debian-multimedia.org sid main</nowiki>
<code>deb http://www.debian-multimedia.org sid main</code>


<nowiki>## Christian Marillat's Mult-Media Repository for Unstable - Experimental Staging</nowiki>
<nowiki>## Christian Marillat's Mult-Media Repository for Unstable - Experimental Staging</nowiki>


<nowiki>deb http://www.debian-multimedia.org experimental main</nowiki>
<code>deb http://www.debian-multimedia.org experimental main</code>


<nowiki>## RareWares/Debian Multi-Media Repository for Unstable - Experimental Staging</nowiki>
<nowiki>## RareWares/Debian Multi-Media Repository for Unstable - Experimental Staging</nowiki>


<nowiki>deb http://www.rarewares.org/debian/packages/experimental/ ./</nowiki>
<code>deb http://www.rarewares.org/debian/packages/experimental/ ./</code>


; Then save the file (Ctrl+x) and exit.
; Then save the file (Ctrl+x) and exit.
Line 23: Line 23:
; Then you need to import Christian Marillat's authentication key
; 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>
<code>gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 1F41B907 | sudo apt-key add -</code>


; Then update and install Rubyripper
; Then update and install Rubyripper


<nowiki>sudo apt-get update</nowiki>
<code>sudo apt-get update</code>


<nowiki>sudo apt-get install rubyripper</nowiki>
<code>sudo apt-get install rubyripper</code>


; Then run Rubyripper
; Then run Rubyripper


<nowiki>rubyripper_gtk2</nowiki>
<code>rubyripper_gtk2</code>


==External links==  
==External links==  

Revision as of 06:35, 28 November 2006

First open edit your sources.list file.

sudo cp -p /etc/apt/sources.list /etc/apt/sources.list_backup

sudo nano /etc/apt/sources.list

Then paste (Shift+Insert) the following at the bottom of sources.list

## 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 save the file (Ctrl+x) and exit.
Then you need to import Christian Marillat's authentication key

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

Then update and install Rubyripper

sudo apt-get update

sudo apt-get install rubyripper

Then run Rubyripper

rubyripper_gtk2

External links