centos

Installing a new repository on CentOS 6.4 64-bit

CentOS uses yum for package management, which allows you to add a new repository as a source to install binary software. To add a new repository, use the command below.

$ rpm -Uvh /path/to/rpm/file.rpm

more CentOS posts