You are not logged in.
Hi there,
as I need a small & fast system for an older notebook I fetched the minimal-live image with Beowulf 3.1 and begun an installation onto a nvme ssd. Everything went fine, the system booted and I could install some applications (mc, joe, nmap, sc, lynx, alpine etc.)
Next I installed xorg and fluxbox - no problems, it worked perfect.
But then I tried to install the xorg apps I need:
pcmanfm, claws-mail. firefox-esr,tilix, geany, shotwell, bluefie andsh, filezilla and some more. All of these failed with unmet dependencies. Trying to install these unmet dependencies ended also in an unmet dependencies failure.
I tried to solve that issue with apt update, upgrade and full-upgrade without success.
OK, I've read the warnings in the minimal-live doc that unexpected things may happen. My question is: Is this an issue which I cannot solve when using minimal-live?
Hints are highly appreciated.
Regards
Berni
Last edited by berni51 (2021-03-24 19:54:48)
The good ol' days will not return, and the rocks might smelt and the sea may burn.
Offline
What are your sources?
apt policy
Brianna Ghey — Rest In Power
Offline
What are your sources?
apt policy
Here we are:
Paketdateien:
100 /var/lib/dpkg/status
release a=now
500 http://deb.devuan.org/merged beowulf-security/main amd64 Packages
release v=3.0.0,o=Devuan,a=stable-security,n=beowulf-security,l=Devuan-Security,c=main,b=amd64
origin deb.devuan.org
500 http://deb.devuan.org/merged beowulf-updates/main amd64 Packages
release v=3.0.0,o=Devuan,a=stable-updates,n=beowulf-updates,l=Devuan,c=main,b=amd64
origin deb.devuan.org
500 http://deb.devuan.org/merged beowulf/non-free amd64 Packages
release v=3.0,o=Devuan,a=stable,n=beowulf,l=Devuan,c=non-free,b=amd64
origin deb.devuan.org
500 http://deb.devuan.org/merged beowulf/contrib amd64 Packages
release v=3.0,o=Devuan,a=stable,n=beowulf,l=Devuan,c=contrib,b=amd64
origin deb.devuan.org
500 http://deb.devuan.org/merged beowulf/main amd64 Packages
release v=3.0,o=Devuan,a=stable,n=beowulf,l=Devuan,c=main,b=amd64
origin deb.devuan.org
Mit Pinning verwaltete Pakete:
My the "v=3.0" cause the issue?
Last edited by berni51 (2021-03-24 21:09:46)
The good ol' days will not return, and the rocks might smelt and the sea may burn.
Offline
There is also a netboot mini.iso that might work better for you. The minimal-live is a "full-featured, console-based recovery tool with a focus on accessibility for visually-impaired and blind users". Perhaps that is why some of the xorg stuff is not cooperating.
Offline
Your sources look fine, can we see an example of the actual errors?
apt -s install firefox-esr
Brianna Ghey — Rest In Power
Offline
root@akoya # apt -s install firefox-esr
Paketlisten werden gelesen...
Abhängigkeitsbaum wird aufgebaut....
Statusinformationen werden eingelesen....
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unmögliche Situation angefordert haben oder, wenn Sie die
Unstable-Distribution verwenden, dass einige erforderliche Pakete noch
nicht erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:Die folgenden Pakete haben unerfüllte Abhängigkeiten:
firefox-esr : Hängt ab von: libgtk-3-0 (>= 3.0.0) soll aber nicht installiert werdenE: Das Problem kann nicht korrigiert werden. Sie haben zurückgehaltene Pakete.
Last edited by berni51 (2021-03-25 09:54:44)
The good ol' days will not return, and the rocks might smelt and the sea may burn.
Offline
I found the problem in the minimal-live. The fix is:
apt update
apt remove librsvg2-2
apt install librsvg2-2
That will drop the version from 2.44.10-2.1+deb10u3 to 2.44.10-2.1. And then you can install firefox-esr and the other stuff.
The problem is that the build process pulled in librsvg2-2 from beowulf-proposed-updates, but then that repo was removed from sources.list. I'll have to make a new set of isos.
Berni, if your last post is after a netinstall, then there may be another problem, too.
Offline
Great, many thx @fsmithred. Now the minimal-live machine works perfect and I can install what I need. Good job!
And no, my last post was not from the netinstall, but also from minimal-live.
The netinstall image was installed without any problems. However I will keep the minimal-live on the old notebook as it is more slim and fast as the netinstall. The netinstall was installed this night on another machine.
Thx & regards
Berni
The good ol' days will not return, and the rocks might smelt and the sea may burn.
Offline