what is "Software" supposed to do with Pending?
I have recently upgraded to fedora23 .
I note DNF is replacing YUM.
So I can use dnf(1) on the command line and all is well. However if I use the GUI Activites -> "type to search" yum, it offers Yum Extender (DNF) , which I'm guessing is a DNF flavour of the yum extender GUI ... I'll go for that.
I choose it, it pops up a pretty screen shot and offers install . A bit of poking around with xprop(1) suggest ths is a GUI called "Software" .. can't see what the actual command is (so can't read the man page of find the config files) I click on the install button and it changes to "pending" ...then nothing else. I've done this a few time and now have 3 copies saying "pending" I also launched "Software" via the same Activites -> "type to search" Software and it gives the same GUI , anything I add just changes to "pending" across are 3 tabs All, Installed(7), Updates ... selecting updates shows a grey page with "Go online and check for updates" [Network Settings] if I choose [Network settings] it simply shows my proxy settings (which are correct)
The GUI seems to be waiting to do something . Since it's not doing it and I can't find the command name hence the man page and config setup I can't see what it's waiting for . If I were to guess I'd say it's ignoring the proxy settings , but it's a closed box , can't see what it really is trying to do.
in regards to yum extender you are guessing right. Program is called
yumex-dnf
but it's not always working correctly. It should show up as Yumex DNF, or so.Software is something else, it's the program
gnome-software
which use PackageKit. Unfortunately, PackageKit and DNF do not use the same database for transaction. That means one doesn't know what the other did, which can result in a weird state. Best would currently be, to only usednf
.If I use the GUI at all: activities -> type to search, it uses a GUI tool (gnome-software I guess?) whenever it does have the application already installed. So I can't really avoid it getting involved. Having found the tool was "Yum Extender (DNF)" I'd just goto the dnf command to install it ... but of course that does not give me the real package name to install (which I now guess is yumex-dnf) all seems a bit ill thought out ;-(