QT-DevOps / DevOpsIssues

This Repo will be used to demonstrate the Skills & Questions in DevOps
Apache License 2.0
27 stars 131 forks source link

Unable to locate package tomcat7 #1020

Open bidhansoni opened 3 years ago

bidhansoni commented 3 years ago

Please help me to install tomcat. ubuntu@tomcat:~$ sudo apt-get install tomcat7 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package tomcat7

Pravin-Kumar-GitHub commented 3 years ago

@bidhansoni tomcat7 is old and reached end of life.. Also, tomcat7 pkg is not available in your repo (that's why, you're getting this error E: Unable to locate package tomcat7)

If you want to install tomcat7, please try installing on Ubuntu 14.04 /16.04 (OR) (on any ubuntu OS version), try the below cmd sudo wget https://apachemirror.wuchna.com/tomcat/tomcat-7/v7.0.109/bin/apache-tomcat-7.0.109.tar.gz sudo tar -zxcf apache-tomcat-7.0.109.tar.gz

Please let me know if you still facing any issues.