没有为可执行文件安装应用程序

Ap-*_*Mas 6 executable unetbootin

我是一个新的 Linux 用户。我在 1 个月前购买了一台预装了 Windows 8 的 64x 笔记本电脑。

我使用 UnetBootin 安装了 Ubuntu 12.10 并完全删除了 Windows 8。

现在,新的 Ubuntu 版本对于我的慢速笔记本电脑来说有点太重了,因此我决定尝试 Bodhi 或 Fedora。就像我安装 Ubuntu 一样,我下载了 Linux 版 UnetBootin 和 Bodhi 镜像。我以为我可以简单地运行 UnetBootin 并按照我在 Windows 上所做的相同步骤,然后安装 Bodhi ...

但是当我双击下载的 UnetBootin 可执行文件 ["unetbootin-linux-583"] 时,它给了我以下错误:

Could not display "/home/laptop/Desktop/unetbootin-linux-583".
There is no application installed for executable files.
Do you want to search for an application to open this file?
Run Code Online (Sandbox Code Playgroud)

我之前搜索过有关错误的信息,并Allow executing file as a program在属性中找到了多次更改的提示。我试过了,现在如果我双击,什么也没有发生。

jer*_*oen 13

您可能忘记将 unetbootin 文件设为可执行文件。

右键单击unetbootin-linux-583,单击属性,选择选项卡权限。检查小方块Allow execution file as program

现在双击 unetbootin-linux-583 并填写您的密码。

您也可以通过命令行来完成。打开一个终端Ctrl+ Alt+T和类型:

cd /path/to/unetbootin
chmod +x unetbootin-linux-583
./unetbootin-linux-583
Run Code Online (Sandbox Code Playgroud)

最后,填写您的密码。


AnA*_*ner 1

进入软件中心并下载 wine。然后,下载windows版本的unetbooting并用wine运行它!利润!