adbo
adbo

Reputation: 807

Installation of Tomcat8 (8.0.32-1ubuntu1.5) is failing

I run this command:

apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y tomcat8=8.0.32-1ubuntu1.5

This is failing with exeception:

 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 E: Version '8.0.32-1ubuntu1.5' for 'tomcat8' was not found

The command was working before. Was there a removal of this version?

Thanks for any help

Upvotes: 0

Views: 118

Answers (1)

PeterH
PeterH

Reputation: 27

I am not sure if your current repo is able to find requested package. Did you try to find package manually from https://tomcat.apache.org/ and install it?

Btw all archived versions: https://archive.apache.org/dist/tomcat/tomcat-8/

Upvotes: 1

Related Questions