How To Install i2c-tools-eepromer.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install i2c-tools-eepromer.x86_64 on Amazon Linux 2.
What is i2c-tools-eepromer.x86_64
Programs for reading / writing i2c / smbus eeproms. Notice that writing the eeproms in your system is very dangerous and is likely to render your system unusable. Do not install, let alone use this, unless you really, really know what you are doing.
We can use yum to install i2c-tools-eepromer.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install i2c-tools-eepromer.x86_64.
Install i2c-tools-eepromer.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 i2c-tools-eepromer.x86_64 using yum by running the following command:
sudo yum -y install i2c-tools-eepromer.x86_64
How To Uninstall i2c-tools-eepromer.x86_64 on Amazon Linux 2
To uninstall only the i2c-tools-eepromer.x86_64 package we can use the following command:
sudo yum remove i2c-tools-eepromer.x86_64
i2c-tools-eepromer.x86_64 Package Contents on Amazon Linux 2
/usr/sbin/eeprog
/usr/sbin/eeprom
/usr/sbin/eepromer
/usr/share/doc/i2c-tools-eepromer-3.1.0
/usr/share/doc/i2c-tools-eepromer-3.1.0/README
/usr/share/doc/i2c-tools-eepromer-3.1.0/README.eeprog
/usr/share/doc/i2c-tools-eepromer-3.1.0/README.eeprom
/usr/share/doc/i2c-tools-eepromer-3.1.0/README.eepromer
/usr/share/man/man8/eeprog.8.gz
/usr/share/man/man8/eeprom.8.gz
/usr/share/man/man8/eepromer.8.gz
References
Summary
In this tutorial we learn how to install i2c-tools-eepromer.x86_64 on Amazon Linux 2 using yum.