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

Install fails on Ubuntu 24.04 LTS - unmet dependencies #5178

Open
andrew521 opened this issue May 6, 2024 · 4 comments
Open

Install fails on Ubuntu 24.04 LTS - unmet dependencies #5178

andrew521 opened this issue May 6, 2024 · 4 comments

Comments

@andrew521
Copy link

$ cat /etc/issue
Ubuntu 24.04 LTS \n \l
$ sudo apt-get install duplicati_2.0.7.1-1_all.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'duplicati' instead of 'duplicati_2.0.7.1-1_all.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
duplicati : Depends: libappindicator0.1-cil but it is not installable or
libappindicator3-0.1-cil but it is not installable or
libayatana-appindicator1 but it is not installable
Depends: gtk-sharp2 but it is not installable
E: Unable to correct problems, you have held broken packages.

@andrew521
Copy link
Author

... and the solution from #5138 (comment) works as well.

@ts678
Copy link
Collaborator

ts678 commented May 6, 2024

Install instructions for Ubuntu 24.04 LTS (‘libappindicator0.1-cil’ has no installation candidate) has more information.

I cited topic here while making the request that the upcoming Beta can have a fix for 24.04, despite the poor timing.

@kenkendk
Copy link
Member

kenkendk commented May 7, 2024

@ts678 I missed the comment. Looking at #5138 I cannot see what the updated package is named?

Based on the error message, gtk-sharp2 seems to be missing from the repos, so it would be hard to fix.

Is there a known alternate library?

@ts678
Copy link
Collaborator

ts678 commented May 7, 2024

Is there a known alternate library?

Install instructions for Ubuntu 24.04 LTS (‘libappindicator0.1-cil’ has no installation candidate)

seems to have updated libappindicator and it dodged the missing gtk-sharp2. Going to GTK 3 makes sense because:

Install instructions for Ubuntu 24.04 LTS (‘libappindicator0.1-cil’ has no installation candidate)

Drop support for GTK+2.0 (libappindicator1, libappindicator-dev,
libappindicator0.1-cil, libappindicator0.1-cil-dev).

So maybe right blend is

Package: libappindicator3-1 (12.10.1+20.10.20200706.1-0ubuntu5) [universe]

Package: gtk-sharp3 (2.99.3-4.1build2) [universe].

but there might be a question of how to make a .deb that works everywhere, and fails at install time if it has no chance.

It probably needs sorting out by somebody who's better with Debian dependencies, but users have done some testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants