You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version/revision of BeEF are you using?
0.5.0.0
On what version of Ruby?
2.7
On what browser?
n/a
On what operating system?
Kali 2020.1
Configuration
Are you using a non-default configuration?
no
Have you enabled or disabled any BeEF extensions?
no
Summary
Please provide a summary of the issue.
During install I get an error:
The following packages have unmet dependencies:
build-essential : Depends: gcc (>= 4:9.2) but it is not going to be installed
Depends: g++ (>= 4:9.2) but it is not going to be installed
libc6-dev : Breaks: libgcc-9-dev (< 9.3.0-5~) but 9.2.1-22 is to be installed
E: Unable to correct problems, you have held broken packages.
resolves the issue so it would make sense to add this to the install script.
Unsure whether this will impact older versions of kali if it's included by default...
Expected Behaviour
What was the expected result?
install script runs correctly
Actual Behaviour
What was the actual result?
The following packages have unmet dependencies:
build-essential : Depends: gcc (>= 4:9.2) but it is not going to be installed
Depends: g++ (>= 4:9.2) but it is not going to be installed
libc6-dev : Breaks: libgcc-9-dev (< 9.3.0-5~) but 9.2.1-22 is to be installed
E: Unable to correct problems, you have held broken packages.
Steps to Reproduce
Please provide steps to reproduce this issue.
New install of Kali 2020.1
uninstall ruby
run install script
Additional Information
Please provide any additional information which may be useful in resolving this issue, such as debugging output and relevant screen shots. Debug output can be enabled by specifying debug: true in the config.yaml configuration file.
The text was updated successfully, but these errors were encountered:
Unsure whether this will impact older versions of kali if it's included by default...
This shouldn't be a problem, it will just ignore them if they are already installed.
These dependencies will need to be added to the Dockerfile as well as the install script. Should be a straight-forward fix. Will try to get this done today.
My only concern is adding to a growing list of dependencies. I think at some point they should be reviewed and cleaned up where possible.
Environment
What version/revision of BeEF are you using?
0.5.0.0
On what version of Ruby?
2.7
On what browser?
n/a
On what operating system?
Kali 2020.1
Configuration
Are you using a non-default configuration?
no
Have you enabled or disabled any BeEF extensions?
no
Summary
Please provide a summary of the issue.
During install I get an error:
looking around it seems not an issue unique to beef:
https://superuser.com/questions/1555536/cannot-solve-the-the-following-packages-have-unmet-dependencies-issue
running the suggested:
resolves the issue so it would make sense to add this to the install script.
Unsure whether this will impact older versions of kali if it's included by default...
Expected Behaviour
What was the expected result?
install script runs correctly
Actual Behaviour
What was the actual result?
Steps to Reproduce
Please provide steps to reproduce this issue.
New install of Kali 2020.1
uninstall ruby
run install script
Additional Information
Please provide any additional information which may be useful in resolving this issue, such as debugging output and relevant screen shots. Debug output can be enabled by specifying
debug: true
in theconfig.yaml
configuration file.The text was updated successfully, but these errors were encountered: