How To Install qemu-user-static.x86_64 on Amazon Linux 2
In this tutorial we learn how to install qemu-user-static.x86_64 in Amazon Linux 2. qemu-user-static.x86_64 is QEMU user mode emulation of qemu targets static build
Introduction
In this tutorial we learn how to install qemu-user-static.x86_64 on Amazon Linux 2.
What is qemu-user-static.x86_64
This package provides the user mode emulation of qemu targets built as static binaries
We can use yum to install qemu-user-static.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install qemu-user-static.x86_64.
Install qemu-user-static.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install qemu-user-static.x86_64 using yum by running the following command:
sudo yum -y install qemu-user-static.x86_64
How To Uninstall qemu-user-static.x86_64 on Amazon Linux 2
To uninstall only the qemu-user-static.x86_64 package we can use the following command:
sudo yum remove qemu-user-static.x86_64
qemu-user-static.x86_64 Package Contents on Amazon Linux 2
/usr/bin/qemu-aarch64-static
/usr/bin/qemu-aarch64_be-static
/usr/bin/qemu-i386-static
/usr/bin/qemu-x86_64-static
/usr/lib/binfmt.d/qemu-aarch64-static.conf
/usr/lib/binfmt.d/qemu-aarch64_be-static.conf
/usr/lib/binfmt.d/qemu-alpha-static.conf
/usr/lib/binfmt.d/qemu-arm-static.conf
/usr/lib/binfmt.d/qemu-armeb-static.conf
/usr/lib/binfmt.d/qemu-hppa-static.conf
/usr/lib/binfmt.d/qemu-m68k-static.conf
/usr/lib/binfmt.d/qemu-microblaze-static.conf
/usr/lib/binfmt.d/qemu-microblazeel-static.conf
/usr/lib/binfmt.d/qemu-mips-static.conf
/usr/lib/binfmt.d/qemu-mips64-static.conf
/usr/lib/binfmt.d/qemu-mips64el-static.conf
/usr/lib/binfmt.d/qemu-mipsel-static.conf
/usr/lib/binfmt.d/qemu-mipsn32-static.conf
/usr/lib/binfmt.d/qemu-mipsn32el-static.conf
/usr/lib/binfmt.d/qemu-or1k-static.conf
/usr/lib/binfmt.d/qemu-ppc-static.conf
/usr/lib/binfmt.d/qemu-ppc64-static.conf
/usr/lib/binfmt.d/qemu-ppc64le-static.conf
/usr/lib/binfmt.d/qemu-riscv32-static.conf
/usr/lib/binfmt.d/qemu-riscv64-static.conf
/usr/lib/binfmt.d/qemu-s390x-static.conf
/usr/lib/binfmt.d/qemu-sh4-static.conf
/usr/lib/binfmt.d/qemu-sh4eb-static.conf
/usr/lib/binfmt.d/qemu-sparc32plus-static.conf
/usr/lib/binfmt.d/qemu-xtensa-static.conf
/usr/lib/binfmt.d/qemu-xtensaeb-static.conf
/usr/share/systemtap/tapset/qemu-aarch64-simpletrace-static.stp
/usr/share/systemtap/tapset/qemu-aarch64-static.stp
/usr/share/systemtap/tapset/qemu-aarch64_be-simpletrace-static.stp
/usr/share/systemtap/tapset/qemu-aarch64_be-static.stp
/usr/share/systemtap/tapset/qemu-i386-simpletrace-static.stp
/usr/share/systemtap/tapset/qemu-i386-static.stp
/usr/share/systemtap/tapset/qemu-x86_64-simpletrace-static.stp
/usr/share/systemtap/tapset/qemu-x86_64-static.stp
References
Summary
In this tutorial we learn how to install qemu-user-static.x86_64 on Amazon Linux 2 using yum.