Unsupported distributions
Extensions for unreleased PHP version
- [X ] I'm not requesting PECL extensions for pre-release version of PHP (PHP 7.4.0 is OK, PHP 7.4.0RC is not)
Describe the bug
I have found similar issues but nothing exactly like mine. Thanks in advance for the assistance.
Please note: This is occurring on Windows 10/Ubuntu Subsystem (WSL) - this is working for other team members using this same setup, AFAIK
First, I installed the WSL, ran an apt-get update (worked fine), then ran an apt-get upgrade (worked fine).
Then I ran through the commands: https://packages.sury.org/php/README.txt
Upon the next apt-get update I encountered this error:
Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] Ign:4 https://packages.sury.org/php bionic InRelease Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] Err:6 **https://packages.sury.org/php bionic Release 404 Not Found [IP: 104.31.95.169 443]** Reading package lists... Done E: The repository **'https://packages.sury.org/php bionic Release' does not have a Release file**. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.
To Reproduce
Steps to reproduce the behavior:
Same as above
Expected behavior
apt-get update succeeds
Distribution (please complete the following information):
- OS: [Ubuntu/WSL (Debian10/buster) through Windows 10]
- Architecture: [intel 64-bit]
- Repository: [packages.sury.org]
Package(s) (please complete the following information):
output of apt list --installed:
lsb-release/bionic,now 9.20170808ubuntu1 all [installed]
apt-transport-https/bionic-updates,now 1.6.12 all [installed]
ca-certificates/bionic,bionic-updates,now 20180409 all [installed]
Output of apt-cache policy <package> works best.
lsb-release:
Installed: 9.20170808ubuntu1 Candidate: 9.20170808ubuntu1 Version table: *** 9.20170808ubuntu1 500 500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages 100 /var/lib/dpkg/status
apt-transport-https:
Installed: 1.6.12 Candidate: 1.6.12 Version table: *** 1.6.12 500 500 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages 100 /var/lib/dpkg/status 1.6.6ubuntu0.1 500 500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages 1.6.1 500 500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
ca-certificates:
Installed: 20180409 Candidate: 20180409 Version table: *** 20180409 500 500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages 500 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages 100 /var/lib/dpkg/status
Additional context
Add any other context about the problem here.
If I remove the /etc/apt/sources.list.d/sury_php.list file then that apt-get update works just fine.
Unsupported distributions
Extensions for unreleased PHP version
Describe the bug
I have found similar issues but nothing exactly like mine. Thanks in advance for the assistance.
Please note: This is occurring on Windows 10/Ubuntu Subsystem (WSL) - this is working for other team members using this same setup, AFAIK
First, I installed the WSL, ran an
apt-get update(worked fine), then ran anapt-get upgrade(worked fine).Then I ran through the commands: https://packages.sury.org/php/README.txt
Upon the next
apt-get updateI encountered this error:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] Ign:4 https://packages.sury.org/php bionic InRelease Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] Err:6 **https://packages.sury.org/php bionic Release 404 Not Found [IP: 104.31.95.169 443]** Reading package lists... Done E: The repository **'https://packages.sury.org/php bionic Release' does not have a Release file**. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.To Reproduce
Steps to reproduce the behavior:
Same as above
Expected behavior
apt-get updatesucceedsDistribution (please complete the following information):
Package(s) (please complete the following information):
output of apt list --installed:
lsb-release/bionic,now 9.20170808ubuntu1 all [installed]
apt-transport-https/bionic-updates,now 1.6.12 all [installed]
ca-certificates/bionic,bionic-updates,now 20180409 all [installed]
Output of
apt-cache policy <package>works best.lsb-release:
Installed: 9.20170808ubuntu1 Candidate: 9.20170808ubuntu1 Version table: *** 9.20170808ubuntu1 500 500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages 100 /var/lib/dpkg/status
apt-transport-https:
Installed: 1.6.12 Candidate: 1.6.12 Version table: *** 1.6.12 500 500 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages 100 /var/lib/dpkg/status 1.6.6ubuntu0.1 500 500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages 1.6.1 500 500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
ca-certificates:
Installed: 20180409 Candidate: 20180409 Version table: *** 20180409 500 500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages 500 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages 100 /var/lib/dpkg/status
Additional context
Add any other context about the problem here.
If I remove the /etc/apt/sources.list.d/sury_php.list file then that
apt-get updateworks just fine.