R
R
Roman Baidakov2020-05-18 05:53:00
linux
Roman Baidakov, 2020-05-18 05:53:00

How to install Vestacp on Debian 9 without errors?

In general, I want to install Vesta on the VPS, but an error occurred during installation:

Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 libgd3 : Depends: libfontconfig1 (>= 2.11) but it is not installed
          Depends: libjpeg62-turbo (>= 1.3.1) but it is not installed
          Depends: libtiff5 (>= 4.0.3) but it is not installed
          Depends: libwebp6 (>= 0.5.1) but it is not installed
          Depends: libxpm4 but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Error: apt-get upgrade failed


when I try to install this package:

apt-get install libgd3
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 libgd3 : Depends: libfontconfig1 (>= 2.11) but it is not going to be installed
          Depends: libjpeg62-turbo (>= 1.3.1) but it is not going to be installed
          Depends: libpng12-0 (>= 1.2.13-4) but it is not installable
          Depends: libtiff5 (>= 4.0.3) but it is not going to be installed
          Depends: libwebp5 but it is not installable
          Depends: libxpm4 but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).


--fix-broken does not help, like apt-get install -f

also wrote with webalizer, I'm already tired of it, why not put it without errors?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
W
WebAirStudio, 2020-05-18
@WebAirStudio

The problem is not Vesta. Try different versions https://libgd.github.io/

N
neatek, 2020-05-18
@neatek

I don’t understand why you install some packages when you can just go to https://vestacp.com/install/ (Generate Install Command) - generate the ssh file you need, download and install, it will install all the packages itself, directly to pure Debian 9. Generation
example (don't use it, generate from the link yourself):

# Зайти на сервер
ssh [email protected]
# Копи-паст
curl -O http://vestacp.com/pub/vst-install.sh
# Копи-паст
bash vst-install.sh --nginx yes --apache yes --phpfpm no --named yes --remi yes --vsftpd yes --proftpd no --iptables yes --fail2ban yes --quota no --exim yes --dovecot yes --spamassassin yes --clamav yes --softaculous yes --mysql yes --postgresql no

And hop, you have VestaCP, congratulations
If the edge is not installed at all and the server is a dummy - reinstall Debian, because there someone has screwed something up already.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question