Slithin
Slithin copied to clipboard
[Bug] deb install on ubuntu not working
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.
Selecting previously unselected package slithin.
(Reading database ... 229413 files and directories currently installed.)
Preparing to unpack Slithin.1.0.20.0.linux-x64.deb ...
Unpacking slithin (1.0.20.0) ...
dpkg: dependency problems prevent configuration of slithin:
slithin depends on libssl1.1 | libssl1.0.2 | libssl1.0.1 | libssl1.0.0 | libssl0.9.8; however:
Package libssl1.1 is not installed.
Package libssl1.0.2 is not installed.
Package libssl1.0.1 is not installed.
Package libssl1.0.0 is not installed.
Package libssl0.9.8 is not installed.
slithin depends on libicu66 | libicu65 | libicu64 | libicu63 | libicu62 | libicu61 | libicu60 | libicu59 | libicu58 | libicu57 | libicu56 | libicu55 | libicu54 | libicu53 | libicu52; however:
Package libicu66 is not installed.
Package libicu65 is not installed.
Package libicu64 is not installed.
Package libicu63 is not installed.
Package libicu62 is not installed.
Package libicu61 is not installed.
Package libicu60 is not installed.
Package libicu59 is not installed.
Package libicu58 is not installed.
Package libicu57 is not installed.
Package libicu56 is not installed.
Package libicu55 is not installed.
Package libicu54 is not installed.
Package libicu53 is not installed.
Package libicu52 is not installed.
dpkg: error processing package slithin (--install):
dependency problems - leaving unconfigured
Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu3) ...
Processing triggers for desktop-file-utils (0.26-1ubuntu3) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Errors were encountered while processing:
slithin
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!
/usr/lib/dotnet/sdk/6.0.113/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets(144,5): error NETSDK1045: The current .NET SDK does not support targeting .NET 7.0. Either target .NET 6.0 or lower, or use a version of the .NET SDK that supports .NET 7.0. [/home/ibespo/Slithin-main/Source/New/Models/Slithin.Modules.Menu.Models/Slithin.Modules.Menu.Models.csproj]
Yeah, the new version is upgradet to .net 7 because it has better performance