gonzaarcr / Fildem

Fildem global menu
GNU General Public License v3.0
802 stars 86 forks source link

Can't install on Ubuntu 20.10 #66

Closed Suor closed 3 years ago

Suor commented 3 years ago

Information

LSB Version:    core-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch
Distributor ID: Ubuntu
Description:    Ubuntu 20.10
Release:    20.10
Codename:   groovy

Version: 3.38.2-1ubuntu1~20.10.1

Xorg

What is the current behavior?

$ sudo dpkg -i fildem_0.6.6_all.deb 
Selecting previously unselected package python3-fildem.
(Reading database ... 450469 files and directories currently installed.)
Preparing to unpack fildem_0.6.6_all.deb ...
Unpacking python3-fildem (0.6.6) ...
dpkg: dependency problems prevent configuration of python3-fildem:
 python3-fildem depends on libbamf3-dev; however:
  Package libbamf3-dev is not installed.
 python3-fildem depends on libkeybinder-3.0-dev; however:
  Package libkeybinder-3.0-dev is not installed.
 python3-fildem depends on appmenu-gtk2-module; however:
  Package appmenu-gtk2-module is not installed.
 python3-fildem depends on appmenu-gtk3-module; however:
  Package appmenu-gtk3-module is not installed.

dpkg: error processing package python3-fildem (--install):
 dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils (0.24-1ubuntu4) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu2) ...
Rebuilding /usr/share/applications/bamf-2.index...
Errors were encountered while processing:
 python3-fildem

$ sudo apt install libbamf3-dev bamfdaemon libkeybinder-3.0-dev appmenu-gtk2-module appmenu-gtk3-module unity-gtk-module-common
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libbamf3-dev 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

Package libkeybinder-3.0-dev 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

Package appmenu-gtk2-module 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

Package appmenu-gtk3-module 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 'libbamf3-dev' has no installation candidate
E: Package 'libkeybinder-3.0-dev' has no installation candidate
E: Package 'appmenu-gtk2-module' has no installation candidate
E: Package 'appmenu-gtk3-module' has no installation candidate

Steps to reproduce the problem

What is the expected behavior?

Suor commented 3 years ago

Nevermind I had a broken installation.