Did you know that you can navigate the posts by swiping left and right?
find /opt/dotnet -name '*.so' -type f -print | xargs ldd | grep 'not found'
to see if you are missing any librariesliblldb.so
. I installed liblldb-3.7
and then linked the library to /usr/lib/x86_64-linux-gnu/liblldb.so
. You can handle other libraries similarly by linking.dotnet restore
would segfault, apparently because dotnet depends on old versions of libcurl3apt-get update
, and then running apt-get install libcurl3=7.38.0-4+deb8u5 libcurl4-openssl-dev=7.38.0-4+deb8u5
/etc/apt/sources.list.d/stable.list
to specifically name jessie
since strech
is now stable, e.g. deb https://mirror.steadfast.net/debian/ jessie main contrib non-free
.