xiaguangbo
(xia guangbo)
October 5, 2024, 2:51pm
1
I need windows do run siemens portal
.
vbox, vmware, gnome boxes, which one recommend?
Now
vmware at silverblue must in toolbox run install, chmod +x VM...
sudo VM...
, wait installed, run vmware
:
toolbox :
⬢[xiaguangbo@toolbox ~]$ sudo dnf install kernel-headers
Last metadata expiration check: 2:15:36 ago on Sat 05 Oct 2024 08:30:57 PM CST.
Package kernel-headers-6.10.3-200.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
But I don’t know where kernel-headers is.
grumpey
(Joe)
October 5, 2024, 2:54pm
2
You probably want to install the kernel-devel package.
xiaguangbo
(xia guangbo)
October 5, 2024, 3:20pm
3
Also installed.
⬢[xiaguangbo@toolbox ~]$ sudo dnf install kernel-devel
Last metadata expiration check: 2:31:20 ago on Sat 05 Oct 2024 08:30:57 PM CST.
Package kernel-devel-6.10.12-200.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
find this pkg
⬢[xiaguangbo@toolbox ~]$ sudo find / -name "*6.10.3*" 2>/dev/null
/run/host/sysroot/ostree/repo/refs/heads/rpmostree/pkg/kernel-headers/6.10.3-200.fc40.x86__64
But only one file.
/usr/include
have kernel-headers. This directory was also tried, vmware would report errors.
kernel-headers info: https://packages.fedoraproject.org/pkgs/kernel-headers/kernel-headers/fedora-40-updates.html
xiaguangbo
(xia guangbo)
October 5, 2024, 3:42pm
4
at toolbox externel install will err:
xiaguangbo@fedora:~/xiaguangbo/data/other/vm$ sudo ./VMware-Workstation-Full-17.6.0-24238078.x86_64.bundle
[sudo] password for xiaguangbo:
Extracting VMware Installer...done.
Rolling back VMware Installer 3.1.0
Deconfiguring...
[# ] 1%
[######################################################################] 100%
Installation was unsuccessful.
grumpey
(Joe)
October 5, 2024, 9:56pm
5
Apologies, I don’t believe you can use a toolbox container to accomplish this.
I’d recommend you take a look at the below post.
I use libvirt to manage my virtual machines on my systems and until recently I was overlaying it on my rpm-ostree systems by installing the virt-install and virt-manager packages which pull-in the libvirt daemon via dependencies.
Approximately a month ago, the zfs-fuse package got “fixed” to depend on initscripts (see: 2214965 – Do not require initscripts / use initscripts-service instead ) and I did not want to get initscripts back on my system so I’ve looked at trimming the dependencies.
Unfo…
Thanks
1 Like