You may receives a error while install wine.
root@demo:~#./tools/wineinstall
Error:
"You are running wineinstall as root, this is not advisable.
Please rerun as a user. Aborting."
Solution:
./configure && make && sudo make install
root@demo:~#./tools/wineinstall
Error:
"You are running wineinstall as root, this is not advisable.
Please rerun as a user. Aborting."
Solution:
./configure && make && sudo make install
No comments :
Post a Comment