Page 1 of 1

Unable to install [Debian 11]

Posted: Sat Nov 12, 2022 1:29 am
by GaryCraft_
Installation fails when trying to install myVesta from apt, Debian 11
- Install Script comes from

Code: Select all

http://c.myvestacp.com/vst-install-debian.sh
- Error output

Code: Select all

=== Installing all apt packages
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'libext2fs2' instead of 'e2fslibs'
E: Unable to locate package vesta
E: Unable to locate package vesta-nginx
E: Unable to locate package vesta-php
Error: apt-get install failed

Re: Unable to install [Debian 11]

Posted: Sun Nov 13, 2022 12:48 pm
by myVesta
Maybe you are trying to install on non-amd64 architecture?
Please run:

Code: Select all

dpkg --print-architecture
and paste output here.

Re: Unable to install [Debian 11]

Posted: Sun Nov 13, 2022 5:14 pm
by GaryCraft_
Yes, The server has an i686 processor, which I'm now going to assume it's not supported?

Re: Unable to install [Debian 11]

Posted: Sun Nov 13, 2022 8:42 pm
by myVesta
Please run:

Code: Select all

dpkg --print-architecture
and

Code: Select all

cat /etc/apt/sources.list.d/vesta.list
and paste output here.

Re: Unable to install [Debian 11]

Posted: Mon Nov 14, 2022 3:33 pm
by GaryCraft_

Code: Select all

> dpkg --print-architecture
i386
> cat /etc/apt/sources.list.d/vesta.list
deb http://apt.myvestacp.com/bullseye/ bullseye vesta

Re: Unable to install [Debian 11]

Posted: Mon Nov 14, 2022 3:42 pm
by myVesta
you installed debian for i386 architecture.
we are suporting only i686 (amd64) - https://www.debian.org/distrib/netinst

Re: Unable to install [Debian 11]

Posted: Mon Nov 14, 2022 6:51 pm
by GaryCraft_
Thanks a lot, that worked