Problems installing LAMP on ubuntu

0

I am a new user of this system, and I have problems installing LAMP.

This is my system:
Distributor ID: Ubuntu
Description: Ubuntu 17.04
Release: 17.04
Codename: zesty

First I did sudo apt-get update and then sudo apt-get install lamp-server ^ . It returns the error:

  

Some packages could not be installed. This may mean that   you asked for an impossible situation or, if you are using the distribution   unstable, that some necessary packages have not yet been created or are   They have taken out of «Incoming».   
The following information can help resolve the situation:   
The following packages have unfulfilled dependencies:
   perl-modules-5.22: Conflicts: perl-modules
                       It comes into conflict: perl-modules: i386

To try to correct the error I made sudo clean and sudo autoremove , and then I repeat sudo apt-get install lamp-server ^ , and the error reappears.

I hope someone can help me with this. Thanks.

    
asked by Gaby 07.01.2018 в 21:18
source

1 answer

1

Ubuntu 17.04 is a standard package, and it is no longer receiving updates.

  

[Official announcement copy, translated.]
Ubuntu announced its   launch of 17.04 (Zesty Zapus) almost 9 months ago, on April 13   of 2017. As a non-LTS version, 17.04 has a support cycle of 9   months and, as such, will reach the end of life on Saturday, 13   January.

At that time, Ubuntu's security warnings will no longer include information or updated packages for Ubuntu 17.04.

Please look at the official announcement.

I recommend that you use an LTS Version: The Ubuntu LTS versions (long-term support) are compatible for five years both on the desktop and on the server. During that time, you have security fixes and other critical updates.

    
answered by 25.02.2018 / 07:57
source