How To Install avarice on Fedora 36
Introduction
In this tutorial we learn how to install avarice on Fedora 36.
What is avarice
Program for interfacing the Atmel JTAG ICE to GDB to allow users to debug their embedded AVR target
We can use yum or dnf to install avarice on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install avarice.
Install avarice 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 avarice using dnf by running the following command:
sudo dnf -y install avarice
Install avarice 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 avarice using yum by running the following command:
sudo yum -y install avarice
How To Uninstall avarice on Fedora 36
To uninstall only the avarice package we can use the following command:
sudo dnf remove avarice
avarice Package Contents on Fedora 36
/usr/bin/avarice
/usr/bin/ice-gdb
/usr/bin/ice-insight
/usr/bin/kill-avarice
/usr/bin/start-avarice
/usr/lib/.build-id
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/773f2cc3ca62be3c31aecd054d6286df38b8af
/usr/share/avarice
/usr/share/avarice/gdb-avarice-script
/usr/share/doc/avarice
/usr/share/doc/avarice/AUTHORS
/usr/share/doc/avarice/ChangeLog
/usr/share/doc/avarice/NEWS
/usr/share/licenses/avarice
/usr/share/licenses/avarice/COPYING
/usr/share/man/man1/avarice.1.gz
/usr/share/man/man1/ice-gdb.1.gz
/usr/share/man/man1/ice-insight.1.gz
References
Summary
In this tutorial we learn how to install avarice on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).