How to install Nux Dextop repository on CentOS or RHEL

藏色散人
Release: 2020-06-17 13:48:20
forward
2539 people have browsed it

The following tutorial column of centos system introduction will introduce to you how to install the Nux Dextop warehouse on CentOS or RHEL. I hope it will be helpful to friends in need!

How to install Nux Dextop repository on CentOS or RHEL

Introduction

Nux Dextop is a third-party RPM warehouse similar to CentOS, RHEL, ScientificLinux (for example: Ardor, Shutter, etc.). Currently, Nux Dextop is available for CentOS/RHEL 6|7.

Installation

The Nux Dextop library depends on the EPEL library, so the EPEL library must be installed first (Requires administrator rights).
Skip if installed.

$ su root
$ yum -y install epel-release
Copy after login

For RHEL6/CentOS 6 (copy/paste):

$ rpm -Uvh http://li.nux.ro/download/nux/dextop/el6/x86_64/nux-dextop-release-0-2.el6.nux.noarch.rpm
Copy after login

For RHEL/CentOS 7 (copy/paste):

$ rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
Copy after login

Official installation instructions

Check whether Nux Dextop is installed successfully:

$ yum repolist
Copy after login

If there is Nux Dextop in the warehouse list, the installation is successful.

Tips

Because the Nux Dextop warehouse may conflict with other third-party libraries, such as (Repoforge and ATrpms).
Therefore, it is recommended not to enable the Nux Dextop warehouse by default.

Open /etc/yum.repos.d/nux-dextop.repo and change "enabled=1" to "enabled=0".

$ sudo vi /etc/yum.repos.d/nux-dextop.repo
Copy after login

When you need to use the Nux Dextop warehouse, explicitly enable the warehouse.

$ sudo yum --enablerepo=nux-dextop install <package-name>
Copy after login

The above is the detailed content of How to install Nux Dextop repository on CentOS or RHEL. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:jianshu.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!