
To do so, we include some options in the rpm command: $ sudo rpm -e -allmatches -nodeps -noscripts -notriggers -test PACKAGE_NAME Indeed, we can force rpm to remove a package that gives us a Failed dependencies error. If the process is successful, rpm prints no output. The –test flag with -e checks if the erase command would succeed or fail without actually doing the uninstall. usr/bin/xz is needed by (installed) file-roller-3.28.86_64 Xz is needed by (installed) sysstat-11.7.86_64 Xz is needed by (installed) rpm-build-4.14.86_64 Xz is needed by (installed) libreport-2.9.86_64 Xz is needed by (installed) gettext-devel-0.19.8.86_64

installing a package when the system needs initial software to run the packageįor example, we can see the Failed dependencies error in the following command output: $ sudo rpm -test -e xz.removing a package that another package depends on.Please help how to overcome this issue in offline installation of IoT Edge. Looks like other packages are dependent on runc package. To Resolve the runc issue I tried to remove the runc package: Please install a container runtime and run this install again. Step 5 Result : ERROR: No container runtime detected. Step 4 : Install aziot-identity-service, link. Step 3.2 Result : Error : Failed dependencies: Step 3.1 Result : Error : Failed dependencies: Step 3.1 : Install Moby-containerd, link. Step 3 Result : Error : Failed dependencies:

Step 1: Install package-microsoft.rpm, link.

Operating System: Red Hat Enterprise Linux 8.7 (Ootpa)ĬPE OS Name: cpe:/o:redhat:enterprise_linux:8::baseos Here is the VM Configurations: Virtualization: vmware The VM is fresh and nothing was installed on it earlier. I am referring this link - to install the required packages to install and run IoT edge on the VM.
