Update to 1.5.1 - You have held broken packages (https://packages.sury.org/php)

  • I recently included myself in a conversation that has the same problem, but they eliminated it, I assume that it was not to contaminate the solution of that thread
    now if it is to pay some type of subscription, I have no problems just indicate where to pay, I apologize for the inconvenience, but I need help.


    I've been using I-MSCP for a while and today I wanted to update it to the latest versión


    Versión: i-MSCP 1.3.8 to i-MSCP 1.5.1


    after update indicates the following:

    Shell-Script
    1. [ERROR] autoinstaller::Adapter::DebianAdapter::uninstallPackages: Couldn't uninstall packages: Leyendo lista de paquetes...Creando árbol de dependencias...Leyendo la información de estado...El paquete «libapache2-mod-php5» no está instalado, no se eliminaráEl paquete «procmail» no está instalado, no se eliminaráEl paquete «sendmail» no está instalado, no se eliminaráEl paquete «sendmail-base» no está instalado, no se eliminaráEl paquete «sendmail-bin» no está instalado, no se eliminaráEl paquete «sendmail-cf» no está instalado, no se eliminaráEl paquete «sendmail-doc» no está instalado, no se eliminaráEl paquete «vsftpd» no está instalado, no se eliminaráEl paquete «nginx» no está instalado, no se eliminaráSe instalarán los siguientes paquetes extras: libssl1.0.2 php-cli php-common php-pear php-xml php7.1-cli php7.1-common php7.1-json php7.1-opcache php7.1-readline php7.1-xmlLos siguientes paquetes se ELIMINARÁN: libapparmor1* libc-client2007e* libgd3* libjbig0* libjpeg62-turbo* libltdl7* libmcrypt4* libonig2* libqdbm14* libtiff5* libvpx1* libxpm4* mlock* php5* php5-cli* php5-common* php5-fpm* php5-gd* php5-imap* php5-intl* php5-json* php5-mcrypt* php5-mysqlnd* php5-pspell*Se instalarán los siguientes paquetes NUEVOS: libssl1.0.2 php-cli php-common php-xml php7.1-cli php7.1-common php7.1-json php7.1-opcache php7.1-readline php7.1-xmlSe actualizarán los siguientes paquetes: php-pear1 actualizados, 10 nuevos se instalarán, 24 para eliminar y 0 no actualizados.Se necesita descargar 1313 kB/3695 kB de archivos.Se liberarán 13.8 MB después de esta operación.ATENCIÓN: ¡No se han podido autenticar los siguientes paquetes! php-common libssl1.0.2 php7.1-common php7.1-json php7.1-opcache php7.1-readline php7.1-cli php-cli php7.1-xml php-xml php-pearE: Hay problemas y se utilizó -y sin --force-yes[ERROR] autoinstaller::Functions::build: An error occurred while performing build steps


    and my sources.list is as follows


    Shell-Script
    1. #deb http://ftp.us.debian.org/debian/ jessie main non-free contribdeb-src http://ftp.us.debian.org/debian/ jessie main non-free contribdeb http://security.debian.org/ jessie/updates main contrib non-freedeb-src http://security.debian.org/ jessie/updates main contrib non-free# jessie-updates, previously known as 'volatile'deb http://ftp.us.debian.org/debian/ jessie-updates main contrib non-freedeb-src http://ftp.us.debian.org/debian/ jessie-updates main contrib non-freedeb http://repo.mysql.com/apt/debian/ jessie mysql-5.7deb-src http://repo.mysql.com/apt/debian/ jessie mysql-5.7deb https://packages.sury.org/php/ jessie maindeb-src https://packages.sury.org/php/ jessie main


    Some other details:

    Code
    1. lsb_release -aNo LSB modules are available.Distributor ID: DebianDescription: Debian GNU/Linux 8.9 (jessie)Release: 8.9Codename: jessie

    For what I saw in another subject review the missing package, in my case are many. but here I leave some.




  • recently included myself in a conversation that has the same problem, but they eliminated it, I assume that it was not to contaminate the solution of that thread
    now if it is to pay some type of subscription, I have no problems just indicate where to pay, I apologize for the inconvenience, but I need help.

    Your previous post has been deleted according: Reporting rules - Reminder


    Code
    1. 4. You must create your own thread to avoid to pollute other discussions and don't interfer in other discussion when that is not necessary or even worse, when that would just to arguing against an answer that you previously received in your own thread


    Regarding your problem, it seem that there is a missing APT key somewhere. Please give us access to the server.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Thank you very much for the answer, but I already solve it, for some reason my apt-get does not work properly with the source of packages.sury.org, I solve it manually, I explain it with an example.



    Ex.
    hoping that apt-get will return the links to me when I put

    Code
    1. apt-get install libpcre16




    apt-get was returning an error like this



    Code
    1. https://packages.sury.org/php/pool/main/p/pcre3/libpcre16-3_8.41-1+0~20170825202309.5+jessie~1.gbp97d153_amd64.deb Failed to connect to packages.sury.org port 443 : The network is inaccesible


    download the package with wget


    Code
    1. https://packages.sury.org/php/pool/main/p/pcre3/libpcre16-3_8.41-1+0~20170825202309.5+jessie~1.gbp97d153_amd64.deb


    use


    Code
    1. dpkg -i libpcre16-3_8.41-1+0~20170825202309.5+jessie~1.gbp97d153_amd64.deb

    repeat the exercise with all the packages required in the errors, run the autoinstall again and work correctly, it is working!


    again sorry for failing the rules of the forum, as I am new and worried, do not look at those details. it will not be repeated

  • https://packages.sury.org/php/…sie~1.gbp97d153_amd64.deb Failed to connect to packages.sury.org port 443 : The network is inaccesible

    Such error shouldn't occurs... You have something wrong on your system.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206