/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
yum install -y jpackage-utils wget http://www.jpackage.org/jpackage17.repo cat jpackage17.repo | sed 's/1\.7/5.0/' | sed 's/\[jpack/\[5jpack/' > /etc/yum.repos.d/jpackage5.repo mv jpackage17.repo /etc/yum.repos.d/ yum makecache yum install tomcat6 tomcat6-webapps tomcat6-admin-webapps