QApt says unsatisfied dependencies, GDebi launches, says all dependencies are satisfied and dissappears ( does not return after selecting .deb file stable chrome)
Announcement
Collapse
No announcement yet.
chrome unable to install / dependencies issue
Collapse
This topic is closed.
X
X
-
With dolphin open to where the deb is hit f4 to open a terminal.
Enter
sudo dpkg -i nameofthedeb.deb
If it does not install it then it will give errors saying why and we can go from there.
Sent from my LM-V600 using Tapatalk
- Top
- Bottom
-
From terminal:
Selecting previously unselected package dissenter-browser.
(Reading database ... 195581 files and directories currently installed.)
Preparing to unpack diss.deb ...
Unpacking dissenter-browser (1.5.114) ...
dpkg: dependency problems prevent configuration of dissenter-browser:
dissenter-browser depends on libappindicator3-1; however:
Package libappindicator3-1 is not installed.
dpkg: error processing package dissenter-browser (--install):
dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils (0.24-1ubuntu4) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for man-db (2.9.3-2) ...
Errors were encountered while processing:
dissenter-browser
- Top
- Bottom
Comment
-
From terminal:
Selecting previously unselected package dissenter-browser.
(Reading database ... 195581 files and directories currently installed.)
Preparing to unpack diss.deb ...
Unpacking dissenter-browser (1.5.114) ...
dpkg: dependency problems prevent configuration of dissenter-browser:
dissenter-browser depends on libappindicator3-1; however:
Package libappindicator3-1 is not installed.
dpkg: error processing package dissenter-browser (--install):
dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils (0.24-1ubuntu4) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for man-db (2.9.3-2) ...
Errors were encountered while processing:
dissenter-browser
- Top
- Bottom
Comment
-
So what happens if you first run sudo apt install libappindicator3-1?Kubuntu 20.04
- Top
- Bottom
Comment
-
Agreeing with chimak here.
Dpkg does not handle dependencies so you'll need to try installing the missing package. The one here is IIRC usually part of a normal Ubuntu/gtk based desktops so most people won't see the error.
Sent from my LM-V600 using Tapatalk
- Top
- Bottom
Comment
-
You mention dissenter-browser. It seems to be derived from the Brave browser. I have Brave browser installed on Kubuntu 20.04:
Code:curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key --keyring /etc/apt/trusted.gpg.d/brave-browser-release.gpg add - echo "deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main" | sudo tee /etc/apt/sources.list.d/brave-browser-release.list sudo apt update
Code:Start-Date: 2020-09-14 22:48:13 Commandline: apt install brave-browser Requested-By: chimak (1000) Install: brave-browser:amd64 (1.13.86), libappindicator3-1:amd64 (12.10.1+20.04.20200408.1-0ubuntu1, automatic), brave-keyring:amd64 (1.10, automatic) End-Date: 2020-09-14 22:48:26
Code:Start-Date: 2020-10-08 06:58:23 Commandline: apt full-upgrade Requested-By: chimak (1000) Upgrade: brave-browser:amd64 (1.14.84, 1.15.72), language-selector-common:amd64 (0.204.1, 0.204.2) End-Date: 2020-10-08 06:58:41 Start-Date: 2020-10-08 09:41:18 Commandline: apt autoremove Requested-By: chimak (1000) Remove: libappindicator3-1:amd64 (12.10.1+20.04.20200408.1-0ubuntu1) End-Date: 2020-10-08 09:41:19
Last edited by chimak111; Oct 27, 2020, 07:46 AM.Kubuntu 20.04
- Top
- Bottom
Comment
-
If you downloaded the google-chrome-stable_current_amd64.deb package from the google location, and let's say it is downloads to your Downloads directory, you can go to Downloads in Dolphin, double-click the .deb file. That will open a dialog box, click on the Install button, enter your password when prompted, and let 'er rip.
I've already done this in 20.04.1.The next brick house on the left
Intel i7 11th Gen | 16GB | 1TB | KDE Plasma 5.27.11| Kubuntu 24.04 | 6.8.0-31-generic
- Top
- Bottom
Comment
-
Thank you to the community! Appears to be successful!!! Strange that I already have brave, but unable to do dissenter until I followed y'alls instructions...
stevieray@C55-B-stevieray-Tosh:~$ sudo apt install libappindicator3-1
[sudo] password for stevieray:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer requir
ed:
dmz-cursor-theme gtk2-engines gtk2-engines-murrine human-theme ldm
Use 'sudo apt autoremove' to remove them.
Suggested packages:
indicator-application
The following NEW packages will be installed:
libappindicator3-1
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 23.2 kB of archives.
After this operation, 99.3 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu groovy/main amd64 libappindicator3
-1 amd64 12.10.1+20.10.20200706.1-0ubuntu1 [23.2 kB]
Fetched 23.2 kB in 0s (70.7 kB/s)
Selecting previously unselected package libappindicator3-1.
(Reading database ... 195901 files and directories currently installed.)
Preparing to unpack .../libappindicator3-1_12.10.1+20.10.20200706.1-0ubuntu1
_amd64.deb ...
Unpacking libappindicator3-1 (12.10.1+20.10.20200706.1-0ubuntu1) ...
Setting up libappindicator3-1 (12.10.1+20.10.20200706.1-0ubuntu1) ...
Setting up dissenter-browser (1.5.114) ...
update-alternatives: using /usr/bin/dissenter-browser-stable to provide /usr
/bin/dissenter-browser (dissenter-browser) in auto mode
Processing triggers for libc-bin (2.32-0ubuntu3) ...
stevieray@C55-B-stevieray-Tosh:~$ sudo dpkg -i diss.deb
(Reading database ... 195906 files and directories currently installed.)
Preparing to unpack diss.deb ...
Unpacking dissenter-browser (1.5.114) over (1.5.114) ...
Setting up dissenter-browser (1.5.114) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu4) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for man-db (2.9.3-2) ...
stevieray@C55-B-stevieray-Tosh:
Last edited by Snowhog; Oct 29, 2020, 10:01 PM.
- Top
- Bottom
Comment
Comment