Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Ubuntu - Dependency is not satisfiable: gksu #196

Open
kamilkobak opened this issue Mar 29, 2021 · 4 comments
Open

Ubuntu - Dependency is not satisfiable: gksu #196

kamilkobak opened this issue Mar 29, 2021 · 4 comments

Comments

@kamilkobak
Copy link

Hi

There is a dependency issue on Ubuntu 18.04, gksu was Removed From Ubuntu. Is there any solution ?

@immartian
Copy link

I have the same issue here, tried to fix it with apt upgrade --fix-broken but still shown:

The following packages have unmet dependencies:
 sentinel : Depends: libgconf2-4 but it is not installable
            Depends: gksu but it is not installable

@bwoff11
Copy link

bwoff11 commented May 16, 2021

gksu has been deprecated. It's not longer part of mainline Debian, Ubuntu 18.04 and most all other Linux distros. Devs should use an alternative like pkexec.

@kamilkobak
Copy link
Author

kamilkobak commented May 16, 2021 via email

@PayamPouryousefi
Copy link

You might want to address this, but for the time being users facing this might find the following useful:
Here's the error I saw:

sudo dpkg -i '/home/usr/Downloads/Sentinel_0.1.4_amd64.deb' 
Selecting previously unselected package sentinel.
(Reading database ... 212333 files and directories currently installed.)
Preparing to unpack .../Sentinel_0.1.4_amd64.deb ...
Unpacking sentinel (0.1.4-1) ...
dpkg: dependency problems prevent configuration of sentinel:
 sentinel depends on shadowsocks-libev; however:
  Package shadowsocks-libev is not installed.
 sentinel depends on wireguard; however:
  Package wireguard is not installed.

dpkg: error processing package sentinel (--install):
 dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Errors were encountered while processing:
 sentinel

Which was solved by installing shadow socks manually sudo apt install shadowsocks-libev, and then sudo apt --fix-broken install. So, you might want to install the unmet dependencies manually if fix broken isn't working.

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

No branches or pull requests

4 participants