Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some incompatible packages on Kali linux 2022.4 #427

Closed
torabi12 opened this issue Dec 7, 2022 · 13 comments · Fixed by #442
Closed

Some incompatible packages on Kali linux 2022.4 #427

torabi12 opened this issue Dec 7, 2022 · 13 comments · Fixed by #442
Labels
Installation Installation issues

Comments

@torabi12
Copy link

torabi12 commented Dec 7, 2022

Describe the bug
I would like to ask if the following message causes a problem during installation?

kép

The same error came 2 times during the installation of EMBArk.

To Reproduce
Steps to reproduce the behavior:

  1. EMBArk installation (default mode)
  2. Check the instalattion logs

Desktop (please complete the following information):

  • OS: Kali Linux 2022.4 - VMWare Workstation Pro
@m-1-k-3 m-1-k-3 added the Installation Installation issues label Dec 8, 2022
@m-1-k-3
Copy link
Member

m-1-k-3 commented Dec 8, 2022

EMBArk does not support Kali as host system anymore. See here https://github.com/e-m-b-a/embark/wiki/Installation#prerequisites

@torabi12
Copy link
Author

torabi12 commented Dec 8, 2022

Then my question is not relevant. Thank you.

@m-1-k-3 m-1-k-3 closed this as completed Dec 9, 2022
@m-1-k-3
Copy link
Member

m-1-k-3 commented Dec 10, 2022

As I'm currently testing EMBA on the fresh Kali 2022.4 I have realized that this is not an EMBArk issue. It is from EMBA and so I will move it to EMBA.

@m-1-k-3 m-1-k-3 transferred this issue from e-m-b-a/embark Dec 10, 2022
@m-1-k-3 m-1-k-3 reopened this Dec 10, 2022
@torabi12
Copy link
Author

torabi12 commented Dec 10, 2022

Thank you.

@m-1-k-3
Copy link
Member

m-1-k-3 commented Dec 10, 2022

Thank you for your testing support. Nevertheless, could we please split this thread into EMBArk issues documented here and EMBA issues which we are going to handle in this thread. Otherwise it will get quite confusing.

@torabi12 torabi12 mentioned this issue Dec 10, 2022
14 tasks
@torabi12
Copy link
Author

As we did for patch #405, I tried to fix the above bugs with these versions:

sudo pip3 install --force-reinstall --no-deps --ignore-installed pyee==8.2.2
sudo pip3 install --force-reinstall --no-deps --ignore-installed packaging==20.9
sudo pip3 install --force-reinstall --no-deps --ignore-installed paho-mqtt==1.6.1

I don't know if these are the best versions and if they even need to be rewritten in the docker container.

@m-1-k-3
Copy link
Member

m-1-k-3 commented Dec 19, 2022

As a quick update ... the docker container is currently fine and does not need an update.

@m-1-k-3
Copy link
Member

m-1-k-3 commented Dec 19, 2022

As a quick reference. The only conflict from the container should be solved automatiacally with the next update -stacscan/stacs#32

@torabi12
Copy link
Author

I did a default emba installation today and colorama was fine:

kép

I got back the red lines regarding pyppeteer and ospd-openvas requirements like above. Maybe it can be ignored, unfortunately, I can only tell if something is good if the error message disappears.
There were no other issues during the installation.

Thank you very much!

@m-1-k-3
Copy link
Member

m-1-k-3 commented Dec 19, 2022

colorama only affects the docker image, not the host.

@m-1-k-3
Copy link
Member

m-1-k-3 commented Dec 20, 2022

As far as I can see the dependency issues are from a plain Kali installation which includes openvas.
If you do not use it you can uninstall it via apt-get purge openvas-scanner

@m-1-k-3
Copy link
Member

m-1-k-3 commented Dec 20, 2022

The pyee/pyppeteer dependency conflict can be automatically solved via

sudo pip3 install -U pyppeteer

@torabi12
Copy link
Author

I did your advices, I removed openvas and installed pyppeteer:

kép

and started an emba installation:

kép

If I understand correctly, emba wants to install or use the pyee, packaging and paho-mqtt packages but other applications on the latest Kali require other versions and that's why I get an error message when installing emba.

Thank you for your continued support.

@torabi12 torabi12 changed the title Some incompatible package on Kali linux 2022.4 Some incompatible packages on Kali linux 2022.4 Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Installation Installation issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants