Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CentOs 7 installation with EPEL #11

Open
ghost opened this issue Dec 29, 2016 · 3 comments
Open

CentOs 7 installation with EPEL #11

ghost opened this issue Dec 29, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented Dec 29, 2016

I cannot find the package in the yum repositories. I have EPEL repository installed on my Centos 7.3 box.

My Varnish version is 4.0.4 from the EPEL repository.

If i search the varnish packages, the only listed are:

collectd-varnish.x86_64 : Varnish plugin for collectd
varnish-docs.x86_64 : Documentation files for varnish
varnish-libs.x86_64 : Libraries for varnish
varnish-libs-devel.x86_64 : Development files for varnish-libs
varnish.x86_64 : High-performance HTTP accelerator

How can i install varnish-agent with yum?

@skazhikadyadya
Copy link

I have that problem too.

@NaderCHASER
Copy link

@cezarbica
Copy link

cezarbica commented May 31, 2019

the solution i came up is:
get the official varnish repo file from:
https://packagecloud.io/varnishcache/varnish41/install#manual-rpm
note this is for varnish 4.x - modify according to your version

then set the repo to disabled in the file /etc/yum.repos.d/varnishcache_varnish41.repo (enabled=0)

then install agent with
yum -y --enablerepo='varnishcache_varnish41' install varnish-agent

you should be good to go now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants