How To Install uisp on Fedora 36

In this tutorial we learn how to install uisp in Fedora 36. uisp is Universal In-System Programmer for Atmel AVR and 8051

Introduction

In this tutorial we learn how to install uisp on Fedora 36.

What is uisp

Uisp is utility for downloading/uploading programs to AVR devices. Can also be used for some Atmel 8051 type devices. In addition, uisp can erase the device, write lock bits, verify and set the active segment. For use with the following hardware to program the devices pavr http stk500 Atmel STK500 dapa Direct AVR Parallel Access stk200 Parallel Starter Kit STK200, STK300 abb Altera ByteBlasterMV Parallel Port Download Cable avrisp Atmel AVR ISP (?) bsd http fbprg http dt006 http dasa serial (RESET=RTS SCK=DTR MOSI=TXD MISO=CTS) dasa2 serial (RESET=!TXD SCK=RTS MOSI=DTR MISO=CTS)

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

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

sudo dnf -y install uisp

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

sudo yum -y install uisp

How To Uninstall uisp on Fedora 36

To uninstall only the uisp package we can use the following command:

sudo dnf remove uisp

uisp Package Contents on Fedora 36

/usr/bin/uisp
/usr/lib/.build-id
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/b4bde5fc8be4de4f7ead61424e1263f0b5677c
/usr/share/doc/uisp
/usr/share/doc/uisp/AUTHORS
/usr/share/doc/uisp/CHANGES
/usr/share/doc/uisp/CHANGES.old
/usr/share/doc/uisp/COPYING
/usr/share/doc/uisp/ChangeLog
/usr/share/doc/uisp/ChangeLog-2002
/usr/share/doc/uisp/ChangeLog-2003
/usr/share/doc/uisp/TODO
/usr/share/man/man1/uisp.1.gz

References

Summary

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