This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
computing:linux:repoforge [2022/06/15 13:25] gcooper removed |
— (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 < | ||
- | </ |