I wanted to install additional PHP 7.1 but it did not work. I followed this instrucitions. This was the result: Code: E: Unable to locate package php7.1-opcache E: Couldn't find any package by glob 'php7.1-opcache' E: Couldn't find any package by regex 'php7.1-opcache' E: Unable to locate package php7.1-fpm E: Couldn't find any package by glob 'php7.1-fpm' E: Couldn't find any package by regex 'php7.1-fpm' E: Unable to locate package php7.1-common E: Couldn't find any package by glob 'php7.1-common' E: Couldn't find any package by regex 'php7.1-common' E: Unable to locate package php7.1-gd E: Couldn't find any package by glob 'php7.1-gd' E: Couldn't find any package by regex 'php7.1-gd' E: Unable to locate package php7.1-mysql E: Couldn't find any package by glob 'php7.1-mysql' E: Couldn't find any package by regex 'php7.1-mysql' E: Unable to locate package php7.1-imap E: Couldn't find any package by glob 'php7.1-imap' E: Couldn't find any package by regex 'php7.1-imap' E: Unable to locate package php7.1-cli E: Couldn't find any package by glob 'php7.1-cli' E: Couldn't find any package by regex 'php7.1-cli' E: Unable to locate package php7.1-cgi E: Couldn't find any package by glob 'php7.1-cgi' E: Couldn't find any package by regex 'php7.1-cgi' E: Unable to locate package php-auth E: Unable to locate package php7.1-mcrypt E: Couldn't find any package by glob 'php7.1-mcrypt' E: Couldn't find any package by regex 'php7.1-mcrypt' E: Unable to locate package php7.1-curl E: Couldn't find any package by glob 'php7.1-curl' E: Couldn't find any package by regex 'php7.1-curl' E: Unable to locate package php7.1-intl E: Couldn't find any package by glob 'php7.1-intl' E: Couldn't find any package by regex 'php7.1-intl' E: Unable to locate package php7.1-pspell E: Couldn't find any package by glob 'php7.1-pspell' E: Couldn't find any package by regex 'php7.1-pspell' E: Unable to locate package php7.1-recode E: Couldn't find any package by glob 'php7.1-recode' E: Couldn't find any package by regex 'php7.1-recode' E: Unable to locate package php7.1-sqlite3 E: Couldn't find any package by glob 'php7.1-sqlite3' E: Couldn't find any package by regex 'php7.1-sqlite3' E: Unable to locate package php7.1-tidy E: Couldn't find any package by glob 'php7.1-tidy' E: Couldn't find any package by regex 'php7.1-tidy' E: Unable to locate package php7.1-xmlrpc E: Couldn't find any package by glob 'php7.1-xmlrpc' E: Couldn't find any package by regex 'php7.1-xmlrpc' E: Unable to locate package php7.1-xsl E: Couldn't find any package by glob 'php7.1-xsl' E: Couldn't find any package by regex 'php7.1-xsl' E: Unable to locate package php7.1-zip E: Couldn't find any package by glob 'php7.1-zip' E: Couldn't find any package by regex 'php7.1-zip' E: Unable to locate package php7.1-mbstring E: Couldn't find any package by glob 'php7.1-mbstring' E: Couldn't find any package by regex 'php7.1-mbstring' Did I something wrong? OS Ubuntu 18.04 LTS ISPConfig 3.1
Make sure you have properly install ondrej php ppa first and update thereafter before you proceed as per that instruction.
That was exactly the point. I had to install software-properties-common. Now everything is fine. Thank you!