Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] deb install on ubuntu not working #246

Open
Ombrelin opened this issue Aug 1, 2022 · 10 comments
Open

[Bug] deb install on ubuntu not working #246

Ombrelin opened this issue Aug 1, 2022 · 10 comments
Assignees
Labels
bug Something isn't working

Comments

@Ombrelin
Copy link

Ombrelin commented Aug 1, 2022

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

@Ombrelin Ombrelin added the bug Something isn't working label Aug 1, 2022
@furesoft
Copy link
Owner

Have you tried to install the dependencies manualy?

@Ombrelin
Copy link
Author

These packages are not available on APT

@ohthehugemanatee
Copy link

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.

@furesoft furesoft added this to To do in Slithin Beta Jan 12, 2023
@mygnu
Copy link

mygnu commented Jan 28, 2023

Same issue on pop os, and downloading/installing libcu66 manually doesn't resolve all the problems

@ibespo
Copy link

ibespo commented Mar 20, 2023

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.

@furesoft
Copy link
Owner

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

@furesoft
Copy link
Owner

And because of the modularity of slithin it would be really easy to switch the ssh libraries

@furesoft
Copy link
Owner

You can test it by your own by building the current Slithin source in Source/New

@ibespo
Copy link

ibespo commented Mar 21, 2023

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]

@furesoft
Copy link
Owner

Yeah, the new version is upgradet to .net 7 because it has better performance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

5 participants