How To Install iwl4965-firmware.noarch on Amazon Linux 2

In this tutorial we learn how to install iwl4965-firmware.noarch in Amazon Linux 2. iwl4965-firmware.noarch is Firmware for Intel® PRO/Wireless 4965 A/G/N network adaptors

Introduction

In this tutorial we learn how to install iwl4965-firmware.noarch on Amazon Linux 2.

What is iwl4965-firmware.noarch

This package contains the firmware required by the iwl4965 driver for Linux. Usage of the firmware is subject to the terms and conditions contained inside the provided LICENSE file. Please read it carefully.

We can use yum to install iwl4965-firmware.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install iwl4965-firmware.noarch.

Install iwl4965-firmware.noarch 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 iwl4965-firmware.noarch using yum by running the following command:

sudo yum -y install iwl4965-firmware.noarch

How To Uninstall iwl4965-firmware.noarch on Amazon Linux 2

To uninstall only the iwl4965-firmware.noarch package we can use the following command:

sudo yum remove iwl4965-firmware.noarch

iwl4965-firmware.noarch Package Contents on Amazon Linux 2

/usr/lib/firmware/iwlwifi-4965-2.ucode
/usr/share/doc/iwl4965-firmware-228.61.2.24
/usr/share/doc/iwl4965-firmware-228.61.2.24/LICENCE.iwlwifi_firmware
/usr/share/doc/iwl4965-firmware-228.61.2.24/WHENCE

References

Summary

In this tutorial we learn how to install iwl4965-firmware.noarch on Amazon Linux 2 using yum.