How to use wget to install miller on Centos

261 Views Asked by At

I'm trying to run this command on a centos machine :

wget -nv -O/usr/bin/mlr https://github.com/johnkerl/miller/releases/download/v5.10.2/mlr.linux.x86_64 

but i get the following error :

wget: unable to resolve host address ‘github.com’

Does anyone know how to solve this.

0

There are 0 best solutions below