:: Re: [DNG] A few application install…
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Andrew Bower
Fecha:  
A: Walter Dnes
Cc: Devuan List
Asunto: Re: [DNG] A few application install queries
Hi Walter,

On Thu, Jan 09, 2025 at 11:04:35PM -0500, Walter Dnes wrote:
> 1) qemu:
>
> My first guess would be to install "qemu-system-x86" and see what it
> pulls in.


Yes, that's exactly what you want!

> 2) imagemagick:
>
> Installing "geeqie" supposedly pulled in "imagemagick". However
> "which imagemagick" shows nothing. There is no "/usr/bin/imagemagick".
> To muddy the waters, attempting to install "imagemagick" results in...


On my system ImageMagick is provided by imagemagick-6.q16:

$ dpkg -S $(readlink -f /usr/bin/convert)
imagemagick-6.q16: /usr/bin/convert-im6.q16

You might find you already have it!

> 3) slim:
>
> I want to replace xfce with icewm.


I have slim+xfce4 and I just ran IceWM for the first time in 20+ years
by doing:

# apt-get install icewm

Then at the slim login prompt I tapped F1 to toggle X session provider
and now I am into IceWM!

Of course you can also get rid of slim and use startx. You might be able
to do it even while running, but as you say, you could disable it in
your init system first.

Hope this helps!

Andrew