How To Install mactel-boot on Fedora 36
Introduction
In this tutorial we learn how to install mactel-boot
on Fedora 36.
What is mactel-boot
Files for booting Fedora on Intel-based Apple hardware using EFI.
We can use yum
or dnf
to install mactel-boot
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mactel-boot.
Install mactel-boot on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install mactel-boot
using dnf
by running the following command:
sudo dnf -y install mactel-boot
Install mactel-boot on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install mactel-boot
using yum
by running the following command:
sudo yum -y install mactel-boot
How To Uninstall mactel-boot on Fedora 36
To uninstall only the mactel-boot
package we can use the following command:
sudo dnf remove mactel-boot
mactel-boot Package Contents on Fedora 36
/boot/efi/.VolumeIcon.icns
/boot/efi/System
/boot/efi/System/Library
/boot/efi/System/Library/CoreServices
/boot/efi/System/Library/CoreServices/SystemVersion.plist
/boot/efi/System/Library/CoreServices/boot.efi
/boot/efi/mach_kernel
/usr/lib/.build-id
/usr/lib/.build-id/48
/usr/lib/.build-id/48/8b655f067826c67c25da67164d50524ffe33c1
/usr/libexec/mactel-boot-setup
/usr/sbin/hfs-bless
/usr/share/licenses/mactel-boot
/usr/share/licenses/mactel-boot/Copyright
/usr/share/licenses/mactel-boot/GPL
/usr/share/man/man1/hfs-bless.1.gz
References
Summary
In this tutorial we learn how to install mactel-boot
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).