Rubyripper Debian and Ubuntu Based Distro Installation
- 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
- Debian Package unstable Debian compile of Rubyripper.