我在Ubuntu12.10上的DigitalOcean VPS上安装有问题。对系统进行更新和升级。
我收到以下错误消息:
W: Failed to fetch http://apt.vestacp.com/quantal/dists/quantal/vesta/binary-amd64/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists... Done
Building dependency tree
Reading state information... Done
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发布于 2014-04-07 14:42:21
这个包在apt.vestacp.com上不存在,或者您的版本不受支持,或者您还没有更新apt数据库。在您的具体案例中,Ubuntu (它是12.10)不受支持,但是在Vesta的网站上,它被添加到支持列表中。
发布于 2021-01-02 14:16:18
在bash vst-install.sh之前运行以下命令之后,我修正了这个错误。
apt-get update
apt-get install gnupghttps://askubuntu.com/questions/444522
复制相似问题