Mailing List Archive

how to install varnish6 on ubuntu 16.04
I used this instruction
https://packagecloud.io/varnishcache/varnish60/install#manual-deb

put to /etc/apt/sources.list.d/varnishcache_varnish60.list

deb https://packagecloud.io/varnishcache/varnish60/ubuntu/xenial 16.04
LTS Xenial Xerus main
deb-src https://packagecloud.io/varnishcache/varnish60/ubuntu/xenial
16.04 LTS Xenial Xerus main

and when do sudo apt-get update got an error:

...

W: The repository
'https://packagecloud.io/varnishcache/varnish60/ubuntu/xenial 16.04
Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore
potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user
configuration details.
E: Failed to fetch
https://packagecloud.io/varnishcache/varnish60/ubuntu/xenial/dists/16.04/LTS/source/Sources
404  Not Found
E: Some index files failed to download. They have been ignored, or old
ones used instead.
neo@neo:/tmp/varnish-cache$


The whole code: https://paste.ubuntu.com/p/6FkQZbCPf6/

How to install varnish6 ?
Re: how to install varnish6 on ubuntu 16.04 [ In reply to ]
Hi,

Why aren't you following the instruction you link to? the file should
contain:

deb https://packagecloud.io/varnishcache/varnish60/ubuntu/ xenial main
deb-src https://packagecloud.io/varnishcache/varnish60/ubuntu/ xenial main

also, note that there's a script automating the process that would save you
this hassle: https://packagecloud.io/varnishcache/varnish60/install

Kind regards,

--
Guillaume Quintard

On Sun, Aug 19, 2018 at 9:49 PM, neo <neovichnn@gmail.com> wrote:

> I used this instruction https://packagecloud.io/varnishcache/varnish60/
> install#manual-deb
>
> put to /etc/apt/sources.list.d/varnishcache_varnish60.list
>
> deb https://packagecloud.io/varnishcache/varnish60/ubuntu/xenial 16.04
> LTS Xenial Xerus main
> deb-src https://packagecloud.io/varnishcache/varnish60/ubuntu/xenial
> 16.04 LTS Xenial Xerus main
>
> and when do sudo apt-get update got an error:
>
> ...
>
> W: The repository 'https://packagecloud.io/varnishcache/varnish60/ubuntu/
> xenial 16.04 Release' does not have a Release file.
> N: Data from such a repository can't be authenticated and is therefore
> potentially dangerous to use.
> N: See apt-secure(8) manpage for repository creation and user
> configuration details.
> E: Failed to fetch https://packagecloud.io/varnishcache/varnish60/ubuntu/
> xenial/dists/16.04/LTS/source/Sources 404 Not Found
> E: Some index files failed to download. They have been ignored, or old
> ones used instead.
> neo@neo:/tmp/varnish-cache$
>
>
> The whole code: https://paste.ubuntu.com/p/6FkQZbCPf6/
>
> How to install varnish6 ?
>
>
>
>
> _______________________________________________
> varnish-misc mailing list
> varnish-misc@varnish-cache.org
> https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
>
>