Hello im kinda frustrated because i just cant get passed the last screen from imscp-autoinstall, no matter what I enter it always throws lots of errors how can I fix or bypass this?
Here's an example output:
Code
- │
- │ autoinstaller::Adapter::DebianAdapter::_updatePackagesIndex: Couldn't update package index from remote repository: Hit:1 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease │
- │ Ign:2 https://packages.sury.org/php bionic InRelease │
- │ Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease │
- │ Err:4 https://packages.sury.org/php bionic Release │
- │ 404 Not Found [IP: 169.150.247.37 443] │
- │ Get:5 http://us.archive.ubuntu.com/ubuntu bionic InRelease [242 kB] │
- │ Get:6 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] │
- │ Get:7 http://us.archive.ubuntu.com/ubuntu bionic/universe Sources [9051 kB] │
- │ Get:8 http://us.archive.ubuntu.com/ubuntu bionic/multiverse Sources [181 kB] │
- │ Get:9 http://us.archive.ubuntu.com/ubuntu bionic/main Sources [829 kB] │
- │ Get:10 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] │
- │ Get:11 http://us.archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] │
- │ Get:12 http://us.archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] │
- │ Get:13 http://us.archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] │
- │ Get:14 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] │
- │ Get:15 http://us.archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] │
- │ Get:16 http://us.archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] │
- │ Get:17 http://us.archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] │
- │ Get:18 http://us.archive.ubuntu.com/ubuntu bionic-updates/main Sources [546 kB] │
- │ Get:19 http://us.archive.ubuntu.com/ubuntu bionic-updates/multiverse Sources [18.9 kB] │
- │ Get:20 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe Sources [513 kB] │
- │ Get:21 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3045 kB] │
- │ Get:22 http://us.archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [553 kB] │
- │ Get:23 http://us.archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1347 kB] │
- │ Get:24 http://us.archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] │
- │ Get:25 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1915 kB] │
- │ Get:26 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] │
- │ Get:27 http://us.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] │
- │ Get:28 http://us.archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6088 B] │
- │ Reading package lists... │
- │ E: The repository 'https://packages.sury.org/php bionic Release' does not have a Release file. │
- │ │
- │ autoinstaller::Adapter::DebianAdapter::_updatePackagesIndex: Couldn't update package index from remote repository: Hit:1 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease │
- │ Ign:2 https://packages.sury.org/php bionic InRelease │
- │ Err:3 https://packages.sury.org/php bionic Release │
- │ 404 Not Found [IP: 169.150.247.36 443] │
- │ Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease │
- │ Hit:5 http://us.archive.ubuntu.com/ubuntu bionic InRelease │
- │ Hit:6 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease │
- │ Reading package lists... │
- │ E: The repository 'https://packages.sury.org/php bionic Release' does not have a Release file. │
- │ W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:54 and /etc/apt/sources.list.d/ondrej-ubuntu-php-bionic.list:1 │
- │ W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:54 and /etc/apt/sources.list.d/ondrej-ubuntu-php-bionic.list:1 │
- │ W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:54 and /etc/apt/sources.list.d/ondrej-ubuntu-php-bionic.list:1 │
- │ W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:54 and /etc/apt/sources.list.d/ondrej-ubuntu-php-bionic.list:1 │
- │ W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:54 and /etc/apt/sources.list.d/ondrej-ubuntu-php-bionic.list:1 │
- │ W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:54 and /etc/apt/sources.list.d/ondrej-ubuntu-php-bionic.list:1 │
- │ │
- │ Please have a look at http://i-mscp.net/forum if you need help.
and this are currently my entries:
Code
- # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
- # newer versions of the distribution.
- deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted
- deb-src http://us.archive.ubuntu.com/ubuntu/ bionic main universe multiverse
- # deb-src http://us.archive.ubuntu.com/ubuntu/ bionic main restricted
- ## Major bug fix updates produced after the final release of the
- ## distribution.
- deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
- deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates main universe multiverse
- # deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
- ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
- ## team. Also, please note that software in universe WILL NOT receive any
- ## review or updates from the Ubuntu security team.
- deb http://us.archive.ubuntu.com/ubuntu/ bionic universe
- # deb-src http://us.archive.ubuntu.com/ubuntu/ bionic universe
- deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates universe
- # deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates universe
- ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
- ## team, and may not be under a free licence. Please satisfy yourself as to
- ## your rights to use the software. Also, please note that software in
- ## multiverse WILL NOT receive any review or updates from the Ubuntu
- ## security team.
- deb http://us.archive.ubuntu.com/ubuntu/ bionic multiverse
- # deb-src http://us.archive.ubuntu.com/ubuntu/ bionic multiverse
- deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
- # deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
- ## N.B. software from this repository may not have been tested as
- ## extensively as that contained in the main release, although it includes
- ## newer versions of some applications which may provide useful features.
- ## Also, please note that software in backports WILL NOT receive any review
- ## or updates from the Ubuntu security team.
- # deb http://us.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
- # deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
- ## Uncomment the following two lines to add software from Canonical's
- ## 'partner' repository.
- ## This software is not part of Ubuntu, but is offered by Canonical and the
- ## respective vendors as a service to Ubuntu users.
- # deb http://archive.canonical.com/ubuntu bionic partner
- # deb-src http://archive.canonical.com/ubuntu bionic partner
- #deb http://security.ubuntu.com/ubuntu bionic-security main restricted
- deb-src http://security.ubuntu.com/ubuntu bionic-security main universe multiverse
- # deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
- #deb http://security.ubuntu.com/ubuntu bionic-security universe
- # deb-src http://security.ubuntu.com/ubuntu bionic-security universe
- #deb http://security.ubuntu.com/ubuntu bionic-security multiverse
- # deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
- #deb http://ppa.launchpad.net/ondrej/php/ubuntu bionic main
- deb-src http://ppa.launchpad.net/ondrej/php/ubuntu bionic main
I have used lots and lots of different sources but i always end up here. Is there no way to bypass or a solution for it?