How To Install qflipper on Fedora 36
Introduction
In this tutorial we learn how to install qflipper
on Fedora 36.
What is qflipper
Graphical desktop application for updating Flipper Zero firmware via PC. Features * Update Flipper’s firmware and supplemental data with a press of one button * Repair a broken fimware installation * Stream Flipper’s display and control it remotely * Install firmware from a .dfu file * Backup and restore settings, progress and pairing data * Automatic self-update feature * Command line interface
We can use yum
or dnf
to install qflipper
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qflipper.
Install qflipper 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 qflipper
using dnf
by running the following command:
sudo dnf -y install qflipper
Install qflipper 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 qflipper
using yum
by running the following command:
sudo yum -y install qflipper
How To Uninstall qflipper on Fedora 36
To uninstall only the qflipper
package we can use the following command:
sudo dnf remove qflipper
qflipper Package Contents on Fedora 36
/usr/bin/qFlipper
/usr/bin/qFlipper-cli
/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/1d14ae4a648e5469ce17956fbb64c64b7fd035
/usr/lib/.build-id/80
/usr/lib/.build-id/80/84204370059d785b4c9c080aa74591dc411f7c
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/519bec7293bd0ea640cec0e6686a4baf24900c
/usr/lib/udev/rules.d/42-flipperzero.rules
/usr/lib64/qFlipper
/usr/lib64/qFlipper/plugins
/usr/lib64/qFlipper/plugins/libflipperproto0.so
/usr/share/applications/qFlipper.desktop
/usr/share/doc/qflipper
/usr/share/doc/qflipper/README.md
/usr/share/doc/qflipper/screenshot.png
/usr/share/icons/hicolor/512x512/apps/qFlipper.png
/usr/share/licenses/qflipper
/usr/share/licenses/qflipper/LICENSE
/usr/share/licenses/qflipper/LICENSE.txt
/usr/share/metainfo/one.flipperzero.qflipper.metainfo.xml
References
Summary
In this tutorial we learn how to install qflipper
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).