You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.
Installing harmony-0.9.1-x64.deb using dpkg does not work on my Ubuntu 19.04.3.
Here is the error message:
Selecting previously unselected package harmony.
(Reading database ... 234456 files and directories currently installed.)
Preparing to unpack harmony-0.9.1-x64.deb ...
Unpacking harmony (0.9.1) ...
dpkg: dependency problems prevent configuration of harmony:
harmony depends on gconf2; however:
Package gconf2 is not installed.
harmony depends on gconf-service; however:
Package gconf-service is not installed.
harmony depends on libappindicator1; however:
Package libappindicator1 is not installed.
dpkg: error processing package harmony (--install):
dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Errors were encountered while processing:
harmony
I tried to make the system resolve the dependencies with sudo apt-get -f install, but this is what I get:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
gconf-service gconf-service-backend gconf2 gconf2-common libappindicator1
libgconf-2-4 libindicator7
Suggested packages:
gconf-defaults-service indicator-application
The following NEW packages will be installed:
gconf-service gconf-service-backend gconf2 gconf2-common libappindicator1
libgconf-2-4 libindicator7
0 upgraded, 7 newly installed, 0 to remove and 27 not upgraded.
1 not fully installed or removed.
Need to get 0 B/952 kB of archives.
After this operation, 8,816 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Selecting previously unselected package gconf2-common.
(Reading database ... 234616 files and directories currently installed.)
Preparing to unpack .../0-gconf2-common_3.2.6-4ubuntu1_all.deb ...
Unpacking gconf2-common (3.2.6-4ubuntu1) ...
Selecting previously unselected package libgconf-2-4:amd64.
Preparing to unpack .../1-libgconf-2-4_3.2.6-4ubuntu1_amd64.deb ...
Unpacking libgconf-2-4:amd64 (3.2.6-4ubuntu1) ...
Selecting previously unselected package gconf-service-backend.
Preparing to unpack .../2-gconf-service-backend_3.2.6-4ubuntu1_amd64.deb ...
Unpacking gconf-service-backend (3.2.6-4ubuntu1) ...
Selecting previously unselected package gconf-service.
Preparing to unpack .../3-gconf-service_3.2.6-4ubuntu1_amd64.deb ...
Unpacking gconf-service (3.2.6-4ubuntu1) ...
Selecting previously unselected package gconf2.
Preparing to unpack .../4-gconf2_3.2.6-4ubuntu1_amd64.deb ...
Unpacking gconf2 (3.2.6-4ubuntu1) ...
Selecting previously unselected package libindicator7.
Preparing to unpack .../5-libindicator7_16.10.0+18.04.20180321.1-0ubuntu1_amd64.deb ...
Unpacking libindicator7 (16.10.0+18.04.20180321.1-0ubuntu1) ...
Selecting previously unselected package libappindicator1.
Preparing to unpack .../6-libappindicator1_12.10.1+18.04.20180322.1-0ubuntu1_amd64.deb ...
Unpacking libappindicator1 (12.10.1+18.04.20180322.1-0ubuntu1) ...
Setting up gconf2-common (3.2.6-4ubuntu1) ...
Setting up libindicator7 (16.10.0+18.04.20180321.1-0ubuntu1) ...
Setting up libappindicator1 (12.10.1+18.04.20180322.1-0ubuntu1) ...
Setting up gconf-service (3.2.6-4ubuntu1) ...
Processing triggers for sgml-base (1.29) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Setting up libgconf-2-4:amd64 (3.2.6-4ubuntu1) ...
Setting up gconf-service-backend (3.2.6-4ubuntu1) ...
Setting up gconf2 (3.2.6-4ubuntu1) ...
Setting up harmony (0.9.1) ...
ln: failed to create symbolic link '/usr/local/bin/harmony': No such file or directory
dpkg: error processing package harmony (--configure):
installed harmony package post-installation script subprocess returned error exit status 1
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Errors were encountered while processing:
harmony
E: Sub-process /usr/bin/dpkg returned an error code (1)
What do I need to do to be able to install Harmony?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Installing
harmony-0.9.1-x64.deb
using dpkg does not work on myUbuntu 19.04.3
.Here is the error message:
I tried to make the system resolve the dependencies with
sudo apt-get -f install
, but this is what I get:What do I need to do to be able to install Harmony?
The text was updated successfully, but these errors were encountered: