Hi,
When trying to run apt update or apt-get update, I get the following error:
boschrexroth@app-builder-amd64:~$ sudo apt update
Reading package lists... Done
E: Method https has died unexpectedly!
E: Sub-process https received signal 4.
I'm not sure why this is occurring as I have been able to use the SDK properly for a few weeks now, and have made some python and c++ apps. It was only when I tried running the install-dotnet-sdk.sh bash script that I started getting this error.
Note:
- I have confirmed internet connection
- I have tried clearing the /var/lib/apt/lists/* files
- Sometimes it seemed to work when I cleared any files from the /etc/apt/sources.list.d directory, but other times it doesn't.
- I have tried updating the lines in /etc/apt/sources.list to use the mirrors protocol
- I have tried setting the GNUTLS_CPUID_OVERRIDE environment variable to 0x1
- I have tried building a brand new app build environment and testing it in this one
Â
The error I get when running ./install-dotnet-sdk.sh
I'd really appreciate any help, thanks.