Problem Scenario
(If you have an internet connection, see this posting.) In trying to install the different .rpms (e.g., on CentOS/RHEL/Fedora) for Jenkins you get errors.
For example, here is one command you might try:
yum localinstall springframework-aop-3.2.15-3.fc24.noarch.rpm
This above command may result in an error like this:
“Requires: mvn(org.springframework:spring-beans) = 3.2.15.RELEASE … Requires: mvn(org.springframework:spring-core) = 3.2.15.RELEASE”
Here is another command you might try:
…