D
D
dima gordey2020-09-13 16:54:43
linux
dima gordey, 2020-09-13 16:54:43

Error E: Candidate for installation not found for package 'python-m2crypto'?

5f5e249c13d4e068017973.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Valdemar Smorman, 2020-09-13
@novichok888

Kali on Debian?
What python do you have installed?
Judging by the screen 3rd?
python-m2crypto 2nd python package.
For example, in Ubuntu 20.04 the default is python3, and in order for Ace Stream Engine to work, for example, you need the 2nd python and this package is also treated like this:
1. install the 2nd python

sudo apt-get install python2.7 libpython2.7 python-apsw python-setuptools net-tools

2. install the python-m2crypto package required for Ace Stream Engine to work from the Ubuntu 19.04 release repository
cd /tmp
wget http://archive.ubuntu.com/ubuntu/pool/universe/m/m2crypto/python-m2crypto_0.31.0-6_amd64.deb
sudo dpkg -i python-m2crypto_0.31.0-6_amd64.deb
sudo apt-get install -f

3. install pip for Python2.7 and with it the resources package
wget https://bootstrap.pypa.io/get-pip.py
sudo  python get-pip.py
pip install resource
cd

For Kali (Debain) it seems to be slightly different, because. the python-m2crypto package is in its repository, but the essence is approximately the same.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question