How To Install sunxi-tools on Fedora 36

In this tutorial we learn how to install sunxi-tools in Fedora 36. sunxi-tools is Tools to help hacking Allwinner (sunxi) based devices

Introduction

In this tutorial we learn how to install sunxi-tools on Fedora 36.

What is sunxi-tools

This package contains various tools to help hacking Allwinner (aka sunxi) based devices and possibly it’s successors.

We can use yum or dnf to install sunxi-tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sunxi-tools.

Install sunxi-tools 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 sunxi-tools using dnf by running the following command:

sudo dnf -y install sunxi-tools

Install sunxi-tools 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 sunxi-tools using yum by running the following command:

sudo yum -y install sunxi-tools

How To Uninstall sunxi-tools on Fedora 36

To uninstall only the sunxi-tools package we can use the following command:

sudo dnf remove sunxi-tools

sunxi-tools Package Contents on Fedora 36

/usr/bin/fel-gpio
/usr/bin/fex2bin
/usr/bin/sunxi-bootinfo
/usr/bin/sunxi-fel
/usr/bin/sunxi-fexc
/usr/bin/sunxi-nand-part
/usr/bin/sunxi-pio
/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/3f4afd8c042506134ff47b474de4aed3000170
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/1809480dc781263a137030e7fdb6653e624bb3
/usr/lib/.build-id/3e/1809480dc781263a137030e7fdb6653e624bb3.1
/usr/lib/.build-id/99
/usr/lib/.build-id/99/09e3d497fc5db8766e1ce82b0ce81e8881797c
/usr/lib/.build-id/df
/usr/lib/.build-id/df/4e7ccc9ffe8a6f794763d0171a2be035e6f333
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/3b764be3a0b02ed8f5a1dc4fa636c0cf703fe8
/usr/share/doc/sunxi-tools
/usr/share/doc/sunxi-tools/README.md
/usr/share/licenses/sunxi-tools
/usr/share/licenses/sunxi-tools/LICENSE.md

References

Summary

In this tutorial we learn how to install sunxi-tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).