quentinhardy / odat

ODAT: Oracle Database Attacking Tool
1.62k stars 344 forks source link

odat dependency for asyncore python3 #69

Closed CherenkovRadiator closed 1 month ago

CherenkovRadiator commented 1 month ago

I'm using kali linux (debian) and I have python3-pyasyncore installed on the my system. When I'm installing kali-linux-everything odat gets installed too as dependency. It tells me that odat has a dependency which is python3-asyncore (not to be confused with python3-pyasyncore which i already have) which has been depresiated in python from version 3.12 and during installtion python3-asyncore conflicts with python3-asyncore. Following this I am not able to upgrade my system properly

CherenkovRadiator commented 1 month ago

Sorry, but I'm on debian based linux (kali) so that won't work for me.

CherenkovRadiator commented 1 month ago

kali devs have fixed the issue in the latest update to kali-rolling. Just had to remove odat using sudo dpkg --purge --force-all odat and then run sudo apt-get update && sudo apt-get dist-upgrade or in my case sudo apt --fix-broken install.