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

.deb package uninstallable on Debian 11 Bullseye #213

Open
ghost opened this issue Jan 14, 2022 · 0 comments
Open

.deb package uninstallable on Debian 11 Bullseye #213

ghost opened this issue Jan 14, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 14, 2022

Really just an FYI as I don't know if it's easily fixed. Debian 11 removed package "libappindicator3-1" so Petmate's .deb is no longer installable; results in following error:

# apt-get install libappindicator3-1
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libappindicator3-1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libappindicator3-1' has no installation candidate
#

According to element-hq/element-web#16174 (comment) for a different package, "libayatana-appindicator" could be used. However, it seems it would need to be done in the code as merely installing "libayatana-appindicator" does not resolve the .deb install issue.

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

0 participants