I ran into a problem with mkusb in new versions of Lubuntu.
In 24.04.x LTS Lubuntu (live) as well as Ubuntu Server (installed)
the installation via ppa:mkusb/unstable and the command
sudo apt install mkusb
works as expected also when xterm was not installed earlier.
In 25.10 and the early Resolute Lubuntu (live) using a copy of the same ppa files fails to install xterm (when not installed earlier).
The ‘Depends’ list includes xterm:
less -r mkusb_24.1.1-1ubuntu1_all.deb|grep -i depends
Depends: gdisk, pv, xterm, wmctrl, zenity, rsync, mkusb-common (>= 24.1.1), guidus (>= 24.1.1), mkusb-nox
yet it is ignored when running
sudo apt install mkusb
This workaround works:
sudo apt install mkusb xterm
but I think there is a bug somewhere, that makes Lubuntu 25.10 and Resolute skip installing xterm. It might affect other program packages too.
Edit {This link shows how mkusb is modified to work around this bug.}
Can you help me find a way to solve the problem (and avoid the work-around)
- modify the control file of building the mkusb deb file or
- modify (debug) the new versions of Lubuntu (via bug report)?
-o-
In Ubuntu Desktop 25.10 xterm is not part of the live system, but
sudo apt install mkusb
lists to be installed, and it is installed successfully.
-o-
If this bug affects you please say so in the bug report.


