Skip to content
Advertisement

Tag: amazon-ec2

I was trying to use conda env create command in amazon linux 2, it is taking forever at “Collecting package metadata (repodata.json): “

i had tried to run conda env create -f using miniconda and anaconda3 on an EC2 instance using Amazon linux 2, still it is taking forever at *Collecting package metadata (repodata.json): * , can anyone help me where i was going wrong, Thanks in Advance. Answer The issue was because of space (AFAIK), my EC2 instance was full of images

tinyproxy: How to manually install the most recent version 1.11.0 on Ubuntu? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

Error: Package: caddy-2.4.6-1.el9.x86_64 (copr:copr.fedorainfracloud.org:group_caddy:caddy) Requires: libc.so.6(GLIBC_2.34)(64bit)

Am trying to get ssl working on my ec2 instance, but sudo yum caddy install tells me i need to have Requires: libc.so.6(GLIBC_2.34)(64bit) which by the way i cant find a way to install it on linux ec2 server Answer I had the same issue, but was able to successfully install it by building it from source: https://caddyserver.com/docs/build#build-from-source Make sure

Advertisement