digininja / CeWL

CeWL is a Custom Word List Generator
1.96k stars 258 forks source link

Install cewl at ubuntu 14.04 Help #58

Closed stereonov closed 4 years ago

stereonov commented 4 years ago

Hello trying to install cewl 'https://github.com/digininja/CeWL/releases/tag/5.2' at ubuntu 14.04 but not working. I have follow all instructions from here: https://digi.ninja/projects/cewl.php Some dependencies was require ruby version 2.0 and others version 2.5 however i have install a few versions and all dependencies have installed. 'bundle install' has success. Also make directory executable but when I navigate to directory and execute: cewl --help I get: No command 'cewl' found, did you mean: Command 'mewl' from package 'mew-beta-bin' (universe) Command 'mewl' from package 'mew-bin' (universe) cewl: command not found

Can you please tell me what I am doing wrong? Thank you very much!

digininja commented 4 years ago

Linux doesn't automatically have the current directory in the path and so you have to specify where you are loading the app from:

./cewl.rb <params>

On Fri, 20 Dec 2019 at 14:16, Kostas Xatzis notifications@github.com wrote:

Hello trying to install cewl ' https://github.com/digininja/CeWL/releases/tag/5.2' at ubuntu 14.04 but not working. I have follow all instructions from here: https://digi.ninja/projects/cewl.php Some dependencies was require ruby version 2.0 and others version 2.5 however i have install a few versions and all dependencies have installed. 'bundle install' has success. Also make directory executable but when I navigate to directory and execute: cewl --help I get: No command 'cewl' found, did you mean: Command 'mewl' from package 'mew-beta-bin' (universe) Command 'mewl' from package 'mew-bin' (universe) cewl: command not found

Can you please tell me what I am doing wrong? Thank you very much!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/digininja/CeWL/issues/58?email_source=notifications&email_token=AAA4SWKR7K2QQ6AMEDGLU4DQZTHTPA5CNFSM4J56OZQKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IB7INDQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA4SWNV3TAVS4U6LTT6Q4DQZTHTPANCNFSM4J56OZQA .

stereonov commented 4 years ago

Can't believe it was so easy... Thank you so much, great work!