There are four types of dependencies that the RPM system tracks:
- Requires, which tracks the capabilities a package requires
- Provides, which tracks the capabilities a package provides for other packages
- Conflicts, which describes the capabilities that if installed, conflict with capabilities in a package
- Obsoletes, which describes the capabilities that this package will make obsolete
Open Terminal
[user@localhost ~]$ su
Password:
[root@localhost user]# yum install epel-release
or
[root@localhost user]# yum install epel-release-latest-7.noarch.rpm (depends on your CentOS / RHEL version)
No comments:
Post a Comment