:: [DNG] A few application install que…
Forside
Slet denne besked
Besvar denne besked
Skribent: Walter Dnes
Dato:  
Til: Devuan List
Emne: [DNG] A few application install queries
Now for the more complex stuff

1) qemu:

Any QEMU users here? "apt search qemu | grep qemu" shows
==========================================================================
aqemu/stable 0.9.2-3 amd64
golang-github-digitalocean-go-qemu-dev/stable 0.0~git20221209.f035778-2 all
grub-firmware-qemu/stable,stable-security 2.06-13+deb12u1 amd64
ipxe-qemu/stable 1.0.0+git-20190125.36a4c85-5.1 all
PXE boot firmware - ROM images for qemu
libvirt-clients-qemu/stable 9.0.0-4devuan1 all
libvirt-daemon-driver-qemu/stable 9.0.0-4devuan1 amd64
libvirt-daemon-driver-qemu-dbgsym/stable 9.0.0-4devuan1 amd64
debug symbols for libvirt-daemon-driver-qemu
nova-compute-qemu/stable,stable-security 2:26.2.2-1~deb12u3 all
qemu-block-extra/stable 1:7.2+dfsg-7+deb12u7 amd64
extra block backend modules for qemu-system and qemu-utils
qemu-efi/stable,stable-security 2022.11-6+deb12u1 all
qemu-efi-aarch64/stable,stable-security 2022.11-6+deb12u1 all
qemu-efi-arm/stable,stable-security 2022.11-6+deb12u1 all
qemu-guest-agent/stable 1:7.2+dfsg-7+deb12u7 amd64
Guest-side qemu-system agent
qemu-system/stable 1:7.2+dfsg-7+deb12u7 amd64
qemu-system-arm/stable 1:7.2+dfsg-7+deb12u7 amd64
qemu-system-common/stable 1:7.2+dfsg-7+deb12u7 amd64
qemu-system-data/stable 1:7.2+dfsg-7+deb12u7 all
qemu-system-gui/stable 1:7.2+dfsg-7+deb12u7 amd64
qemu-system-mips/stable 1:7.2+dfsg-7+deb12u7 amd64
qemu-system-misc/stable 1:7.2+dfsg-7+deb12u7 amd64
qemu-system-ppc/stable 1:7.2+dfsg-7+deb12u7 amd64
qemu-system-sparc/stable 1:7.2+dfsg-7+deb12u7 amd64
qemu-system-x86/stable 1:7.2+dfsg-7+deb12u7 amd64
qemu-system-xen/stable 1:7.2+dfsg-7+deb12u7 amd64
qemu-user/stable 1:7.2+dfsg-7+deb12u7 amd64
qemu-user-binfmt/stable 1:7.2+dfsg-7+deb12u7 amd64
QEMU user mode binfmt registration for qemu-user
qemu-user-static/stable 1:7.2+dfsg-7+deb12u7 amd64
qemu-utils/stable 1:7.2+dfsg-7+deb12u7 amd64
qemu-web-desktop/stable 23.02.16+ds1-1 amd64
qemubuilder/stable 0.89 amd64
sbuild-qemu/stable 0.85.0 all
u-boot-qemu/stable 2023.01+dfsg-2+deb12u1 all
A boot loader for qemu
==========================================================================

My first guess would be to install "qemu-system-x86" and see what it
pulls in.


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...

==========================================================================
root@dev1:~# apt install imagemagick
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
imagemagick is already the newest version (8:6.9.11.60+dfsg-1.6+deb12u2).
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
==========================================================================

How do I get around this? My first guess is...
* apt purge geeqie
* apt install imagemagick
* apt install geeqie


3) slim:

I want to replace xfce with icewm. Problem: "slim" insists on
respawning xfce after I select "log out". "It's generally a bad idea"
to delete or even just kill a program while it has files open. The
"BUGS" portion of "man slim" mentions problems with killing slim while
it's running. My guess at a course of action is to...

* rc-update delete slim (Don't start slim at bootup. I'm running openrc)
* reboot. I should get a text console, and log in as root.
* install icewm
* purge slim and xfwm4
* cd /home
* mv waltdnes waltdnes.old
* scp a tarball of my waltdnes directory from my gentoo machine
* extract the tarball and log in as waltdnes to a familar environment
* necessary tap-dancing to preseve the correct ".ssh" directory
* any problems with this course of action?

--
There are 2 types of people in this world
1) Those who can extrapolate from incomplete data