如何解决安装错误,同时安装tomcat

jin*_*e c 3 ubuntu tomcat7 ubuntu-14.04

我在安装 tomcat 7 时出错。我已经搜索过它,但找不到任何解决方案。

The error is..

  Reading package lists... Done
  Building dependency tree       
  Reading state information... Done
  E: Unable to locate package tomcat 7

Please help me...
Run Code Online (Sandbox Code Playgroud)

Rav*_*ezu 6

看起来您在tomcat和之间有一个空格7。使用以下命令安装tomcat7:sudo apt-get install tomcat7

[更新]
1. 添加deb http://security.ubuntu.com/ubuntu trusty-security main universe到/etc/apt/sources.list 文件。
2. 运行sudo apt-get update
3. 运行sudo apt-get install tomcat7


小智 5

截至目前(5-5-2019)使用 8 而不是 7。 sudo apt-get install tomcat8