Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

GDebi

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
deepestfishguy
Posts: 3
Joined: 2019-05-16 21:45

GDebi

#1 Post by deepestfishguy »

2020-05-20

I am having issues with GDebi (running Buster, Xfce Desktop). It will confirm dependencies, but when I click the Install button, GDebi closes. I have tested it in MX-19 and it works fine.

I have been unable to locate a link on the GDebi homepage to search for or report a bug. Similarly, I cannot find a place to search/report a bug directly to Debian developers.

Wondering if anyone else has had the same experience, and looking for suggestions as to what to do next.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: GDebi

#2 Post by Head_on_a_Stick »

Does it work if you run it from the command line?

Either

Code: Select all

# gdebi example.deb
Or

Code: Select all

gdebi-gtk example.deb
^ That should show any error messages when it closes.

At a guess you don't have a graphical polkit authentication agent running so the graphical version can't get permission to install stuff.

Check:

Code: Select all

pgrep -a polkit
Note that apt(8) can be used instead of gdebi:

Code: Select all

# apt install ./example.deb
And for bug reporting see https://www.debian.org/Bugs/Reporting
deadbang

User avatar
NFT5
df -h | grep > 20TiB
df -h | grep > 20TiB
Posts: 598
Joined: 2014-10-10 11:38
Location: Canberra, Australia
Has thanked: 10 times
Been thanked: 43 times

Re: GDebi

#3 Post by NFT5 »


User avatar
eriefisher
Posts: 130
Joined: 2008-06-04 03:49
Location: Ontario's South Coast

Re: GDebi

#4 Post by eriefisher »

I would first have to ask why gdebi? The only use for gdebi would be to install random .deb's instead of using the package manager(apt). I would first look at the repos available to you like backports and such.

You don't mention what the package was so I rant.
____________________________________________
There's a manual?
Siduction
Debian Sid
Xfce4 4.14

cuckooflew
Posts: 677
Joined: 2018-05-10 19:34
Location: Some where out west
Been thanked: 1 time

Re: GDebi

#5 Post by cuckooflew »

Similarly, I cannot find a place to search/report a bug directly to Debian developers.
Very poor search foo : https://wiki.debian.org/BugReport
=====================
https://www.debian.org/Bugs/Reporting
====================
https://www.debian.org/releases/stable/reportingbugs
=====================
If you do not or can not grasp what they say, or have problems with submitting your bug report, I will be happy to give more details, but I think you should start a new topic, specific to submitting bug reports, it is pretty easy.

On the Gdebi problem, I am not sure, I prefer just using the CLI, it is more easy and reliable, have yu tried that ?
Please Read What we expect you have already Done
Search Engines know a lot, and
"If God had wanted computers to work all the time, He wouldn't have invented RESET buttons"
and
Just say NO to help vampires!

otyugh
Posts: 49
Joined: 2014-06-17 23:11
Been thanked: 1 time

Re: GDebi

#6 Post by otyugh »

This bug is known : https://bugs.debian.org/cgi-bin/bugrepo ... bug=932088
I remember having to deal with it since stretch.

How you can workaround it :

Code: Select all

sudo sed -ri 's|(Exec=)(.*)|\1sh -c "\2"|' "/usr/share/applications/gdebi.desktop"
It may be a pkexec-related bug and should be reported in there too, but as I'm not sure...

Post Reply