I can't install ruby-debug-ide and byebug.
The command:
sudo gem install byebug
The command:
sudo gem install ruby-debug-ide
Gives me this error:
And they both give me the same error:
"Failed to build gem native extension."
Are both problems part of the same problem or are they different problems?
Update:
sudo apt-get install build-essential
Solved my problem installing byebug
The ruby-debug-ide is still giving me this new error:



and then
Did the job for ruby-debug-ide.
And for byebug:
and then:
sudo gem install byebug