How to Install and Uninstall mkelfImage Package on openSUSE Leap

Last updated: May 16,2024

1. Install "mkelfImage" package

In this section, we are going to explain the necessary steps to install mkelfImage on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install mkelfImage

2. Uninstall "mkelfImage" package

Here is a brief guide to show you how to uninstall mkelfImage on openSUSE Leap:

$ sudo zypper remove mkelfImage

3. Information about the mkelfImage package on openSUSE Leap

Information for package mkelfImage:
-----------------------------------
Repository : Main Repository
Name : mkelfImage
Version : 2.5-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 72.2 KiB
Installed : No
Status : not installed
Source package : mkelfImage-2.5-bp155.2.10.src
Upstream URL : https://www.coreboot.org/Mkelfimage
Summary : Utility to Create ELF Boot Images from Linux Kernel Images
Description :
mkelfImage is a program that makes an ELF boot image for Linux kernel
images. The image should work with any i386 multiboot compliant boot loader
as well as with an ELF boot loader that passes no options. It is compliant
with the LinuxBIOS ELF booting specification or with the Linux kexec kernel
patch.Its key feature is, that nothing relies on BIOS calls, but they are
made when necessary. This is useful for systems running LinuxBIOS.