This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:linux:repoforge [2016/02/09 17:15] gcooper |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Using the RepoForge Repository for Centos 6 ====== | ||
- | http:// | ||
- | |||
- | The RepoForge project offers RPM packages not available in the official repos. | ||
- | |||
- | Check for proper version first (64-bit shown here) | ||
- | |||
- | < | ||
- | rpm -Uhv http:// | ||
- | </ | ||
- | |||
- | Disable the repository unless specifically enabled: | ||
- | |||
- | < | ||
- | vim / | ||
- | |||
- | enabled=0 | ||
- | </ | ||
- | |||
- | Use the repo like this: | ||
- | |||
- | < | ||
- | yum install --enablerepo=rpmforge < | ||
- | </ |