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

Cannot launch UI on linux #11

Open
mrmonke710 opened this issue Jun 19, 2024 · 2 comments
Open

Cannot launch UI on linux #11

mrmonke710 opened this issue Jun 19, 2024 · 2 comments

Comments

@mrmonke710
Copy link

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

@B-Dem
Copy link
Owner

B-Dem commented Jul 23, 2024

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

@danboid
Copy link

danboid commented Jul 27, 2024

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

#13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants