How To Install minipro on Fedora 36
Introduction
In this tutorial we learn how to install minipro
on Fedora 36.
What is minipro
Programming utility compatible with Minipro TL866CS and Minipro TL866A programmers. Supports more than 13000 target devices (including AVRs, PICs, various BIOSes and EEPROMs).
We can use yum
or dnf
to install minipro
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install minipro.
Install minipro 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 minipro
using dnf
by running the following command:
sudo dnf -y install minipro
Install minipro 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 minipro
using yum
by running the following command:
sudo yum -y install minipro
How To Uninstall minipro on Fedora 36
To uninstall only the minipro
package we can use the following command:
sudo dnf remove minipro
minipro Package Contents on Fedora 36
/usr/bin/minipro
/usr/bin/miniprohex
/usr/lib/.build-id
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/4b7d552d0f33f25696d17c1e4a42bf1efc1ba7
/usr/lib/udev/rules.d/60-minipro.rules
/usr/lib/udev/rules.d/61-minipro-uaccess.rules
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/minipro
/usr/share/licenses/minipro
/usr/share/licenses/minipro/LICENSE
/usr/share/man/man1/minipro.1.gz
/usr/share/minipro/infoic.xml
/usr/share/minipro/logicic.xml
References
Summary
In this tutorial we learn how to install minipro
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).