Install PlayOnLinux Kali Linux && Run PlayOnLinux as Root on Kali Linux
Home Page: https://www.playonlinux.com/
PlayOnLinux is open source, makes easy to Install / Uninstall windows applications on Linux.
Install with terminal:
apt-get install playonlinux
Run as Root:
Step 1:
Goto terminal:
gedit /usr/share/playonlinux/lib/sources
Add # in front of the line:
#if [ "$(id -u)" = "0" ]
#then
# echo "PlayOnLinux is not supposed to be run as root. Sorry"
# exit
#fi
Step 2:
Goto terminal:
gedit /usr/share/playonlinux/python/mainwindow.py
Word search: Root uid check
Add # in front of the line:
Video Tutorial:
Comments
Post a Comment