RubyGTK

Asked by Vivek

i have ubuntu 7.04 feisty fawn and i just installed wiki-lyrics in amarok and it tells me i need QtRuby, RubyGTK, or TkRuby to run this program. I'm not sure what those are. Can you help me?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu amarok Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#1

They are additional library packages required try to install one or all of them:

Please open a Terminal from the menu Applications->Accessories->Terminal and type:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libgtk2-ruby

give your user password when requested, you don't see nothing when you type it, then press enter.

Hope this helps

Revision history for this message
Vivek (vivbhan) said :
#2

Thanks marcobra, that solved my question.