rootless-containers / slirp4netns

User-mode networking for unprivileged network namespaces
GNU General Public License v2.0
729 stars 82 forks source link

How to install latest version on ubuntu 20.10 #260

Closed mo-saeed closed 3 years ago

mo-saeed commented 3 years ago

Hello,

Ubuntu package version is outdated, how to install the latest version on ubuntu 20.10 ?

Thanks

AkihiroSuda commented 3 years ago

Here: https://github.com/rootless-containers/slirp4netns/releases/tag/v1.1.9

mo-saeed commented 3 years ago

is it possible to add latest tag so curl can grep the latest ? @AkihiroSuda

AkihiroSuda commented 3 years ago

add what to where?

mo-saeed commented 3 years ago

I want to do sth like that when I install it

curl -o slirp4netns --fail -L https://github.com/rootless-containers/slirp4netns/releases/download/**latest**/slirp4netns-$(uname -m)
chmod +x slirp4netns
AkihiroSuda commented 3 years ago

https://github.com/rootless-containers/slirp4netns/releases/download/latest/slirp4netns-x86_64

mo-saeed commented 3 years ago

I get 404

AkihiroSuda commented 3 years ago

Sorry https://github.com/rootless-containers/slirp4netns/releases/latest/download/slirp4netns-x86_64

mo-saeed commented 3 years ago

Thanks a lot @AkihiroSuda this can be closed