You are not logged in.
Pages: 1
hi,,
i want install wpscan
http://wpscan.org/
but after do
sudo gem install bundler && bundle install --without test development
show this :
WARNING: You don't have /root/.gem/ruby/2.0.0/bin in your PATH,
gem executables will not run.
Successfully installed bundler-1.3.5
Parsing documentation for bundler-1.3.5
1 gem installed
bash: bundle: command not foundhow fixed
Offline
Offline
Not an Installation issue, moving to Newbie Corner...
Offline
show this :
WARNING: You don't have /root/.gem/ruby/2.0.0/bin in your PATH, gem executables will not run.how fixed
Which part of that text didn't you understand? Append that path to the PATH variable and it should work.
Offline
Either use rvm/similar or wrap in a PKGBUILD.
Never install stuff directly by hand like that as root, you will just end up with a huge mess.
Last edited by Mr.Elendig (2013-05-11 11:40:25)
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Thank you all
Moved from Ubuntu to Arch Linux
I wanted some help
Sorry to put the topic without section
Offline
java wrote:show this :
WARNING: You don't have /root/.gem/ruby/2.0.0/bin in your PATH, gem executables will not run.how fixed
Which part of that text didn't you understand? Append that path to the PATH variable and it should work.
sorry but how append the path .?
Offline
Don't do it. It is not the right solution, and will only work for apps you run as root anyway. As I said, either use rvm/similar, or use a PKGBUILD./prebuilt package.
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
thank you Mr.Elendig
I know it is not the right solution,
But I can not install it on a normal user
I tried to install it on the root
Now I have a user name, Java,
How do I install the tool wpscan
Step by step.!
Thanks for the help
Offline
ok i am install wpscan from yaourt
thank you
Offline
Please do not ask for step-by-step instructions here: that is what the wiki is for.
You can mark your thread as [Solved] by editing your first post and prepending it to the title.
Offline
You should not use yaourt before you have learned about how to use makepkg, also the wpscan-svn pkgbuild on aur is horribly oudated and should be replaced. (upstream changed from svn to git)
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Pages: 1