You are not logged in.
Not really. The Clock applet dialog is indeed part of Xfce, but that Time and Date Settings window definitely comes from gnome-system-tools - which Xfce (for some odd reason) still relies on for system time configuration. Without it being present (as is probably the case with the default Xfce installation), the Xfce Clock applet settings will not even show the 'Time and Date Settings' button
Understood, thanks.
So, MATE looks more solid than XFCE for this point?
I'm guessing you have two files in /etc/init.d where one says it provides "udev" and the other that it provides "$udev" (where the latter is a virtual service name). Probably you don't need both, perhaps it's a matter of keeping "eudev" and moving away "udev" from there.
Thanks!
I am move
/etc/init.d/udev
and
/etc/runlevels/sysinit/@udev
no error at while
root@devuan:/home/freeartist-devuan# rc-update -u
* Caching service dependencies ... [ ok ]
root@devuan:/home/freeartist-devuan# That dialog looks like part of the old gnome-system-tools package, which provides a GUI Time & Date utility, along with one for users and groups management.
Perhaps it lacks compatibility with the current NTP clients
no its native xfce clock applet(or its gnome app?)
https://docs.xfce.org/xfce/xfce4-panel/4.20/clock
Mmm; it's rc-update that complains.... That's a different place with kindof the same structure.
I'm guessing you have two files in /etc/init.d where one says it provides "udev" and the other that it provides "$udev" (where the latter is a virtual service name). Probably you don't need both, perhaps it's a matter of keeping "eudev" and moving away "udev" from there.
Thanks.
So i do need stop udev service or uninstall it?
That dialog looks like part of the old gnome-system-tools package, which provides a GUI Time & Date utility, along with one for users and groups management.
Perhaps it lacks compatibility with the current NTP clients.
huuh, it's mess, so xfce not has own time/calendar app, also as network-manager is part of gnome?
The most lightweight is opentpd, while the most modern (and most suitable for machines with intermittent connectivity) is chrony.
tried chrony, same, not recognise by xfce(gnome!??) time settings
The real question is: Which one is your GUI nonsense looking for, how is it checking, and why doesn't it see ntpsec? If it's doing something really dumb like looking for a specific init script (or worse, systemd service on dbus), it's not going to work with openrc without some tinkering.
I don't recognise that GUI window, but it looks gtk-ish. Last I heard xfce didn't have a native timezone config whatchamacallit...
its xfce(gnome!??) time/calendar settings window
Thanks.
Yes i am also have eudev, and its working
That what happens if i do stop eudev
root@devuan:/home/freeartist-devuan# rc-service eudev stop
* WARNING: you are stopping a sysinit service
Stopping network connection manager: NetworkManager.
Stopping hot-plug events dispatcher: udevd.
root@devuan:/home/freeartist-devuan# root@devuan:/home/freeartist-devuan# rc-update -u
* Caching service dependencies ...
Error: udev is the name of a real and virtual service. [ ok ]
root@devuan:/home/freeartist-devuan# why i have four udev?
root@devuan:/usr/share/initramfs-tools/scripts/init-top# ls udev -l
-rwxr-xr-x 1 root root 658 May 8 2025 udev
root@devuan:/usr/share/initramfs-tools/scripts/init-bottom# ls udev -l
-rwxr-xr-x 1 root root 403 May 8 2025 udev
root@devuan:/usr/share/initramfs-tools/hooks# ls udev -l
-rwxr-xr-x 1 root root 1857 May 8 2025 udev
root@devuan:/etc/init.d# ls udev -l
-rwxr-xr-x 1 root root 6821 Nov 16 12:05 udev
what this mean? open-rc frequent show me
Error: udev is the name of a real and virtual service.
root@devuan:/home/freeartist-devuan# apt install chrony
The following package was automatically installed and is no longer required:
python3-ntp
Use 'sudo apt autoremove' to remove it.
Installing:
chrony
Suggested packages:
gpsd networkd-dispatcher
REMOVING:
ntp ntpsec
Summary:
Upgrading: 0, Installing: 1, Removing: 2, Not Upgrading: 0
Download size: 320 kB
Freed space: 282 kB
Continue? [Y/n]
Get:1 http://deb.devuan.org/merged ceres/main amd64 chrony amd64 4.8-2 [320 kB]
Fetched 320 kB in 3s (96.5 kB/s)
(Reading database… 410883 files and directories currently installed.)
Removing ntp (1:4.2.8p15+dfsg-2~1.2.2+dfsg1-1+deb12u1)…
Removing ntpsec (1.2.3+dfsg1-8)…
Stopping NTP server: ntpd.
Selecting previously unselected package chrony.
(Reading database… 410838 files and directories currently installed.)
Preparing to unpack …/chrony_4.8-2_amd64.deb…
Unpacking chrony (4.8-2)…
Setting up chrony (4.8-2)…
Creating config file /etc/chrony/chrony.conf with new version
Creating config file /etc/chrony/chrony.keys with new version
Creating group '_chrony' with GID 991.
Creating user '_chrony' (Chrony Daemon) with UID 991 and GID 991.
dpkg-statoverride: warning: --update given but /var/log/chrony does not exist
* Caching service dependencies ...
Error: udev is the name of a real and virtual service. [ ok ]
Starting time daemon: chronyd.
Processing triggers for man-db (2.13.1-1)…
root@devuan:/home/freeartist-devuan# Ceres
i am install ntp from here
pkginfo.devuan.org/cgi-bin/package-query.html?c=package&q=ntp=1:4.2.8p15+dfsg-2~1.2.2+dfsg1-1+deb12u1&eXtra
but how start ntp?
root@devuan:/home/freeartist-devuan# rc-status
Runlevel: default
rsyslog [ started ]
ntpsec [ started ]
cron [ started ]
console-setup.sh [ started ]
dbus [ started ]
slim [ started ]
sddm [ started ]
bluetooth [ started ]
seatd [ started ]
avahi-daemon [ started ]
cups [ started ]
cups-browsed [ started ]
network-manager [ started ]
acpid [ started ]
elogind [ started ]
gdm3 [ started ]
sudo [ started ]
bootlogs [ started ]
lightdm [ started ]
pulseaudio-enable-autospawn [ started ]
rmnologin [ started ]
saned [ started ]
stop-bootlogd [ started ]
rc.local [ started ]
Dynamic Runlevel: hotplugged
Dynamic Runlevel: needed/wanted
umountroot [ started ]
umountfs [ started ]
umountnfs.sh [ started ]
Dynamic Runlevel: manual
root@devuan:/home/freeartist-devuan# @golinux
Ok, thanks for reply.
Fixed by bruteforce method
1. remove weird @aksusbd idk where its come from?
/etc/init.d/aksusbd
and links
/home/freeartist-devuan/Documents/etc/rc0.d/K01aksusbd
/home/freeartist-devuan/Documents/etc/rc1.d/@K01aksusbd
/home/freeartist-devuan/Documents/etc/rc2.d/@S02aksusbd
/home/freeartist-devuan/Documents/etc/rc3.d/@S02aksusbd
/home/freeartist-devuan/Documents/etc/rc4.d/@S02aksusbd
/home/freeartist-devuan/Documents/etc/rc5.d/@S02aksusbd
/home/freeartist-devuan/Documents/etc/rc6.d/@K01aksusbd2. apply this spells for fix lxqt-panel
360 sudo dpkg -i --force-overwrite /var/cache/apt/archives/lxqt-panel_2.3.2-1_amd64.deb
361 apt install task-lxqt-desktop
362 apt --fix-broken install
363 apt install task-lxqt-desktop
364 apt install task-lxqt-desktop
365 apt reinstall task-lxqt-desktop
366 apt reinstall lxqt-panel
367 apt reinstall lxqt-core
368 sudo apt -f install
369 apt update
370 apt list --upgradable
371 apt upgrade
372 historydevuan broken again?
debian sid never has such issues ![]()
how fix it?
root@devuan:/home/freeartist-devuan# apt upgrade
The following packages were automatically installed and are no longer required:
libcrypt-dev libgav1-1 libgav1-1:i386 libsframe2 libsnmp40t64 libsnmp40t64:i386 libvdpau-va-gl1 libvdpau-va-gl1:i386 tracker-extract
Use 'sudo apt autoremove' to remove them.
Upgrading:
lxqt-panel
Not upgrading:
gstreamer1.0-plugins-bad libgstreamer-plugins-bad1.0-0 libonnxruntime-providers lximage-qt lxqt-qtplugin lxqt-session pcmanfm-qt xdg-desktop-portal-lxqt
Summary:
Upgrading: 1, Installing: 0, Removing: 0, Not Upgrading: 8
1 not fully installed or removed.
Download size: 0 B / 890 kB
Space needed: 286 kB / 53.9 GB available
Continue? [Y/n]
Reading changelogs... Done
(Reading database… 409885 files and directories currently installed.)
Preparing to unpack …/lxqt-panel_2.3.2-1_amd64.deb…
Unpacking lxqt-panel (2.3.2-1) over (2.2.2-1+b1)…
dpkg: error processing archive /var/cache/apt/archives/lxqt-panel_2.3.2-1_amd64.deb (--unpack):
trying to overwrite '/etc/xdg/lxqt/panel.conf', which is also in package lxqt-branding-debian (0.14.0.7)
Errors were encountered while processing:
/var/cache/apt/archives/lxqt-panel_2.3.2-1_amd64.deb
Error: Sub-process /usr/bin/dpkg returned an error code (1)root@devuan:/home/freeartist-devuan# apt --fix-broken install
The following packages were automatically installed and are no longer required:
libcrypt-dev libgav1-1 libgav1-1:i386 libsframe2 libsnmp40t64 libsnmp40t64:i386 libvdpau-va-gl1 libvdpau-va-gl1:i386 tracker-extract
Use 'sudo apt autoremove' to remove them.
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 9
1 not fully installed or removed.
Space needed: 0 B / 53.9 GB available
Setting up openrc (0.63-2)…
Add existing services ...
* rc-update: killprocs already installed in runlevel `recovery'; skipping
* rc-update: single already installed in runlevel `recovery'; skipping
* rc-update: bootlogs already installed in runlevel `recovery'; skipping
* rc-update: console-setup.sh already installed in runlevel `default'; skipping
* rc-update: service `aksusbd.rc' does not exist
dpkg: error processing package openrc (--configure):
old openrc package postinst maintainer script subprocess failed with exit status 1
Errors were encountered while processing:
openrc
Error: Sub-process /usr/bin/dpkg returned an error code (1)
root@devuan:/home/freeartist-devuan# Always possible if you know the packages required to be be installed to have them used again.
How then as you can see i cant reinstall anything?
https://dev1galaxy.org/viewtopic.php?pid=60721#p60721
RedGreen925
why no variants like "roll back" i.e. copy(replace) over my broken healthy files that not affected this bug, is it possible?
Please stop complaing about Ceres is broken.
Thanks,
i am not complain,
i am ask is it fixible or not?
HardSun
RedGreen925
Thank you kind mans for yours replays and explains.
Is there any chance to fix this broken system or not?
Or only one way here to do fresh installation?
can i fix this via daily mini.iso?
same situation at Debian Sid
after upgrading xkb-data big part of X11 now broken
https://www.reddit.com/r/debian/comment … e_and_not/
Lxqt-qtplugin is the problem. Version 2.3.0 is not available now but will be available soon. This occasionally happens in Ceres.
Ceres is broken?
Its can be fixed or not?
After reinstall xkb-plugin my Ceres is broken, i cant install anything, xorg - no choices, nvidia driver - no choices...
Why all broken?
hi
pls why?
before i am install wine-staging from trixie repo
how to fix this?
root@devuan:/home/freeartist-devuan# apt install lxqt
Solving dependencies... Error!
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
Unsatisfied dependencies:
lxqt : Depends: featherpad but it is not going to be installed
Depends: lximage-qt but it is not going to be installed
Depends: lxqt-about but it is not going to be installed
Depends: lxqt-admin but it is not going to be installed
Depends: lxqt-branding-debian but it is not going to be installed or
lxqt-branding
Depends: lxqt-core (= 33.2) but it is not going to be installed
Depends: lxqt-openssh-askpass but it is not going to be installed
Depends: lxqt-powermanagement but it is not going to be installed
Depends: lxqt-sudo but it is not going to be installed
Depends: qps but it is not going to be installed
Depends: qterminal but it is not going to be installed
Recommends: feathernotes but it is not going to be installed
Recommends: meteo-qt but it is not going to be installed
Recommends: qpdfview but it is not going to be installed
Recommends: hexchat but it is not going to be installed or
irssi but it is not going to be installed or
weechat but it is not going to be installed
Recommends: screengrab but it is not going to be installed
Recommends: xscreensaver but it is not going to be installed
Error: Unable to satisfy dependencies. Reached two conflicting decisions:
1. lxqt-session:amd64 is selected for install because:
1. lxqt:amd64=33.2 is selected for install
2. lxqt:amd64 Depends lxqt-core (= 33.2)
3. lxqt-core:amd64 Depends lxqt-session
2. lxqt-session:amd64 Depends lxqt-qtplugin (>= 2.3.0~)
but none of the choices are installable:
[no choices]
root@devuan:/home/freeartist-devuan# root@devuan:/home/freeartist-devuan# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
gimp gimp-data gir1.2-gimp-3.0 libegl-mesa0 libegl-mesa0:i386 libgbm-dev libgbm-dev:i386 libgbm1 libgbm1:i386 libgimp-3.0-0 libgimp-3.0-bin libgimp-3.0-dev libgl1-mesa-dri
libgl1-mesa-dri:i386 libglx-mesa0 libglx-mesa0:i386 libqt5core5t64 libqt5dbus5t64 libqt5designer5 libqt5gui5t64 libqt5multimedia5 libqt5network5t64 libqt5opengl5t64 libqt5positioning5
libqt5printsupport5t64 libqt5qml5 libqt5qmlmodels5 libqt5qmlworkerscript5 libqt5quick5 libqt5sensors5 libqt5sql5-sqlite libqt5sql5t64 libqt5svg5 libqt5test5t64 libqt5waylandclient5
libqt5waylandcompositor5 libqt5webchannel5 libqt5widgets5t64 libqt5x11extras5 libqt5xml5t64 mesa-libgallium mesa-libgallium:i386 mesa-va-drivers mesa-va-drivers:i386 python3-pyqt5
qml-module-qtgraphicaleffects qml-module-qtqml qml-module-qtquick-controls qml-module-qtquick-dialogs qml-module-qtquick-layouts qml-module-qtquick-privatewidgets
qml-module-qtquick-window2 qml-module-qtquick2 qt5-gtk-platformtheme qt5ct qtwayland5 xkb-data
0 upgraded, 0 newly installed, 0 to remove and 57 not upgraded.
root@devuan:/home/freeartist-devuan#root@devuan:/home/freeartist-devuan# apt --fix-broken install
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 57
root@devuan:/home/freeartist-devuan#root@devuan:/home/freeartist-devuan# sudo apt-get --with-new-pkgs upgrade gimp gimp-data gir1.2-gimp-3.0 libegl-mesa0 libegl-mesa0:i386 libgbm-dev libgbm-dev:i386 libgbm1 libgbm1:i386 libgimp-3.0-0 libgimp-3.0-bin libgimp-3.0-dev libgl1-mesa-dri
libgl1-mesa-dri:i386 libglx-mesa0 libglx-mesa0:i386 libqt5core5t64 libqt5dbus5t64 libqt5designer5 libqt5gui5t64 libqt5multimedia5 libqt5network5t64 libqt5opengl5t64 libqt5positioning5
libqt5printsupport5t64 libqt5qml5 libqt5qmlmodels5 libqt5qmlworkerscript5 libqt5quick5 libqt5sensors5 libqt5sql5-sqlite libqt5sql5t64 libqt5svg5 libqt5test5t64 libqt5waylandclient5
libqt5waylandcompositor5 libqt5webchannel5 libqt5widgets5t64 libqt5x11extras5 libqt5xml5t64 mesa-libgallium mesa-libgallium:i386 mesa-va-drivers mesa-va-drivers:i386 python3-pyqt5
qml-module-qtgraphicaleffects qml-module-qtqml qml-module-qtquick-controls qml-module-qtquick-dialogs qml-module-qtquick-layouts qml-module-qtquick-privatewidgets
qml-module-qtquick-window2 qml-module-qtquick2 qt5-gtk-platformtheme qt5ct qtwayland5 xkb-data
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Error!
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
gimp : Depends: libmng2 (>= 2.0.2) but it is not going to be installed
libegl-mesa0 : Depends: mesa-libgallium (= 25.3.2-2) but 25.2.6-1 is to be installed
libegl-mesa0:i386 : Depends: mesa-libgallium:i386 (= 25.3.2-2) but 25.2.6-1 is to be installed
libgbm1 : Depends: mesa-libgallium (= 25.3.2-2) but 25.2.6-1 is to be installed
libgbm1:i386 : Depends: mesa-libgallium:i386 (= 25.3.2-2) but 25.2.6-1 is to be installed
libgimp-3.0-dev : Depends: gir1.2-gtk-3.0-dev
libgl1-mesa-dri : Breaks: libgl1-mesa-dri:i386 (!= 25.3.2-2) but 25.2.6-1 is to be installed
libgl1-mesa-dri:i386 : Depends: libgbm1:i386 (= 25.2.6-1) but 25.3.2-2 is to be installed
Breaks: libgl1-mesa-dri (!= 25.2.6-1) but 25.3.2-2 is to be installed
E: Unable to satisfy dependencies. Reached two conflicting decisions:
1. libgtk-3-dev:amd64=3.24.51-4 is not selected for install
2. libgtk-3-dev:amd64=3.24.51-4 is selected as a downgrade because:
1. libgimp-3.0-dev:amd64=3.2.0~RC2-2 is selected as an upgrade
2. libgimp-3.0-dev:amd64=3.2.0~RC2-2 Depends gir1.2-gtk-3.0-dev
bash: libgl1-mesa-dri:i386: command not found
bash: libqt5printsupport5t64: command not found
bash: libqt5waylandcompositor5: command not found
bash: qml-module-qtgraphicaleffects: command not found
bash: qml-module-qtquick-window2: command not found
root@devuan:/home/freeartist-devuan# oot@devuan:/home/freeartist-devuan# sudo aptitude full-upgrade
The following NEW packages will be installed:
libmng2{a}
The following packages will be REMOVED:
libappstream-glib8{u} libllvm19:i386{u} mesa-va-drivers{a} mesa-vdpau-drivers{a} mesa-vdpau-drivers:i386{a}
The following packages will be upgraded:
gimp gimp-data gir1.2-gimp-3.0 libegl-mesa0 libegl-mesa0:i386 libgbm-dev libgbm-dev:i386 libgbm1 libgbm1:i386 libgimp-3.0-0 libgimp-3.0-bin libgimp-3.0-dev{b} libgl1-mesa-dri
libgl1-mesa-dri:i386 libglx-mesa0 libglx-mesa0:i386 libqt5core5t64 libqt5dbus5t64 libqt5designer5 libqt5gui5t64 libqt5multimedia5 libqt5network5t64 libqt5opengl5t64 libqt5positioning5
libqt5printsupport5t64 libqt5qml5 libqt5qmlmodels5 libqt5qmlworkerscript5 libqt5quick5 libqt5sensors5 libqt5sql5-sqlite libqt5sql5t64 libqt5svg5 libqt5test5t64 libqt5waylandclient5
libqt5waylandcompositor5 libqt5webchannel5 libqt5widgets5t64 libqt5x11extras5 libqt5xml5t64 mesa-libgallium{b} mesa-libgallium:i386{b} python3-pyqt5 qml-module-qtgraphicaleffects
qml-module-qtqml qml-module-qtquick-controls qml-module-qtquick-dialogs qml-module-qtquick-layouts qml-module-qtquick-privatewidgets qml-module-qtquick-window2 qml-module-qtquick2
qt5-gtk-platformtheme qt5ct qtwayland5 xkb-data
55 packages upgraded, 1 newly installed, 5 to remove and 1 not upgraded.
Need to get 65.3 MB of archives. After unpacking 138 MB will be freed.
The following packages have unmet dependencies:
libgimp-3.0-dev : Depends: gir1.2-gtk-3.0-dev which is a virtual package, provided by:
- libgtk-3-dev (3.24.51-4), but 1:3.24.38-2~deb12u2+rpt7+rpi1 is installed
mesa-libgallium : Breaks: mesa-va-drivers:i386 (< 25.2.8-3) but 25.2.6-1 is installed and it is kept back
mesa-libgallium:i386 : Breaks: mesa-va-drivers:i386 (< 25.2.8-3) but 25.2.6-1 is installed and it is kept back
mesa-va-drivers:i386 : Depends: mesa-libgallium:i386 (= 25.2.6-1) but 25.3.2-2 is to be installed
vdpau-driver-all : Depends: mesa-vdpau-drivers but it is not going to be installed
vdpau-driver-all:i386 : Depends: mesa-vdpau-drivers:i386 but it is not going to be installed
libqt5webkit5 : Depends: qtbase-abi-5-15-15 which is a virtual package, provided by:
- libqt5core5t64 (5.15.15+dfsg-6), but 5.15.17+dfsg-5 is to be installed
Depends: qtdeclarative-abi-5-15-15 which is a virtual package, provided by:
- libqt5qml5 (5.15.15+dfsg-3), but 5.15.17+dfsg-4 is to be installed
keyboard-configuration : Depends: xkb-data (< 2.42A) but 2.46-2 is to be installed
open: 26; closed: 1264; defer: 7; conflict: 8 .The following actions will resolve these dependencies:
Remove the following packages:
1) libgimp-3.0-dev [3.0.4-3 (now)]
2) libqt5webkit5 [5.212.0~alpha4-42+b2 (now)]
3) mesa-va-drivers:i386 [25.2.6-1 (now)]
4) smtube [21.7.0-1+b1 (now)]
5) vdpau-driver-all [1.5-3+b1 (now, unstable)]
6) vdpau-driver-all:i386 [1.5-3+b1 (now, unstable)]
Keep the following packages at their current version:
7) xkb-data [2.42-1 (now)]
Accept this solution? [Y/n/q/?] y
The following NEW packages will be installed:
libmng2{a}
The following packages will be REMOVED:
geoclue-2.0{u} iio-sensor-proxy{u} libappstream-glib8{u} libexiv2-dev{u} libgexiv2-dev{u} libgimp-3.0-bin{u} libgimp-3.0-dev{a} libllvm19:i386{u} libqt5positioning5{u}
libqt5sensors5{u} libqt5webchannel5{u} libqt5webkit5{a} libvdpau-va-gl1{u} libvdpau-va-gl1:i386{u} mesa-va-drivers{a} mesa-va-drivers:i386{a} mesa-vdpau-drivers{a}
mesa-vdpau-drivers:i386{a} smtube{a} vdpau-driver-all{a} vdpau-driver-all:i386{a}
The following packages will be upgraded:
gimp gimp-data gir1.2-gimp-3.0 libegl-mesa0 libegl-mesa0:i386 libgbm-dev libgbm-dev:i386 libgbm1 libgbm1:i386 libgimp-3.0-0 libgl1-mesa-dri libgl1-mesa-dri:i386 libglx-mesa0
libglx-mesa0:i386 libqt5core5t64 libqt5dbus5t64 libqt5designer5 libqt5gui5t64 libqt5multimedia5 libqt5network5t64 libqt5opengl5t64 libqt5printsupport5t64 libqt5qml5 libqt5qmlmodels5
libqt5qmlworkerscript5 libqt5quick5 libqt5sql5-sqlite libqt5sql5t64 libqt5svg5 libqt5test5t64 libqt5waylandclient5 libqt5waylandcompositor5 libqt5widgets5t64 libqt5x11extras5
libqt5xml5t64 mesa-libgallium mesa-libgallium:i386 python3-pyqt5 qml-module-qtgraphicaleffects qml-module-qtqml qml-module-qtquick-controls qml-module-qtquick-dialogs
qml-module-qtquick-layouts qml-module-qtquick-privatewidgets qml-module-qtquick-window2 qml-module-qtquick2 qt5-gtk-platformtheme qt5ct qtwayland5
49 packages upgraded, 1 newly installed, 21 to remove and 1 not upgraded.
Need to get 63.7 MB of archives. After unpacking 201 MB will be freed.
Do you want to continue? [Y/n/?] y
Get: 1 http://deb.devuan.org/merged ceres/main amd64 gimp amd64 3.2.0~RC2-2 [6,793 kB]
Get: 2 http://deb.devuan.org/merged ceres/main amd64 gimp-data all 3.2.0~RC2-2 [13.1 MB]
Get: 3 http://deb.devuan.org/merged ceres/main amd64 libgimp-3.0-0 amd64 3.2.0~RC2-2 [1,071 kB]
Get: 4 http://deb.devuan.org/merged ceres/main amd64 gir1.2-gimp-3.0 amd64 3.2.0~RC2-2 [95.9 kB]
Get: 5 http://deb.devuan.org/merged ceres/main amd64 libmng2 amd64 2.0.3+dfsg-5 [192 kB]
Get: 6 http://deb.devuan.org/merged ceres/main amd64 libegl-mesa0 amd64 25.3.2-2 [124 kB]
Get: 7 http://deb.devuan.org/merged ceres/main i386 libegl-mesa0 i386 25.3.2-2 [129 kB]
Get: 8 http://deb.devuan.org/merged ceres/main amd64 libglx-mesa0 amd64 25.3.2-2 [117 kB]
Get: 9 http://deb.devuan.org/merged ceres/main i386 libglx-mesa0 i386 25.3.2-2 [121 kB]
Get: 10 http://deb.devuan.org/merged ceres/main i386 libgl1-mesa-dri i386 25.3.2-2 [47.1 kB]
Get: 11 http://deb.devuan.org/merged ceres/main amd64 libgl1-mesa-dri amd64 25.3.2-2 [48.9 kB]
Get: 12 http://deb.devuan.org/merged ceres/main i386 libgbm-dev i386 25.3.2-2 [26.9 kB]
Get: 13 http://deb.devuan.org/merged ceres/main amd64 libgbm-dev amd64 25.3.2-2 [26.9 kB]
Get: 14 http://deb.devuan.org/merged ceres/main amd64 libgbm1 amd64 25.3.2-2 [46.6 kB]
Get: 15 http://deb.devuan.org/merged ceres/main i386 libgbm1 i386 25.3.2-2 [47.9 kB]
Get: 16 http://deb.devuan.org/merged ceres/main i386 mesa-libgallium i386 25.3.2-2 [10.6 MB]
Get: 17 http://deb.devuan.org/merged ceres/main amd64 mesa-libgallium amd64 25.3.2-2 [10.3 MB]
Get: 18 http://deb.devuan.org/merged ceres/main amd64 libqt5dbus5t64 amd64 5.15.17+dfsg-5 [219 kB]
Get: 19 http://deb.devuan.org/merged ceres/main amd64 libqt5x11extras5 amd64 5.15.17-2 [10.3 kB]
Get: 20 http://deb.devuan.org/merged ceres/main amd64 libqt5network5t64 amd64 5.15.17+dfsg-5 [692 kB]
Get: 21 http://deb.devuan.org/merged ceres/main amd64 libqt5gui5t64 amd64 5.15.17+dfsg-5 [3,533 kB]
Get: 22 http://deb.devuan.org/merged ceres/main amd64 qtwayland5 amd64 5.15.17-3 [204 kB]
Get: 23 http://deb.devuan.org/merged ceres/main amd64 libqt5waylandclient5 amd64 5.15.17-3 [377 kB]
Get: 24 http://deb.devuan.org/merged ceres/main amd64 libqt5qmlmodels5 amd64 5.15.17+dfsg-4 [195 kB]
Get: 25 http://deb.devuan.org/merged ceres/main amd64 qml-module-qtqml amd64 5.15.17+dfsg-4 [21.1 kB]
Get: 26 http://deb.devuan.org/merged ceres/main amd64 libqt5qmlworkerscript5 amd64 5.15.17+dfsg-4 [36.2 kB]
Get: 27 http://deb.devuan.org/merged ceres/main amd64 libqt5quick5 amd64 5.15.17+dfsg-4 [1,627 kB]
Get: 28 http://deb.devuan.org/merged ceres/main amd64 qml-module-qtquick2 amd64 5.15.17+dfsg-4 [37.4 kB]
Get: 29 http://deb.devuan.org/merged ceres/main amd64 libqt5widgets5t64 amd64 5.15.17+dfsg-5 [2,425 kB]
Get: 30 http://deb.devuan.org/merged ceres/main amd64 qml-module-qtquick-privatewidgets amd64 5.15.17-3 [45.9 kB]
Get: 31 http://deb.devuan.org/merged ceres/main amd64 qml-module-qtquick-dialogs amd64 5.15.17-3 [124 kB]
Get: 32 http://deb.devuan.org/merged ceres/main amd64 qml-module-qtquick-layouts amd64 5.15.17+dfsg-4 [55.9 kB]
Get: 33 http://deb.devuan.org/merged ceres/main amd64 qml-module-qtquick-controls amd64 5.15.17-3 [534 kB]
Get: 34 http://deb.devuan.org/merged ceres/main amd64 qml-module-qtgraphicaleffects amd64 5.15.17-2 [69.5 kB]
Get: 35 http://deb.devuan.org/merged ceres/main amd64 qml-module-qtquick-window2 amd64 5.15.17+dfsg-4 [28.8 kB]
Get: 36 http://deb.devuan.org/merged ceres/main amd64 libqt5waylandcompositor5 amd64 5.15.17-3 [361 kB]
Get: 37 http://deb.devuan.org/merged ceres/main amd64 libqt5qml5 amd64 5.15.17+dfsg-4 [1,392 kB]
Get: 38 http://deb.devuan.org/merged ceres/main amd64 libqt5svg5 amd64 5.15.17-2 [138 kB]
Get: 39 http://deb.devuan.org/merged ceres/main amd64 qt5ct amd64 1.9-1+b1 [220 kB]
Get: 40 http://deb.devuan.org/merged ceres/main amd64 qt5-gtk-platformtheme amd64 5.15.17+dfsg-5 [131 kB]
Get: 41 http://deb.devuan.org/merged ceres/main amd64 libqt5xml5t64 amd64 5.15.17+dfsg-5 [127 kB]
Get: 42 http://deb.devuan.org/merged ceres/main amd64 libqt5designer5 amd64 5.15.17-4+b1 [2,770 kB]
Get: 43 http://deb.devuan.org/merged ceres/main amd64 libqt5printsupport5t64 amd64 5.15.17+dfsg-5 [208 kB]
Get: 44 http://deb.devuan.org/merged ceres/main amd64 libqt5test5t64 amd64 5.15.17+dfsg-5 [153 kB]
Get: 45 http://deb.devuan.org/merged ceres/main amd64 python3-pyqt5 amd64 5.15.11+dfsg-3 [2,537 kB]
Get: 46 http://deb.devuan.org/merged ceres/main amd64 libqt5sql5t64 amd64 5.15.17+dfsg-5 [127 kB]
Get: 47 http://deb.devuan.org/merged ceres/main amd64 libqt5sql5-sqlite amd64 5.15.17+dfsg-5 [60.2 kB]
Get: 48 http://deb.devuan.org/merged ceres/main amd64 libqt5opengl5t64 amd64 5.15.17+dfsg-5 [153 kB]
Get: 49 http://deb.devuan.org/merged ceres/main amd64 libqt5multimedia5 amd64 5.15.17-2 [282 kB]
Get: 50 http://deb.devuan.org/merged ceres/main amd64 libqt5core5t64 amd64 5.15.17+dfsg-5 [1,900 kB]
Fetched 63.7 MB in 13s (4,851 kB/s)
Reading changelogs... Done
Extracting templates from packages: 100%
(Reading database… 394806 files and directories currently installed.)
Removing geoclue-2.0 (2.8.0-1)…
Removing iio-sensor-proxy (3.8-1)…
(Reading database… 394771 files and directories currently installed.)
Preparing to unpack …/gimp_3.2.0~RC2-2_amd64.deb…
Unpacking gimp (3.2.0~RC2-2) over (3.0.4-3)…
Preparing to unpack …/gimp-data_3.2.0~RC2-2_all.deb…
Unpacking gimp-data (3.2.0~RC2-2) over (3.0.4-6.2)…
(Reading database… 394790 files and directories currently installed.)
Removing libgimp-3.0-dev:amd64 (3.0.4-3)…
(Reading database… 394523 files and directories currently installed.)
Preparing to unpack …/libgimp-3.0-0_3.2.0~RC2-2_amd64.deb…
Unpacking libgimp-3.0-0:amd64 (3.2.0~RC2-2) over (3.0.4-3)…
Preparing to unpack …/gir1.2-gimp-3.0_3.2.0~RC2-2_amd64.deb…
Unpacking gir1.2-gimp-3.0:amd64 (3.2.0~RC2-2) over (3.0.4-3)…
Selecting previously unselected package libmng2:amd64.
Preparing to unpack …/libmng2_2.0.3+dfsg-5_amd64.deb…
Unpacking libmng2:amd64 (2.0.3+dfsg-5)…
(Reading database… 394531 files and directories currently installed.)
Removing libappstream-glib8:amd64 (0.8.3-2)…
Removing libgexiv2-dev:amd64 (0.14.6-2)…
Removing libexiv2-dev:amd64 (0.28.7+dfsg-2)…
Removing libgimp-3.0-bin (3.0.4-3)…
Removing vdpau-driver-all:amd64 (1.5-3+b1)…
Removing mesa-vdpau-drivers:amd64 (25.2.8-2+b3)…
Removing vdpau-driver-all:i386 (1.5-3+b1)…
Removing mesa-vdpau-drivers:i386 (25.2.8-2+b3)…
(Reading database… 394387 files and directories currently installed.)
Preparing to unpack …/0-libegl-mesa0_25.3.2-2_i386.deb…
De-configuring libegl-mesa0:amd64 (25.2.6-1), to allow configuration of libegl-mesa0:i386 (25.3.2-2)…
Unpacking libegl-mesa0:i386 (25.3.2-2) over (25.2.6-1)…
Preparing to unpack …/1-libegl-mesa0_25.3.2-2_amd64.deb…
Unpacking libegl-mesa0:amd64 (25.3.2-2) over (25.2.6-1)…
Preparing to unpack …/2-libglx-mesa0_25.3.2-2_i386.deb…
De-configuring libglx-mesa0:amd64 (25.2.6-1), to allow configuration of libglx-mesa0:i386 (25.3.2-2)…
Unpacking libglx-mesa0:i386 (25.3.2-2) over (25.2.6-1)…
Preparing to unpack …/3-libglx-mesa0_25.3.2-2_amd64.deb…
Unpacking libglx-mesa0:amd64 (25.3.2-2) over (25.2.6-1)…
Preparing to unpack …/4-libgl1-mesa-dri_25.3.2-2_amd64.deb…
De-configuring libgl1-mesa-dri:i386 (25.2.6-1), to allow configuration of libgl1-mesa-dri:amd64 (25.3.2-2)…
Unpacking libgl1-mesa-dri:amd64 (25.3.2-2) over (25.2.6-1)…
Preparing to unpack …/5-libgl1-mesa-dri_25.3.2-2_i386.deb…
Unpacking libgl1-mesa-dri:i386 (25.3.2-2) over (25.2.6-1)…
Preparing to unpack …/6-libgbm-dev_25.3.2-2_amd64.deb…
De-configuring libgbm-dev:i386 (25.2.6-1), to allow configuration of libgbm-dev:amd64 (25.3.2-2)…
Unpacking libgbm-dev:amd64 (25.3.2-2) over (25.2.6-1)…
Preparing to unpack …/7-libgbm-dev_25.3.2-2_i386.deb…
Unpacking libgbm-dev:i386 (25.3.2-2) over (25.2.6-1)…
Preparing to unpack …/8-libgbm1_25.3.2-2_i386.deb…
De-configuring libgbm1:amd64 (25.2.6-1), to allow configuration of libgbm1:i386 (25.3.2-2)…
Unpacking libgbm1:i386 (25.3.2-2) over (25.2.6-1)…
Preparing to unpack …/9-libgbm1_25.3.2-2_amd64.deb…
Unpacking libgbm1:amd64 (25.3.2-2) over (25.2.6-1)…
dpkg: mesa-va-drivers:i386: dependency problems, but removing anyway as you requested:
va-driver-all:i386 depends on mesa-va-drivers.
(Reading database… 394387 files and directories currently installed.)
Removing mesa-va-drivers:i386 (25.2.6-1)…
dpkg: mesa-va-drivers:amd64: dependency problems, but removing anyway as you requested:
va-driver-all:amd64 depends on mesa-va-drivers.
Removing mesa-va-drivers:amd64 (25.2.6-1)…
(Reading database… 394371 files and directories currently installed.)
Preparing to unpack …/mesa-libgallium_25.3.2-2_amd64.deb…
De-configuring mesa-libgallium:i386 (25.2.6-1), to allow configuration of mesa-libgallium:amd64 (25.3.2-2)…
Unpacking mesa-libgallium:amd64 (25.3.2-2) over (25.2.6-1)…
Preparing to unpack …/mesa-libgallium_25.3.2-2_i386.deb…
Unpacking mesa-libgallium:i386 (25.3.2-2) over (25.2.6-1)…
(Reading database… 394380 files and directories currently installed.)
Removing libllvm19:i386 (1:19.1.7-19)…
Removing smtube (21.7.0-1+b1)…
Removing libqt5webkit5:amd64 (5.212.0~alpha4-42+b2)…
Removing libqt5positioning5:amd64 (5.15.15+dfsg-3+b1)…
Removing libqt5sensors5:amd64 (5.15.15-2)…
Removing libqt5webchannel5:amd64 (5.15.15-2)…
Removing libvdpau-va-gl1:amd64 (0.4.2-2)…
Removing libvdpau-va-gl1:i386 (0.4.2-2)…
(Reading database… 394280 files and directories currently installed.)
Preparing to unpack …/00-libqt5dbus5t64_5.15.17+dfsg-5_amd64.deb…
Unpacking libqt5dbus5t64:amd64 (5.15.17+dfsg-5) over (5.15.15+dfsg-6)…
Preparing to unpack …/01-libqt5x11extras5_5.15.17-2_amd64.deb…
Unpacking libqt5x11extras5:amd64 (5.15.17-2) over (5.15.15-2)…
Preparing to unpack …/02-libqt5network5t64_5.15.17+dfsg-5_amd64.deb…
Unpacking libqt5network5t64:amd64 (5.15.17+dfsg-5) over (5.15.15+dfsg-6)…
Preparing to unpack …/03-libqt5gui5t64_5.15.17+dfsg-5_amd64.deb…
Unpacking libqt5gui5t64:amd64 (5.15.17+dfsg-5) over (5.15.15+dfsg-6)…
Preparing to unpack …/04-qtwayland5_5.15.17-3_amd64.deb…
Unpacking qtwayland5:amd64 (5.15.17-3) over (5.15.15-3)…
Preparing to unpack …/05-libqt5waylandclient5_5.15.17-3_amd64.deb…
Unpacking libqt5waylandclient5:amd64 (5.15.17-3) over (5.15.15-3)…
Preparing to unpack …/06-libqt5qmlmodels5_5.15.17+dfsg-4_amd64.deb…
Unpacking libqt5qmlmodels5:amd64 (5.15.17+dfsg-4) over (5.15.15+dfsg-3)…
Preparing to unpack …/07-qml-module-qtqml_5.15.17+dfsg-4_amd64.deb…
Unpacking qml-module-qtqml:amd64 (5.15.17+dfsg-4) over (5.15.15+dfsg-3)…
Preparing to unpack …/08-libqt5qmlworkerscript5_5.15.17+dfsg-4_amd64.deb…
Unpacking libqt5qmlworkerscript5:amd64 (5.15.17+dfsg-4) over (5.15.15+dfsg-3)…
Preparing to unpack …/09-libqt5quick5_5.15.17+dfsg-4_amd64.deb…
Unpacking libqt5quick5:amd64 (5.15.17+dfsg-4) over (5.15.15+dfsg-3)…
Preparing to unpack …/10-qml-module-qtquick2_5.15.17+dfsg-4_amd64.deb…
Unpacking qml-module-qtquick2:amd64 (5.15.17+dfsg-4) over (5.15.15+dfsg-3)…
Preparing to unpack …/11-libqt5widgets5t64_5.15.17+dfsg-5_amd64.deb…
Unpacking libqt5widgets5t64:amd64 (5.15.17+dfsg-5) over (5.15.15+dfsg-6)…
Preparing to unpack …/12-qml-module-qtquick-privatewidgets_5.15.17-3_amd64.deb…
Unpacking qml-module-qtquick-privatewidgets:amd64 (5.15.17-3) over (5.15.15-2)…
Preparing to unpack …/13-qml-module-qtquick-dialogs_5.15.17-3_amd64.deb…
Unpacking qml-module-qtquick-dialogs:amd64 (5.15.17-3) over (5.15.15-2)…
Preparing to unpack …/14-qml-module-qtquick-layouts_5.15.17+dfsg-4_amd64.deb…
Unpacking qml-module-qtquick-layouts:amd64 (5.15.17+dfsg-4) over (5.15.15+dfsg-3)…
Preparing to unpack …/15-qml-module-qtquick-controls_5.15.17-3_amd64.deb…
Unpacking qml-module-qtquick-controls:amd64 (5.15.17-3) over (5.15.15-2)…
Preparing to unpack …/16-qml-module-qtgraphicaleffects_5.15.17-2_amd64.deb…
Unpacking qml-module-qtgraphicaleffects:amd64 (5.15.17-2) over (5.15.15-2)…
Preparing to unpack …/17-qml-module-qtquick-window2_5.15.17+dfsg-4_amd64.deb…
Unpacking qml-module-qtquick-window2:amd64 (5.15.17+dfsg-4) over (5.15.15+dfsg-3)…
Preparing to unpack …/18-libqt5waylandcompositor5_5.15.17-3_amd64.deb…
Unpacking libqt5waylandcompositor5:amd64 (5.15.17-3) over (5.15.15-3)…
Preparing to unpack …/19-libqt5qml5_5.15.17+dfsg-4_amd64.deb…
Unpacking libqt5qml5:amd64 (5.15.17+dfsg-4) over (5.15.15+dfsg-3)…
Preparing to unpack …/20-libqt5svg5_5.15.17-2_amd64.deb…
Unpacking libqt5svg5:amd64 (5.15.17-2) over (5.15.15-2)…
Preparing to unpack …/21-qt5ct_1.9-1+b1_amd64.deb…
Unpacking qt5ct (1.9-1+b1) over (1.9-1)…
Preparing to unpack …/22-qt5-gtk-platformtheme_5.15.17+dfsg-5_amd64.deb…
Unpacking qt5-gtk-platformtheme:amd64 (5.15.17+dfsg-5) over (5.15.15+dfsg-6)…
Preparing to unpack …/23-libqt5xml5t64_5.15.17+dfsg-5_amd64.deb…
Unpacking libqt5xml5t64:amd64 (5.15.17+dfsg-5) over (5.15.15+dfsg-6)…
Preparing to unpack …/24-libqt5designer5_5.15.17-4+b1_amd64.deb…
Unpacking libqt5designer5:amd64 (5.15.17-4+b1) over (5.15.15-6)…
Preparing to unpack …/25-libqt5printsupport5t64_5.15.17+dfsg-5_amd64.deb…
Unpacking libqt5printsupport5t64:amd64 (5.15.17+dfsg-5) over (5.15.15+dfsg-6)…
Preparing to unpack …/26-libqt5test5t64_5.15.17+dfsg-5_amd64.deb…
Unpacking libqt5test5t64:amd64 (5.15.17+dfsg-5) over (5.15.15+dfsg-6)…
Preparing to unpack …/27-python3-pyqt5_5.15.11+dfsg-3_amd64.deb…
Unpacking python3-pyqt5 (5.15.11+dfsg-3) over (5.15.11+dfsg-2)…
Preparing to unpack …/28-libqt5sql5t64_5.15.17+dfsg-5_amd64.deb…
Unpacking libqt5sql5t64:amd64 (5.15.17+dfsg-5) over (5.15.15+dfsg-6)…
Preparing to unpack …/29-libqt5sql5-sqlite_5.15.17+dfsg-5_amd64.deb…
Unpacking libqt5sql5-sqlite:amd64 (5.15.17+dfsg-5) over (5.15.15+dfsg-6)…
Preparing to unpack …/30-libqt5opengl5t64_5.15.17+dfsg-5_amd64.deb…
Unpacking libqt5opengl5t64:amd64 (5.15.17+dfsg-5) over (5.15.15+dfsg-6)…
Preparing to unpack …/31-libqt5multimedia5_5.15.17-2_amd64.deb…
Unpacking libqt5multimedia5:amd64 (5.15.17-2) over (5.15.15-2)…
Preparing to unpack …/32-libqt5core5t64_5.15.17+dfsg-5_amd64.deb…
Unpacking libqt5core5t64:amd64 (5.15.17+dfsg-5) over (5.15.15+dfsg-6)…
Setting up mesa-libgallium:amd64 (25.3.2-2)…
Setting up mesa-libgallium:i386 (25.3.2-2)…
Setting up libmng2:amd64 (2.0.3+dfsg-5)…
Setting up libgbm1:amd64 (25.3.2-2)…
Setting up libgbm1:i386 (25.3.2-2)…
Setting up libgl1-mesa-dri:amd64 (25.3.2-2)…
Setting up libgl1-mesa-dri:i386 (25.3.2-2)…
Setting up libgbm-dev:amd64 (25.3.2-2)…
Setting up libgbm-dev:i386 (25.3.2-2)…
Setting up libqt5core5t64:amd64 (5.15.17+dfsg-5)…
Setting up libegl-mesa0:amd64 (25.3.2-2)…
Setting up libegl-mesa0:i386 (25.3.2-2)…
Setting up libgimp-3.0-0:amd64 (3.2.0~RC2-2)…
Setting up gimp-data (3.2.0~RC2-2)…
Installing new version of config file /etc/gimp/3.0/gimprc…
Installing new version of config file /etc/gimp/3.0/sessionrc…
Installing new version of config file /etc/gimp/3.0/toolrc…
Setting up libqt5sql5t64:amd64 (5.15.17+dfsg-5)…
Setting up libqt5dbus5t64:amd64 (5.15.17+dfsg-5)…
Setting up libglx-mesa0:amd64 (25.3.2-2)…
Setting up libglx-mesa0:i386 (25.3.2-2)…
Setting up libqt5sql5-sqlite:amd64 (5.15.17+dfsg-5)…
Setting up libqt5network5t64:amd64 (5.15.17+dfsg-5)…
Setting up libqt5xml5t64:amd64 (5.15.17+dfsg-5)…
Setting up libqt5test5t64:amd64 (5.15.17+dfsg-5)…
Setting up gir1.2-gimp-3.0:amd64 (3.2.0~RC2-2)…
Setting up libqt5gui5t64:amd64 (5.15.17+dfsg-5)…
Setting up libqt5qml5:amd64 (5.15.17+dfsg-4)…
Setting up gimp (3.2.0~RC2-2)…
Setting up libqt5x11extras5:amd64 (5.15.17-2)…
Setting up libqt5qmlmodels5:amd64 (5.15.17+dfsg-4)…
Setting up libqt5widgets5t64:amd64 (5.15.17+dfsg-5)…
Setting up qml-module-qtqml:amd64 (5.15.17+dfsg-4)…
Setting up libqt5svg5:amd64 (5.15.17-2)…
Setting up qt5-gtk-platformtheme:amd64 (5.15.17+dfsg-5)…
Setting up libqt5waylandclient5:amd64 (5.15.17-3)…
Setting up libqt5multimedia5:amd64 (5.15.17-2)…
Setting up libqt5qmlworkerscript5:amd64 (5.15.17+dfsg-4)…
Setting up libqt5opengl5t64:amd64 (5.15.17+dfsg-5)…
Setting up libqt5quick5:amd64 (5.15.17+dfsg-4)…
Setting up libqt5printsupport5t64:amd64 (5.15.17+dfsg-5)…
Setting up libqt5designer5:amd64 (5.15.17-4+b1)…
Setting up qt5ct (1.9-1+b1)…
Setting up qml-module-qtquick-window2:amd64 (5.15.17+dfsg-4)…
Setting up qml-module-qtquick-layouts:amd64 (5.15.17+dfsg-4)…
Setting up libqt5waylandcompositor5:amd64 (5.15.17-3)…
Setting up qml-module-qtquick2:amd64 (5.15.17+dfsg-4)…
Setting up qml-module-qtquick-privatewidgets:amd64 (5.15.17-3)…
Setting up python3-pyqt5 (5.15.11+dfsg-3)…
Setting up qtwayland5:amd64 (5.15.17-3)…
Setting up qml-module-qtgraphicaleffects:amd64 (5.15.17-2)…
Setting up qml-module-qtquick-dialogs:amd64 (5.15.17-3)…
Setting up qml-module-qtquick-controls:amd64 (5.15.17-3)…
Processing triggers for man-db (2.13.1-1)…
Processing triggers for dbus (1.16.2-2devuan2)…
Processing triggers for mailcap (3.75)…
Processing triggers for desktop-file-utils (0.28-1)…
Processing triggers for hicolor-icon-theme (0.18-2)…
Processing triggers for gnome-menus (3.38.1-1)…
Processing triggers for libc-bin (2.42-6)…
Processing triggers for glx-alternative-mesa (1.2.2)…
Processing triggers for libc-bin (2.42-6)…
Current status: 1 (-56) upgradable.
root@devuan:/home/freeartist-devuan# root@devuan:/home/freeartist-devuan# sudo aptitude full-upgrade
The following packages will be upgraded:
xkb-data
1 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 830 kB of archives. After unpacking 3,985 kB will be used.
The following packages have unmet dependencies:
keyboard-configuration : Depends: xkb-data (< 2.42A) but 2.46-2 is to be installed
The following actions will resolve these dependencies:
Keep the following packages at their current version:
1) xkb-data [2.42-1 (now)]
Accept this solution? [Y/n/q/?] y
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
root@devuan:/home/freeartist-devuan# Camtaf
Thanks for reply.
If so minimal differences why standalone distro for that? Many Peppermint power can go to development of Devuan.