Could not find rake-11.2.2 in any of the sources Run bundle install to install missing gems
up vote
0
down vote
favorite
I'm using Kali Linux and after I done apt-get dist-upgrade I keep receiving this ''Could not find rake-11.2.2 in any of the sources Run bundle install to install missing gems. '' When I do ''bundle install'' I receive this
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
Could not locate Gemfile or .bundle/ directory`.
I have made another non-root user and it give me same thing + I have recreated ./bundle and same error after that and tried to reinstall 'rake-11.2.2 ' I can't because I receive same error like above.
linux kali-linux
add a comment |
up vote
0
down vote
favorite
I'm using Kali Linux and after I done apt-get dist-upgrade I keep receiving this ''Could not find rake-11.2.2 in any of the sources Run bundle install to install missing gems. '' When I do ''bundle install'' I receive this
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
Could not locate Gemfile or .bundle/ directory`.
I have made another non-root user and it give me same thing + I have recreated ./bundle and same error after that and tried to reinstall 'rake-11.2.2 ' I can't because I receive same error like above.
linux kali-linux
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm using Kali Linux and after I done apt-get dist-upgrade I keep receiving this ''Could not find rake-11.2.2 in any of the sources Run bundle install to install missing gems. '' When I do ''bundle install'' I receive this
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
Could not locate Gemfile or .bundle/ directory`.
I have made another non-root user and it give me same thing + I have recreated ./bundle and same error after that and tried to reinstall 'rake-11.2.2 ' I can't because I receive same error like above.
linux kali-linux
I'm using Kali Linux and after I done apt-get dist-upgrade I keep receiving this ''Could not find rake-11.2.2 in any of the sources Run bundle install to install missing gems. '' When I do ''bundle install'' I receive this
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
Could not locate Gemfile or .bundle/ directory`.
I have made another non-root user and it give me same thing + I have recreated ./bundle and same error after that and tried to reinstall 'rake-11.2.2 ' I can't because I receive same error like above.
linux kali-linux
linux kali-linux
edited Nov 16 at 2:17
Rui F Ribeiro
38.2k1475123
38.2k1475123
asked Jul 14 '16 at 13:23
Dox
112
112
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
up vote
0
down vote
You need to be on the metasploit-framework
folder first
cd /usr/share/metasploit-framework/
bundle install
if you get a error installing nokogiri-1.6.8
try to:
sudo apt-get install libxslt-dev libxml2-dev zlib1g-dev --yes
and rerun the bundle install
on the correct folder
add a comment |
up vote
0
down vote
i got the answer from here after going around alot and banging my head alot
https://stackoverflow.com/questions/17539636/bundlergemfilenotfound-whenever-i-try-to-run-bundle-install
simply run gem install bundler then bundler install as root in the tool root path and everything works as charm.
to go to the tool root path
cd /usr/share/metasploit-framework
add a comment |
up vote
-1
down vote
To fix this I ran apt-get install ruby-rails*
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You need to be on the metasploit-framework
folder first
cd /usr/share/metasploit-framework/
bundle install
if you get a error installing nokogiri-1.6.8
try to:
sudo apt-get install libxslt-dev libxml2-dev zlib1g-dev --yes
and rerun the bundle install
on the correct folder
add a comment |
up vote
0
down vote
You need to be on the metasploit-framework
folder first
cd /usr/share/metasploit-framework/
bundle install
if you get a error installing nokogiri-1.6.8
try to:
sudo apt-get install libxslt-dev libxml2-dev zlib1g-dev --yes
and rerun the bundle install
on the correct folder
add a comment |
up vote
0
down vote
up vote
0
down vote
You need to be on the metasploit-framework
folder first
cd /usr/share/metasploit-framework/
bundle install
if you get a error installing nokogiri-1.6.8
try to:
sudo apt-get install libxslt-dev libxml2-dev zlib1g-dev --yes
and rerun the bundle install
on the correct folder
You need to be on the metasploit-framework
folder first
cd /usr/share/metasploit-framework/
bundle install
if you get a error installing nokogiri-1.6.8
try to:
sudo apt-get install libxslt-dev libxml2-dev zlib1g-dev --yes
and rerun the bundle install
on the correct folder
edited Jul 25 '16 at 14:40
answered Jul 25 '16 at 14:29
Marcio Granzotto
1112
1112
add a comment |
add a comment |
up vote
0
down vote
i got the answer from here after going around alot and banging my head alot
https://stackoverflow.com/questions/17539636/bundlergemfilenotfound-whenever-i-try-to-run-bundle-install
simply run gem install bundler then bundler install as root in the tool root path and everything works as charm.
to go to the tool root path
cd /usr/share/metasploit-framework
add a comment |
up vote
0
down vote
i got the answer from here after going around alot and banging my head alot
https://stackoverflow.com/questions/17539636/bundlergemfilenotfound-whenever-i-try-to-run-bundle-install
simply run gem install bundler then bundler install as root in the tool root path and everything works as charm.
to go to the tool root path
cd /usr/share/metasploit-framework
add a comment |
up vote
0
down vote
up vote
0
down vote
i got the answer from here after going around alot and banging my head alot
https://stackoverflow.com/questions/17539636/bundlergemfilenotfound-whenever-i-try-to-run-bundle-install
simply run gem install bundler then bundler install as root in the tool root path and everything works as charm.
to go to the tool root path
cd /usr/share/metasploit-framework
i got the answer from here after going around alot and banging my head alot
https://stackoverflow.com/questions/17539636/bundlergemfilenotfound-whenever-i-try-to-run-bundle-install
simply run gem install bundler then bundler install as root in the tool root path and everything works as charm.
to go to the tool root path
cd /usr/share/metasploit-framework
edited May 23 '17 at 12:39
Community♦
1
1
answered Jul 26 '16 at 18:46
Mohamed Abdelmohsen
1
1
add a comment |
add a comment |
up vote
-1
down vote
To fix this I ran apt-get install ruby-rails*
add a comment |
up vote
-1
down vote
To fix this I ran apt-get install ruby-rails*
add a comment |
up vote
-1
down vote
up vote
-1
down vote
To fix this I ran apt-get install ruby-rails*
To fix this I ran apt-get install ruby-rails*
edited Jul 30 '16 at 22:39
DarkHeart
3,40822139
3,40822139
answered Jul 30 '16 at 22:27
MR-REBOOT
1
1
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f295869%2fcould-not-find-rake-11-2-2-in-any-of-the-sources-run-bundle-install-to-install-m%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown