-
-
Notifications
You must be signed in to change notification settings - Fork 8
[Bug] deb install on ubuntu not working #246
Comments
Have you tried to install the dependencies manualy? |
These packages are not available on APT |
only libicu70 and libicu71 are available on 22.04 and above. You can download libicu66 from http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu66_66.1-2ubuntu2.1_amd64.deb ... that's listed for compatibility with Focal (Ubuntu 20.04), shouldn't be too different. |
Same issue on pop os, and downloading/installing libcu66 manually doesn't resolve all the problems |
Any chance the depricated ssl library dependancies might get updated to current versions? idk how hard/easy it might be to swap in for a newer version. |
It depends on the ssh.net library. I know I have updated the dependency but I don't know if it has fixed the issue |
And because of the modularity of slithin it would be really easy to switch the ssh libraries |
You can test it by your own by building the current Slithin source in Source/New |
Can you confirm that you're expecting dotnet sdk v6 as per build instructions still? I'm getting error below w/SDK 6.0.113. I'm not a developer by nature or training, so am reaching the bounds of my skill set here ;) Thx!
|
Yeah, the new version is upgradet to .net 7 because it has better performance |
Describe the bug
When trying to install Slithin from .deb package on Ubuntu 22.04 LTS by following the instructions on the wiki.
I tried as mentionned
sudo apt install --fix-broken
, but no success.The text was updated successfully, but these errors were encountered: