搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Where can I get the latest ver. in a RPM format

  • 4 个回答
  • 34 人有此问题
  • 7 次查看
  • 最后回复者为 cor-el

more options

I'm running Fedora 16 and I don't know how to install the new download because I can't get anything to extract and install the file. I've tried unzip and it doesn't work. What do you suggest to someone who is relatively new to linux?

I'm running Fedora 16 and I don't know how to install the new download because I can't get anything to extract and install the file. I've tried unzip and it doesn't work. What do you suggest to someone who is relatively new to linux?

所有回复 (4)

more options

RPM packages are supposed to be handled by the RPM tool. You are not supposed to manually extract anything. The first thing you should try is to open FC's RPM front-end (something like add/remove software in the control center or so). If you have done this already and the package you want isn't in the repository, you can search for alternative repositories. If everything else fails, you download the packages you want and install them using rpm -Uvh full-package-file-name. Pay attention to the (uppercase) U, it is needed when you will update a package. You can always type man rpm or rpm --help to see more options. If you are new to this thing, I advise you to search in forums related specific to Fedora before doing this.

more options

When you say "to install the new download because I can't get anything to extract and install the file". Is this referring to the Firefox 6.0.2 tarbal from mozilla.org or a RPM build from somewhere?

more options

tarball from mozilla.

more options

Open the tar.bz2 archive with a file manager and copy the files to a folder or extract the files in a terminal window to a folder.

See:

由cor-el于修改