【yum源】CentOS7安裝第三方源

weixin_34146805發表於2018-07-17

Nux Dextop

Nux Dextop是一個面對CentOS、RHEL、ScientificLinux的含有許多流行的桌面和多媒體相關的包的第三方RPM倉庫(比如:Ardour,Shutter等等)。目前,Nux Dextop桌面對CentOS和RHEL 6/7可用。


#  rpm -Uvh  http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm


對於 Repoforge/RPMforge 使用者

目前已知Nux Dextop會與其他第三方庫比如Repoforge和ATrpms相沖突。

因此,如果你啟用了除了EPEL的其他第三方庫,強烈建議你將Nux Dextop倉庫設定成“default off”(預設關閉)狀態。

用文字編輯器開啟/etc/yum.repos.d/nux-dextop.repo,並且在nux-desktop下面將"enabled=1" 改成 "enabled=0"。

無論何時當你從Nux Dextop倉庫安裝包時,顯式地用下面的命令啟用倉庫。

# yum   --enablerepo=nux-dextop install

EPEL

EPEL是企業版 Linux 附加軟體包的簡稱,EPEL是一個由Fedora特別興趣小組建立、維護並管理的,針對 紅帽企業版 Linux(RHEL)及其衍生髮行版(比如 CentOS、Scientific Linux、Oracle Enterprise Linux)的一個高質量附加軟體包專案。


EPEL 的軟體包通常不會與企業版 Linux 官方源中的軟體包發生衝突,或者互相替換檔案。

EPEL 專案與 Fedora 基本一致,包含完整的構建系統、升級管理器、映象管理器等等。


# wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

# rpm -ivh epel-release-latest-7.noarch.rpm


Remi源

rpm -Uvh http://mirrors.hustunique.com/remi/enterprise/remi-release-7.rpm


RPM Fusion源 

rpm -Uvh http://download1.rpmfusion.org/free/el/updates/6/x86_64/rpmfusion-free-release-6-1.noarch.rpm


RepoForge源

rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm


阿里源

https://blog.kuoruan.com/65.html 

Centos使用第三方軟體源RepoForge

http://repoforge.org/use

http://pkgs.repoforge.org

RepoForge源可以做為Centos官方源及EPEL源的補充,這樣Centos下常用軟體基本都可使用yum安裝了!

相關文章