Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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 於 修改