Skip to content

Instantly share code, notes, and snippets.

@w0rm12
w0rm12 / Metasploit issue
Created December 31, 2020 06:10
could not find reline-0.1.5 in any of the sources run bundle install to install missing gems
Error:- could not find reline-0.1.5 in any of the sources run bundle install to install missing gems
Solution:-
Go to folder "/usr/share/metasploit-framework"
Run the following command:-
gem cleanup reline && sudo gem cleanup reline
bundle install
gem install bundler
gem update --system