在Fedora linux中安装.bundle文件

时间:2021-07-03 07:04:16

So I am using Ozone OS which is basically just fedora with a cool theme, and a lot less crap installed. I tried installing VMWare Horizon view client from here: https://my.vmware.com/web/vmware/details?downloadGroup=VIEWCLIENTS_LINUX_32&productId=421&rPId=7320

所以我使用的是臭氧操作系统,它基本上只是一个很酷的主题的fedora,而且安装的垃圾少得多。我尝试从这里安装VMWare Horizo​​n视图客户端:https://my.vmware.com/web/vmware/details?downloadGroup = CLICLIENTS_LINUX_32&productId = 421&rPId = 7320

and then i renamed the file to vmware.bundle, when i make it runnable with:

然后我将文件重命名为vmware.bundle,当我使其运行时:

chmod +x vmware.bundle

i ran the file using:

我使用以下命令运行文件:

./vmware.bundle

this is what happens in my terminal

这就是我的终端发生的事情

VMWare Horizon Client is an x86 application but you are trying to install it to an x64 Linux.
To run this installation, you may need to install 32-bit runtime libraries. Do you want to proceed? (yes/no)yes
Extracting VMware Installer...done.

but when i try going to the application menu, I can find VMware anywhere

但是当我尝试进入应用程序菜单时,我可以在任何地方找到VMware

1 个解决方案

#1


0  

There is really no such thing as ".bundle" files on Fedora. The only format for installable software on Fedora are RPM files.

在Fedora上确实没有“.bundle”文件这样的东西。 Fedora上可安装软件的唯一格式是RPM文件。

All that this ".bundle" file appears to be, is the vendor's custom installation script, that's all. It's not any kind of a standard packaging format, of any kind.

所有这个“.bundle”文件似乎都是供应商的自定义安装脚本,就是这样。它不是任何形式的标准包装形式。

You will be able to find a newly-installed application on your application menu only if the application correctly installed a .desktop file in the right location. If this installation script did not do so, you won't get anything in the application menu.

只有当应用程序在正确的位置正确安装.desktop文件时,您才能在应用程序菜单上找到新安装的应用程序。如果此安装脚本没有这样做,您将无法在应用程序菜单中获得任何内容。

It is the application script's responsibility to install a .desktop file in order for the application to appear in the application menu.

应用程序脚本负责安装.desktop文件,以便应用程序显示在应用程序菜单中。

#1


0  

There is really no such thing as ".bundle" files on Fedora. The only format for installable software on Fedora are RPM files.

在Fedora上确实没有“.bundle”文件这样的东西。 Fedora上可安装软件的唯一格式是RPM文件。

All that this ".bundle" file appears to be, is the vendor's custom installation script, that's all. It's not any kind of a standard packaging format, of any kind.

所有这个“.bundle”文件似乎都是供应商的自定义安装脚本,就是这样。它不是任何形式的标准包装形式。

You will be able to find a newly-installed application on your application menu only if the application correctly installed a .desktop file in the right location. If this installation script did not do so, you won't get anything in the application menu.

只有当应用程序在正确的位置正确安装.desktop文件时,您才能在应用程序菜单上找到新安装的应用程序。如果此安装脚本没有这样做,您将无法在应用程序菜单中获得任何内容。

It is the application script's responsibility to install a .desktop file in order for the application to appear in the application menu.

应用程序脚本负责安装.desktop文件,以便应用程序显示在应用程序菜单中。