Package Details: rubyripperremix 0.8.0rc4_0.2.0-2

Git Clone URL: https://aur.archlinux.org/rubyripperremix.git (read-only, click to copy)
Package Base: rubyripperremix
Description: Secure audiodisc ripper with AccurateRip and CTDB verification (Fork of rubyripper)
Upstream URL: https://github.com/Masterisk-F/RubyRipperRemix
Licenses: GPL-3.0-only
Submitter: Masterisk-F
Maintainer: Masterisk-F
Last Packager: Masterisk-F
Votes: 0
Popularity: 0.000000
First Submitted: 2026-01-18 13:37 (UTC)
Last Updated: 2026-02-28 10:52 (UTC)

Dependencies (23)

Required by (0)

Sources (1)

Latest Comments

Masterisk-F commented on 2026-02-28 11:07 (UTC)

Thanks for your information. fixed!

acalora commented on 2026-02-23 06:03 (UTC) (edited on 2026-02-23 06:05 (UTC) by acalora)

Hi, I think you need to add ruby-rake and ruby-base64 to the list of non-optional dependencies. I removed make dependencies after installation (which removed ruby-rake) and received an error at runtime:

Could not find 'rake' (>= 0) among 78 total gem(s)
The ruby-gtk3 library (or one of its dependencies) could not be found.

After installing Extra/ruby-rake again, I received the following runtime error:

/usr/lib/ruby/3.4.0/did_you_mean/core_ext/name_error.rb:11: warning: base64 is not part of the default gems starting from Ruby 3.4.0. Install base64 from RubyGems.

Installed Extra/ruby-base64 and rrr_gui launched successfully.