mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-25 08:55:59 +03:00
[GH-ISSUE #38] Compatibility with Ubuntu 16.04 #28
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/katoolin-LionSec#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dbeybia on GitHub (Sep 12, 2016).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/38
Will katoolin be compatible with ubuntu 16.04 knowing that the latter comes with Python 3 installed and not Python 2?
@edwinksl commented on GitHub (Sep 22, 2016):
@dbeybia Ubuntu 16.04 comes with both Python 2 and 3 by default.
@vinnytroia commented on GitHub (Oct 27, 2016):
I'm not seeing that. Ubuntu 16.0.4 comes with python3. Even after installing python2.7, most of the kali install fails.
@edwinksl commented on GitHub (Oct 27, 2016):
@vinnytroia How are you checking if your Ubuntu 16.04 has Python 2? Remember that Python 2 is symlinked as just
python, notpython2.@vinnytroia commented on GitHub (Oct 27, 2016):
by looking in the /usr/bin folder. I have to manually install python2.7. Maybe my problem is related to digitalocean distros. I can't get Katoolin working for the life of me. The installs keep failing and the required modules always boil down to this:
Depends: python-cffi-backend-api-min (<= 9729) but it is not installable