2014年10月27日 星期一

[Ubuntu]Install Wine 1.7 in Ubuntu

Install Wine in Ubuntu/Linux Mint open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
· sudo add-apt-repository ppa:ubuntu-wine/ppa
· sudo apt-get update
· sudo apt-get install wine1.7
· sudo apt-get install winetricks

沒有留言:

張貼留言

[python]pip install fcntl (Win10)

建立一個 fcntl.py文件, 並將其存放Python的安装路徑Lib目錄下, C:\Users\[name]\AppData\Local\Programs\Python\Python311\Lib fcntl.py =============================...