Unable to install [Debian 11]

Post Reply
GaryCraft_
Posts: 4
Joined: Sat Nov 12, 2022 1:09 am

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
User avatar
myVesta
Site Admin
Posts: 928
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

Maybe you are trying to install on non-amd64 architecture?
Please run:

Code: Select all

dpkg --print-architecture
and paste output here.
GaryCraft_
Posts: 4
Joined: Sat Nov 12, 2022 1:09 am

Yes, The server has an i686 processor, which I'm now going to assume it's not supported?
User avatar
myVesta
Site Admin
Posts: 928
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

Please run:

Code: Select all

dpkg --print-architecture
and

Code: Select all

cat /etc/apt/sources.list.d/vesta.list
and paste output here.
GaryCraft_
Posts: 4
Joined: Sat Nov 12, 2022 1:09 am

Code: Select all

> dpkg --print-architecture
i386
> cat /etc/apt/sources.list.d/vesta.list
deb http://apt.myvestacp.com/bullseye/ bullseye vesta
User avatar
myVesta
Site Admin
Posts: 928
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

you installed debian for i386 architecture.
we are suporting only i686 (amd64) - https://www.debian.org/distrib/netinst
GaryCraft_
Posts: 4
Joined: Sat Nov 12, 2022 1:09 am

Thanks a lot, that worked
Post Reply