Report this

What is the reason for this report?

PHP 7 upgrade error : add-apt-repository is broken with non-UTF-8 locales

Posted on June 20, 2016

Hi,

So, I’m trying to upgrade on Ubuntu 14.04 / PHP 5.5 to PHP 7 by following this tutorial : https://www.digitalocean.com/community/tutorials/how-to-upgrade-to-php-7-on-ubuntu-14-04 .

In this tutorial there’s a workaround for this error :

WARNING: add-apt-repository is broken with non-UTF-8 locales, see https://github.com/oerdnj/deb.sury.org/issues/56 for workaround:

There’s a workaround in the tutorial itself as such :

sudo apt-get install -y language-pack-en-base
sudo LC_ALL=en_US.UTF-8 add-apt-repository ppa:ondrej/php

However, when doing this, nothing changes. I get the same error … anyone know how to solve it ?

Thanks, Lex



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

I would also like to know how to solve this problem, may I ask you to solve this problem?

The error is still there. Isn’t there a fix for this???

Try this: sudo apt-get install -y software-properties-common Them: LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.