我正在kali-linux(一个linux发行版女巫是Back-Track的延续,基于Ubuntu,现在基于Debian wheezy)进行一些渗透测试。一切正常,直到我决定更新我的系统工具。现在,每当我尝试运行基于 ruby 的工具时,它都会困扰我:
Could not find gem 'ruby-progressbar (>= 1.1.0) ruby' in the gems available on this machine.
Run `bundle install` to install missing gems.
我继续运行bundle install
,但随后出现Bundler::GemfileNotFound
错误。
Kali 默认使用 ruby,用于使用 gems。该软件不需要任何其他软件包,但 ruby 似乎没有针对手头的问题进行完全配置/安装。
$ ruby --version
ruby 1.9.3p194 (2012-04-20 revision 35410) [i486-linux]
$ rvm
bash: rvm: command not found
$ rbenv
bash: rbenv: command not found