Fedora Linux的其他存储库

Fedora’s repositories provide most of the software packages needed when using Linux. However, for various consideration, they do not provide some packages, such as MPlayer, ffmpeg. Fortunately, some community maintained repository provides these software. And they may also package propriety software, such as ATI fglrx dive, NVIDIA driver, into rpm packages. In this post, we introduce theses additional repositories and how to install them into Fedora.

Fedora的存储库提供了使用Linux时所需的大多数软件包。 但是,出于各种考虑,它们不提供某些软件包,例如MPlayer,ffmpeg。 幸运的是,一些社区维护的存储库提供了这些软件。 他们还可能将诸如ATI fglrx dive,NVIDIA驱动程序之类的专有软件打包到rpm软件包中。 在这篇文章中,我们介绍了这些额外的存储库以及如何将它们安装到Fedora中。

RPM融合 (RPM Fusion)

“RPM Fusion provides software that the Fedora Project or Red Hat doesn’t want to ship. That software is provided as precompiled RPMs for all current Fedora versions and Red Hat Enterprise Linux 5 and 6; you can use the RPM Fusion repositories with tools like yum and PackageKit.”

“ RPM Fusion提供了Fedora Project或Red Hat不想发行的软件。 该软件作为所有当前Fedora版本以及Red Hat Enterprise Linux 5和6的预编译RPM提供。 您可以将RPM Fusion存储库与yum和PackageKit等工具一起使用。”

RPM Fusion has two separate software repositories. The free for Open Source Software (as defined by the Fedora Licensing Guidelines) which the Fedora project cannot ship due to other reasons. The nonfree for redistributable software that is not Open Source Software (as defined by the Fedora Licensing Guidelines); this includes software with publicly available source-code that has “no commercial use”-like restrictions.

RPM Fusion有两个单独的软件存储库 免费的开源软件(由Fedora许可准则定义),由于其他原因,Fedora项目无法交付。 非自由发行的非免费软件,不是开源软件(由Fedora许可准则定义); 这包括带有可公开获得的源代码的软件,该源代码具有类似“无商业用途”的限制。

To enable access to both the free and the nonfree repository use the following command.

为了能够获得自由非自由库同时使用下面的命令。

Released and currently supported Fedora versions:

已发行和当前受支持的Fedora版本:

On Fedora 22 and some future releases:

在Fedora 22和一些将来的版本上:

# dnf install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

On Fedora 21 and previous releases:

在Fedora 21和以前的版本中:

# yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

Fedora Rawhide and what will become the next Fedora version (Alpha, Beta and snapshots). The addresses are:

Fedora Rawhide以及将成为下一个Fedora版本(Alpha,Beta和快照)的东西。 地址是:

http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm
http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm

Adobe软件版本 (Adobe software release )

Adobe maintains a yum repository for its software. One of the widely used piece of software on Linux from Adobe may be the Adobe Reader.

Adobe为其软件维护一个yum存储库。 Adobe Reader在Linux上广泛使用的软件之一可能是Adobe Reader。

Install the yum repository:

安装yum存储库:

# rpm -Uvh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm;

Install the Adobe Reader (if needed):

安装Adobe Reader(如果需要):

# yum install AdobeReader_enu -y;

Google Chrome存储库 (Google Chrome repository )

Add the yum repository for installing Google Chrome from Google:

添加用于从Google安装Google Chrome的yum存储库:

# echo "[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
" > /etc/yum.repos.d/google-chrome.repo

Install Google Chrome:

安装谷歌浏览器:

# yum install google-chrome-stable -y;

[hr]
Update history:
20150604: Updated to Fedora 22 with dnf.

[小时]
更新历史:
20150604:使用dnf更新到Fedora 22。

翻译自: https://www.systutorials.com/additional-repositories-for-fedora-linux/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值