PPPwnUI icon indicating copy to clipboard operation
PPPwnUI copied to clipboard

Cannot launch UI on linux

Open mrmonke710 opened this issue 1 year ago • 2 comments

Screenshot from 2024-06-19 16-55-05

So i successfully downloaded the repository from the terminal but i cant seem to get it to actually launch. "chmod +x PPPwnUI.sh" does nothing. not sure what im doing wrong

mrmonke710 avatar Jun 19 '24 21:06 mrmonke710

Sorry for late answer, you don't have Tkinter Installed

Try to run this : For Debian-based Linux: sudo apt-get install python-tk For Arch-based Linux: sudo pacman -S tk For Fedora-based Linux: sudo dnf install python3-tkinter For RHEL, CentOS, Oracle Linux: sudo yum install -y tkinter tk-devel

B-Dem avatar Jul 23 '24 15:07 B-Dem

I have revised the PPPwnUI README to give much more detail on how to run this program

https://github.com/B-Dem/PPPwnUI/pull/13

danboid avatar Jul 27 '24 20:07 danboid