运行以下命令:
wine /Home/Downloads/steamsetup.exe
wine Username/Home/downloads/steamsetup.exe
导致file not found
。如何在终端中指定文件位置?
我在使用 Ubuntu 16.04 LTS。
答案1
尝试
wine ~/Downloads/steamsetup.exe
‘~’字符被当前用户主目录替换。
运行以下命令:
wine /Home/Downloads/steamsetup.exe
wine Username/Home/downloads/steamsetup.exe
导致file not found
。如何在终端中指定文件位置?
我在使用 Ubuntu 16.04 LTS。
尝试
wine ~/Downloads/steamsetup.exe
‘~’字符被当前用户主目录替换。