How to install an application that requires gksu package on ubuntu 18.04?How to install gksu in Ubuntu 18.04.2? (sudo apt-get command isn't working)GKSu Installation errorhow do I install GKSU or other program to edit as root to save changes in grub file at /etc/default to enable nomodeset bootup?How to install gksu which was removed from distributions?Why don't gksu/gksudo or launching a graphical application with sudo work with Wayland?How to fake a package version installed?Samba GUI will not start 18.04Configuration of account realvnc vncconnectReplacing gksudo with pkexec: editor doesn't start in current folderMissing settings in GNOME control center installed in Ubuntu MATEHow do I install latest Graphviz?E: Package 'python-software-properties' has no installation candidateTrying to install Steam, getting “Package 'steam:i386' has no installation candidate” errorHow to install gcj on Ubuntu 16.04How do I install libwebkitgtk-1.0-0 on Ubuntu 19.04
Ballot anonymity at UK polling stations
Can I ignore an open source license if I checkout a version that was released prior to the code having any license?
I’m 18 Years old and want to finance a £30,000 car!
Is "Are you interviewing other candidates?" a good or terrible response when asked if you are interviewing with other companies?
Dynamic connection string database c#
How to answer my 5 year old why I can tell her what she has to do, and why she can't tell me what to do
What does it mean to play in a mode?
Mark at multiple positions
Why did Sparta turn on its ally Elis during the First Macedonian War?
Statistics in an array
Is there a term for branding that is adaptive / modular which can be used to create brands and sub-brands?
How to find maximum amperage need for fuse
Will iptables rules continue to work if an interface has been deleted and created again?
Stargate the film: Is Anubis in the movie?
I shift the source code, you shift the input!
Is there a key for the map icons in game?
Biggest Irreducible Hello World
My boss asked what number would keep me happy?
Why is Trump not being impeached for bribery?
C - random password generator
Fourier transform is an isomorphism...but we don’t get when each frequency appears?
Toy Vector Library - Magnitude & Unit Vector Functions
What is the reason for difference between integer division and float to int conversion in python?
What is a logic gate?
How to install an application that requires gksu package on ubuntu 18.04?
How to install gksu in Ubuntu 18.04.2? (sudo apt-get command isn't working)GKSu Installation errorhow do I install GKSU or other program to edit as root to save changes in grub file at /etc/default to enable nomodeset bootup?How to install gksu which was removed from distributions?Why don't gksu/gksudo or launching a graphical application with sudo work with Wayland?How to fake a package version installed?Samba GUI will not start 18.04Configuration of account realvnc vncconnectReplacing gksudo with pkexec: editor doesn't start in current folderMissing settings in GNOME control center installed in Ubuntu MATEHow do I install latest Graphviz?E: Package 'python-software-properties' has no installation candidateTrying to install Steam, getting “Package 'steam:i386' has no installation candidate” errorHow to install gcj on Ubuntu 16.04How do I install libwebkitgtk-1.0-0 on Ubuntu 19.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I downloaded the Upwork desktop App on ubuntu 18.04. When I open it with Gdebi package installer I saw this error:

I tried to install gksu manually via sudo apt install gksu but I got this error
Building dependency tree
Reading state information... Done
Package gksu 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 'gksu' has no installation candidate
How can I install this software on ubuntu 18.04 (I download it yesturday so it is the most recent version on upwork website) ?
software-installation 18.04 gksu
|
show 1 more comment
I downloaded the Upwork desktop App on ubuntu 18.04. When I open it with Gdebi package installer I saw this error:

I tried to install gksu manually via sudo apt install gksu but I got this error
Building dependency tree
Reading state information... Done
Package gksu 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 'gksu' has no installation candidate
How can I install this software on ubuntu 18.04 (I download it yesturday so it is the most recent version on upwork website) ?
software-installation 18.04 gksu
1
You find some alternatives in the following link, Why don't gksu/gksudo or launching a graphical application with sudo work with Wayland?. A simple alternative issudo -H GUI-application-program, but there are alternatives with higher security, for examplepkexec. When you get used to text mode command lines (in terminal windows), you are no longer affected by this problem.
– sudodus
Apr 30 '18 at 11:10
1
pkexec with higher security accompanied by a higher probability of causing error messages, so test the app for error messages when using pkexec.
– karel
Apr 30 '18 at 11:25
2
Possible duplicate of How to fake a package version installed?
– muru
Apr 30 '18 at 12:47
Highly related: askubuntu.com/questions/1026800/…
– Organic Marble
Apr 30 '18 at 13:45
2
Close Voters: Initially I voted along with @muru duplicate candidate but retracted after reading Nobert's answer below which will server the OP much better because there will actually be agksuapp for the parent to call. Plus OP is satisfied and accepted answer.
– WinEunuuchs2Unix
May 1 '18 at 0:00
|
show 1 more comment
I downloaded the Upwork desktop App on ubuntu 18.04. When I open it with Gdebi package installer I saw this error:

I tried to install gksu manually via sudo apt install gksu but I got this error
Building dependency tree
Reading state information... Done
Package gksu 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 'gksu' has no installation candidate
How can I install this software on ubuntu 18.04 (I download it yesturday so it is the most recent version on upwork website) ?
software-installation 18.04 gksu
I downloaded the Upwork desktop App on ubuntu 18.04. When I open it with Gdebi package installer I saw this error:

I tried to install gksu manually via sudo apt install gksu but I got this error
Building dependency tree
Reading state information... Done
Package gksu 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 'gksu' has no installation candidate
How can I install this software on ubuntu 18.04 (I download it yesturday so it is the most recent version on upwork website) ?
software-installation 18.04 gksu
software-installation 18.04 gksu
asked Apr 30 '18 at 10:19
Abdelaziz MokhnacheAbdelaziz Mokhnache
2711 gold badge2 silver badges6 bronze badges
2711 gold badge2 silver badges6 bronze badges
1
You find some alternatives in the following link, Why don't gksu/gksudo or launching a graphical application with sudo work with Wayland?. A simple alternative issudo -H GUI-application-program, but there are alternatives with higher security, for examplepkexec. When you get used to text mode command lines (in terminal windows), you are no longer affected by this problem.
– sudodus
Apr 30 '18 at 11:10
1
pkexec with higher security accompanied by a higher probability of causing error messages, so test the app for error messages when using pkexec.
– karel
Apr 30 '18 at 11:25
2
Possible duplicate of How to fake a package version installed?
– muru
Apr 30 '18 at 12:47
Highly related: askubuntu.com/questions/1026800/…
– Organic Marble
Apr 30 '18 at 13:45
2
Close Voters: Initially I voted along with @muru duplicate candidate but retracted after reading Nobert's answer below which will server the OP much better because there will actually be agksuapp for the parent to call. Plus OP is satisfied and accepted answer.
– WinEunuuchs2Unix
May 1 '18 at 0:00
|
show 1 more comment
1
You find some alternatives in the following link, Why don't gksu/gksudo or launching a graphical application with sudo work with Wayland?. A simple alternative issudo -H GUI-application-program, but there are alternatives with higher security, for examplepkexec. When you get used to text mode command lines (in terminal windows), you are no longer affected by this problem.
– sudodus
Apr 30 '18 at 11:10
1
pkexec with higher security accompanied by a higher probability of causing error messages, so test the app for error messages when using pkexec.
– karel
Apr 30 '18 at 11:25
2
Possible duplicate of How to fake a package version installed?
– muru
Apr 30 '18 at 12:47
Highly related: askubuntu.com/questions/1026800/…
– Organic Marble
Apr 30 '18 at 13:45
2
Close Voters: Initially I voted along with @muru duplicate candidate but retracted after reading Nobert's answer below which will server the OP much better because there will actually be agksuapp for the parent to call. Plus OP is satisfied and accepted answer.
– WinEunuuchs2Unix
May 1 '18 at 0:00
1
1
You find some alternatives in the following link, Why don't gksu/gksudo or launching a graphical application with sudo work with Wayland?. A simple alternative is
sudo -H GUI-application-program, but there are alternatives with higher security, for example pkexec. When you get used to text mode command lines (in terminal windows), you are no longer affected by this problem.– sudodus
Apr 30 '18 at 11:10
You find some alternatives in the following link, Why don't gksu/gksudo or launching a graphical application with sudo work with Wayland?. A simple alternative is
sudo -H GUI-application-program, but there are alternatives with higher security, for example pkexec. When you get used to text mode command lines (in terminal windows), you are no longer affected by this problem.– sudodus
Apr 30 '18 at 11:10
1
1
pkexec with higher security accompanied by a higher probability of causing error messages, so test the app for error messages when using pkexec.
– karel
Apr 30 '18 at 11:25
pkexec with higher security accompanied by a higher probability of causing error messages, so test the app for error messages when using pkexec.
– karel
Apr 30 '18 at 11:25
2
2
Possible duplicate of How to fake a package version installed?
– muru
Apr 30 '18 at 12:47
Possible duplicate of How to fake a package version installed?
– muru
Apr 30 '18 at 12:47
Highly related: askubuntu.com/questions/1026800/…
– Organic Marble
Apr 30 '18 at 13:45
Highly related: askubuntu.com/questions/1026800/…
– Organic Marble
Apr 30 '18 at 13:45
2
2
Close Voters: Initially I voted along with @muru duplicate candidate but retracted after reading Nobert's answer below which will server the OP much better because there will actually be a
gksu app for the parent to call. Plus OP is satisfied and accepted answer.– WinEunuuchs2Unix
May 1 '18 at 0:00
Close Voters: Initially I voted along with @muru duplicate candidate but retracted after reading Nobert's answer below which will server the OP much better because there will actually be a
gksu app for the parent to call. Plus OP is satisfied and accepted answer.– WinEunuuchs2Unix
May 1 '18 at 0:00
|
show 1 more comment
2 Answers
2
active
oldest
votes
Introduction
As Jeremy Bicha wrote:
Posted on April 18, 2018 by Jeremy Bicha — 8 Comments
Today, gksu was removed from Ubuntu 18.04, four weeks after it was removed from Debian.
So theoretically speaking there are no packages on Bionic Beaver 18.04 LTS, depending on gksu. But this is not true:
$ apt-cache rdepends gksu
gksu
Reverse Depends:
gexec
wicd-gtk
spacefm-gtk3
spacefm
|menu
$ aptitude why gksu
i menu Suggests gksu | kde-runtime | ktsuss
As you see some software, which are distibuted by third-party may depend on gksu package. So you can proceed installing gksu with method below on your own risk.
How to fix?
Possible solution is to install version from previous (17.10, artful) release.
Warning: do not execute the commands below if unsure!
Short method (as @MK suggested)
wget http://mirrors.kernel.org/ubuntu/pool/main/libg/libgtop2/libgtop-2.0-10_2.32.0-1_amd64.deb
sudo apt install ./libgtop-2.0-10_2.32.0-1_amd64.deb
wget https://mirrors.edge.kernel.org/ubuntu/pool/universe/libg/libgksu/libgksu2-0_2.0.13~pre1-6ubuntu8_amd64.deb
sudo apt install ./libgksu2-0_2.0.13~pre1-6ubuntu8_amd64.deb
wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gksu/gksu_2.0.2-9ubuntu1_amd64.deb
sudo apt install ./gksu_2.0.2-9ubuntu1_amd64.deb
Test
Test gksu (should work on Xorg-sessions)
gksu-properties # check that it has "Authentication mode" to "sudo"
gksu date
gksudo date
Notes
After installation the following packages will be marked as obsolete (locally-installed): gksu, libgksu2-0. But they will work as expected.
The method is applicable for Ubuntu 18.10 and 19.04 too.
just to be sure, won't I have issues in the future havinggksuinstalled on 18.04 ? or I have to remove it after I am done with App installation ?
– Abdelaziz Mokhnache
Apr 30 '18 at 12:21
1
@N0rbert: Instead of adding the whole shabang, which you admit is dangerous, you can just download the lib .deb from packages.ubuntu.com/artful/amd64/libgksu2-0/download and the gksu .deb file from launchpad.net/ubuntu/bionic/amd64/gksu/2.0.2-9ubuntu1. Install the lib first usinggdebi, followed by the gksu, also usinggedbi
– M K
May 9 '18 at 11:10
@MK, thanks, I added your method to the answer.
– N0rbert
May 14 '18 at 19:12
Running with mixed repositories is a horrible idea. If you must, at least set up Apt Pinning.
– xiota
May 31 '18 at 2:18
add a comment
|
Mixed repositories
Adding the artful repositories to a bionic system is an absolutely horrible idea. I cannot stress enough how much suffering the notion, alone, of running with mixed repositories will bring. There shall be misery and gnashing of teeth to the end of the age and beyond.
Masochists, please at least use protection (Apt Pinning).
Better ideas
Wait for new releases that do not depend on outdated packages. (Patience is a virtue that will prevent embarrassing visits to the Help Center with conf-files, or worse, stuck where they don't belong.)
Rebuild packages without unnecessary dependencies.
Find PPAs with the packages you want.
Put a wrapper -script- around
pkexec.Faux play -with faux packages- and
equivs.
Notes
kdesudohas been dropped as well.lxqt-sudois still around, but didn't work for me.Something called
gosa? No idea what it is.Might as well play
sudokuuntil this mess is figured out.
add a comment
|
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Introduction
As Jeremy Bicha wrote:
Posted on April 18, 2018 by Jeremy Bicha — 8 Comments
Today, gksu was removed from Ubuntu 18.04, four weeks after it was removed from Debian.
So theoretically speaking there are no packages on Bionic Beaver 18.04 LTS, depending on gksu. But this is not true:
$ apt-cache rdepends gksu
gksu
Reverse Depends:
gexec
wicd-gtk
spacefm-gtk3
spacefm
|menu
$ aptitude why gksu
i menu Suggests gksu | kde-runtime | ktsuss
As you see some software, which are distibuted by third-party may depend on gksu package. So you can proceed installing gksu with method below on your own risk.
How to fix?
Possible solution is to install version from previous (17.10, artful) release.
Warning: do not execute the commands below if unsure!
Short method (as @MK suggested)
wget http://mirrors.kernel.org/ubuntu/pool/main/libg/libgtop2/libgtop-2.0-10_2.32.0-1_amd64.deb
sudo apt install ./libgtop-2.0-10_2.32.0-1_amd64.deb
wget https://mirrors.edge.kernel.org/ubuntu/pool/universe/libg/libgksu/libgksu2-0_2.0.13~pre1-6ubuntu8_amd64.deb
sudo apt install ./libgksu2-0_2.0.13~pre1-6ubuntu8_amd64.deb
wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gksu/gksu_2.0.2-9ubuntu1_amd64.deb
sudo apt install ./gksu_2.0.2-9ubuntu1_amd64.deb
Test
Test gksu (should work on Xorg-sessions)
gksu-properties # check that it has "Authentication mode" to "sudo"
gksu date
gksudo date
Notes
After installation the following packages will be marked as obsolete (locally-installed): gksu, libgksu2-0. But they will work as expected.
The method is applicable for Ubuntu 18.10 and 19.04 too.
just to be sure, won't I have issues in the future havinggksuinstalled on 18.04 ? or I have to remove it after I am done with App installation ?
– Abdelaziz Mokhnache
Apr 30 '18 at 12:21
1
@N0rbert: Instead of adding the whole shabang, which you admit is dangerous, you can just download the lib .deb from packages.ubuntu.com/artful/amd64/libgksu2-0/download and the gksu .deb file from launchpad.net/ubuntu/bionic/amd64/gksu/2.0.2-9ubuntu1. Install the lib first usinggdebi, followed by the gksu, also usinggedbi
– M K
May 9 '18 at 11:10
@MK, thanks, I added your method to the answer.
– N0rbert
May 14 '18 at 19:12
Running with mixed repositories is a horrible idea. If you must, at least set up Apt Pinning.
– xiota
May 31 '18 at 2:18
add a comment
|
Introduction
As Jeremy Bicha wrote:
Posted on April 18, 2018 by Jeremy Bicha — 8 Comments
Today, gksu was removed from Ubuntu 18.04, four weeks after it was removed from Debian.
So theoretically speaking there are no packages on Bionic Beaver 18.04 LTS, depending on gksu. But this is not true:
$ apt-cache rdepends gksu
gksu
Reverse Depends:
gexec
wicd-gtk
spacefm-gtk3
spacefm
|menu
$ aptitude why gksu
i menu Suggests gksu | kde-runtime | ktsuss
As you see some software, which are distibuted by third-party may depend on gksu package. So you can proceed installing gksu with method below on your own risk.
How to fix?
Possible solution is to install version from previous (17.10, artful) release.
Warning: do not execute the commands below if unsure!
Short method (as @MK suggested)
wget http://mirrors.kernel.org/ubuntu/pool/main/libg/libgtop2/libgtop-2.0-10_2.32.0-1_amd64.deb
sudo apt install ./libgtop-2.0-10_2.32.0-1_amd64.deb
wget https://mirrors.edge.kernel.org/ubuntu/pool/universe/libg/libgksu/libgksu2-0_2.0.13~pre1-6ubuntu8_amd64.deb
sudo apt install ./libgksu2-0_2.0.13~pre1-6ubuntu8_amd64.deb
wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gksu/gksu_2.0.2-9ubuntu1_amd64.deb
sudo apt install ./gksu_2.0.2-9ubuntu1_amd64.deb
Test
Test gksu (should work on Xorg-sessions)
gksu-properties # check that it has "Authentication mode" to "sudo"
gksu date
gksudo date
Notes
After installation the following packages will be marked as obsolete (locally-installed): gksu, libgksu2-0. But they will work as expected.
The method is applicable for Ubuntu 18.10 and 19.04 too.
just to be sure, won't I have issues in the future havinggksuinstalled on 18.04 ? or I have to remove it after I am done with App installation ?
– Abdelaziz Mokhnache
Apr 30 '18 at 12:21
1
@N0rbert: Instead of adding the whole shabang, which you admit is dangerous, you can just download the lib .deb from packages.ubuntu.com/artful/amd64/libgksu2-0/download and the gksu .deb file from launchpad.net/ubuntu/bionic/amd64/gksu/2.0.2-9ubuntu1. Install the lib first usinggdebi, followed by the gksu, also usinggedbi
– M K
May 9 '18 at 11:10
@MK, thanks, I added your method to the answer.
– N0rbert
May 14 '18 at 19:12
Running with mixed repositories is a horrible idea. If you must, at least set up Apt Pinning.
– xiota
May 31 '18 at 2:18
add a comment
|
Introduction
As Jeremy Bicha wrote:
Posted on April 18, 2018 by Jeremy Bicha — 8 Comments
Today, gksu was removed from Ubuntu 18.04, four weeks after it was removed from Debian.
So theoretically speaking there are no packages on Bionic Beaver 18.04 LTS, depending on gksu. But this is not true:
$ apt-cache rdepends gksu
gksu
Reverse Depends:
gexec
wicd-gtk
spacefm-gtk3
spacefm
|menu
$ aptitude why gksu
i menu Suggests gksu | kde-runtime | ktsuss
As you see some software, which are distibuted by third-party may depend on gksu package. So you can proceed installing gksu with method below on your own risk.
How to fix?
Possible solution is to install version from previous (17.10, artful) release.
Warning: do not execute the commands below if unsure!
Short method (as @MK suggested)
wget http://mirrors.kernel.org/ubuntu/pool/main/libg/libgtop2/libgtop-2.0-10_2.32.0-1_amd64.deb
sudo apt install ./libgtop-2.0-10_2.32.0-1_amd64.deb
wget https://mirrors.edge.kernel.org/ubuntu/pool/universe/libg/libgksu/libgksu2-0_2.0.13~pre1-6ubuntu8_amd64.deb
sudo apt install ./libgksu2-0_2.0.13~pre1-6ubuntu8_amd64.deb
wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gksu/gksu_2.0.2-9ubuntu1_amd64.deb
sudo apt install ./gksu_2.0.2-9ubuntu1_amd64.deb
Test
Test gksu (should work on Xorg-sessions)
gksu-properties # check that it has "Authentication mode" to "sudo"
gksu date
gksudo date
Notes
After installation the following packages will be marked as obsolete (locally-installed): gksu, libgksu2-0. But they will work as expected.
The method is applicable for Ubuntu 18.10 and 19.04 too.
Introduction
As Jeremy Bicha wrote:
Posted on April 18, 2018 by Jeremy Bicha — 8 Comments
Today, gksu was removed from Ubuntu 18.04, four weeks after it was removed from Debian.
So theoretically speaking there are no packages on Bionic Beaver 18.04 LTS, depending on gksu. But this is not true:
$ apt-cache rdepends gksu
gksu
Reverse Depends:
gexec
wicd-gtk
spacefm-gtk3
spacefm
|menu
$ aptitude why gksu
i menu Suggests gksu | kde-runtime | ktsuss
As you see some software, which are distibuted by third-party may depend on gksu package. So you can proceed installing gksu with method below on your own risk.
How to fix?
Possible solution is to install version from previous (17.10, artful) release.
Warning: do not execute the commands below if unsure!
Short method (as @MK suggested)
wget http://mirrors.kernel.org/ubuntu/pool/main/libg/libgtop2/libgtop-2.0-10_2.32.0-1_amd64.deb
sudo apt install ./libgtop-2.0-10_2.32.0-1_amd64.deb
wget https://mirrors.edge.kernel.org/ubuntu/pool/universe/libg/libgksu/libgksu2-0_2.0.13~pre1-6ubuntu8_amd64.deb
sudo apt install ./libgksu2-0_2.0.13~pre1-6ubuntu8_amd64.deb
wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gksu/gksu_2.0.2-9ubuntu1_amd64.deb
sudo apt install ./gksu_2.0.2-9ubuntu1_amd64.deb
Test
Test gksu (should work on Xorg-sessions)
gksu-properties # check that it has "Authentication mode" to "sudo"
gksu date
gksudo date
Notes
After installation the following packages will be marked as obsolete (locally-installed): gksu, libgksu2-0. But they will work as expected.
The method is applicable for Ubuntu 18.10 and 19.04 too.
edited May 18 at 15:53
answered Apr 30 '18 at 11:04
N0rbertN0rbert
36.5k10 gold badges86 silver badges170 bronze badges
36.5k10 gold badges86 silver badges170 bronze badges
just to be sure, won't I have issues in the future havinggksuinstalled on 18.04 ? or I have to remove it after I am done with App installation ?
– Abdelaziz Mokhnache
Apr 30 '18 at 12:21
1
@N0rbert: Instead of adding the whole shabang, which you admit is dangerous, you can just download the lib .deb from packages.ubuntu.com/artful/amd64/libgksu2-0/download and the gksu .deb file from launchpad.net/ubuntu/bionic/amd64/gksu/2.0.2-9ubuntu1. Install the lib first usinggdebi, followed by the gksu, also usinggedbi
– M K
May 9 '18 at 11:10
@MK, thanks, I added your method to the answer.
– N0rbert
May 14 '18 at 19:12
Running with mixed repositories is a horrible idea. If you must, at least set up Apt Pinning.
– xiota
May 31 '18 at 2:18
add a comment
|
just to be sure, won't I have issues in the future havinggksuinstalled on 18.04 ? or I have to remove it after I am done with App installation ?
– Abdelaziz Mokhnache
Apr 30 '18 at 12:21
1
@N0rbert: Instead of adding the whole shabang, which you admit is dangerous, you can just download the lib .deb from packages.ubuntu.com/artful/amd64/libgksu2-0/download and the gksu .deb file from launchpad.net/ubuntu/bionic/amd64/gksu/2.0.2-9ubuntu1. Install the lib first usinggdebi, followed by the gksu, also usinggedbi
– M K
May 9 '18 at 11:10
@MK, thanks, I added your method to the answer.
– N0rbert
May 14 '18 at 19:12
Running with mixed repositories is a horrible idea. If you must, at least set up Apt Pinning.
– xiota
May 31 '18 at 2:18
just to be sure, won't I have issues in the future having
gksu installed on 18.04 ? or I have to remove it after I am done with App installation ?– Abdelaziz Mokhnache
Apr 30 '18 at 12:21
just to be sure, won't I have issues in the future having
gksu installed on 18.04 ? or I have to remove it after I am done with App installation ?– Abdelaziz Mokhnache
Apr 30 '18 at 12:21
1
1
@N0rbert: Instead of adding the whole shabang, which you admit is dangerous, you can just download the lib .deb from packages.ubuntu.com/artful/amd64/libgksu2-0/download and the gksu .deb file from launchpad.net/ubuntu/bionic/amd64/gksu/2.0.2-9ubuntu1. Install the lib first using
gdebi, followed by the gksu, also using gedbi– M K
May 9 '18 at 11:10
@N0rbert: Instead of adding the whole shabang, which you admit is dangerous, you can just download the lib .deb from packages.ubuntu.com/artful/amd64/libgksu2-0/download and the gksu .deb file from launchpad.net/ubuntu/bionic/amd64/gksu/2.0.2-9ubuntu1. Install the lib first using
gdebi, followed by the gksu, also using gedbi– M K
May 9 '18 at 11:10
@MK, thanks, I added your method to the answer.
– N0rbert
May 14 '18 at 19:12
@MK, thanks, I added your method to the answer.
– N0rbert
May 14 '18 at 19:12
Running with mixed repositories is a horrible idea. If you must, at least set up Apt Pinning.
– xiota
May 31 '18 at 2:18
Running with mixed repositories is a horrible idea. If you must, at least set up Apt Pinning.
– xiota
May 31 '18 at 2:18
add a comment
|
Mixed repositories
Adding the artful repositories to a bionic system is an absolutely horrible idea. I cannot stress enough how much suffering the notion, alone, of running with mixed repositories will bring. There shall be misery and gnashing of teeth to the end of the age and beyond.
Masochists, please at least use protection (Apt Pinning).
Better ideas
Wait for new releases that do not depend on outdated packages. (Patience is a virtue that will prevent embarrassing visits to the Help Center with conf-files, or worse, stuck where they don't belong.)
Rebuild packages without unnecessary dependencies.
Find PPAs with the packages you want.
Put a wrapper -script- around
pkexec.Faux play -with faux packages- and
equivs.
Notes
kdesudohas been dropped as well.lxqt-sudois still around, but didn't work for me.Something called
gosa? No idea what it is.Might as well play
sudokuuntil this mess is figured out.
add a comment
|
Mixed repositories
Adding the artful repositories to a bionic system is an absolutely horrible idea. I cannot stress enough how much suffering the notion, alone, of running with mixed repositories will bring. There shall be misery and gnashing of teeth to the end of the age and beyond.
Masochists, please at least use protection (Apt Pinning).
Better ideas
Wait for new releases that do not depend on outdated packages. (Patience is a virtue that will prevent embarrassing visits to the Help Center with conf-files, or worse, stuck where they don't belong.)
Rebuild packages without unnecessary dependencies.
Find PPAs with the packages you want.
Put a wrapper -script- around
pkexec.Faux play -with faux packages- and
equivs.
Notes
kdesudohas been dropped as well.lxqt-sudois still around, but didn't work for me.Something called
gosa? No idea what it is.Might as well play
sudokuuntil this mess is figured out.
add a comment
|
Mixed repositories
Adding the artful repositories to a bionic system is an absolutely horrible idea. I cannot stress enough how much suffering the notion, alone, of running with mixed repositories will bring. There shall be misery and gnashing of teeth to the end of the age and beyond.
Masochists, please at least use protection (Apt Pinning).
Better ideas
Wait for new releases that do not depend on outdated packages. (Patience is a virtue that will prevent embarrassing visits to the Help Center with conf-files, or worse, stuck where they don't belong.)
Rebuild packages without unnecessary dependencies.
Find PPAs with the packages you want.
Put a wrapper -script- around
pkexec.Faux play -with faux packages- and
equivs.
Notes
kdesudohas been dropped as well.lxqt-sudois still around, but didn't work for me.Something called
gosa? No idea what it is.Might as well play
sudokuuntil this mess is figured out.
Mixed repositories
Adding the artful repositories to a bionic system is an absolutely horrible idea. I cannot stress enough how much suffering the notion, alone, of running with mixed repositories will bring. There shall be misery and gnashing of teeth to the end of the age and beyond.
Masochists, please at least use protection (Apt Pinning).
Better ideas
Wait for new releases that do not depend on outdated packages. (Patience is a virtue that will prevent embarrassing visits to the Help Center with conf-files, or worse, stuck where they don't belong.)
Rebuild packages without unnecessary dependencies.
Find PPAs with the packages you want.
Put a wrapper -script- around
pkexec.Faux play -with faux packages- and
equivs.
Notes
kdesudohas been dropped as well.lxqt-sudois still around, but didn't work for me.Something called
gosa? No idea what it is.Might as well play
sudokuuntil this mess is figured out.
edited May 31 '18 at 2:14
answered May 31 '18 at 2:09
xiotaxiota
2,2702 gold badges13 silver badges32 bronze badges
2,2702 gold badges13 silver badges32 bronze badges
add a comment
|
add a comment
|
Highly active question. Earn 10 reputation in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity.
Highly active question. Earn 10 reputation in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity.
Highly active question. Earn 10 reputation in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity.
Highly active question. Earn 10 reputation in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity.
1
You find some alternatives in the following link, Why don't gksu/gksudo or launching a graphical application with sudo work with Wayland?. A simple alternative is
sudo -H GUI-application-program, but there are alternatives with higher security, for examplepkexec. When you get used to text mode command lines (in terminal windows), you are no longer affected by this problem.– sudodus
Apr 30 '18 at 11:10
1
pkexec with higher security accompanied by a higher probability of causing error messages, so test the app for error messages when using pkexec.
– karel
Apr 30 '18 at 11:25
2
Possible duplicate of How to fake a package version installed?
– muru
Apr 30 '18 at 12:47
Highly related: askubuntu.com/questions/1026800/…
– Organic Marble
Apr 30 '18 at 13:45
2
Close Voters: Initially I voted along with @muru duplicate candidate but retracted after reading Nobert's answer below which will server the OP much better because there will actually be a
gksuapp for the parent to call. Plus OP is satisfied and accepted answer.– WinEunuuchs2Unix
May 1 '18 at 0:00