How To Install mcpanel on Fedora 34
Introduction
In this tutorial we learn how to install mcpanel
on Fedora 34.
What is mcpanel
mcpanel is a library that provides a scope interface for displaying multichannel signal. It has been designed to implement easily a realtime display of signal and can be easily integrated in other projects. mcpanel 0.0 12.fc34 x86_64 66 k mcpanel-0.0-12.fc34.src.rpm fedora Library that provides a scope interface for displaying multichannel signal http GPLv3+ mcpanel is a library that provides a scope interface for displaying multichannel signal. It has been designed to implement easily a realtime display of signal and can be easily integrated in other projects.
We can use yum
or dnf
to install mcpanel
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install mcpanel.
Install mcpanel on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install mcpanel
using dnf
by running the following command:
sudo dnf -y install mcpanel
Install mcpanel on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install mcpanel
using yum
by running the following command:
sudo yum -y install mcpanel
How To Uninstall mcpanel on Fedora 34
To uninstall only the mcpanel
package we can use the following command:
sudo dnf remove mcpanel
mcpanel Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/42
/usr/lib/.build-id/42/9aaf13a685fcc1a2f26fa37d4ef732eb39ddfc
/usr/lib64/libmcpanel.so.0
/usr/lib64/libmcpanel.so.0.0.0
/usr/share/doc/mcpanel
/usr/share/doc/mcpanel/AUTHORS
/usr/share/doc/mcpanel/NEWS
/usr/share/doc/mcpanel/README
/usr/share/licenses/mcpanel
/usr/share/licenses/mcpanel/COPYING
/usr/share/mcpanel
/usr/share/mcpanel/default.ui
/usr/share/mcpanel/led_blue.png
/usr/share/mcpanel/led_gray.png
/usr/share/mcpanel/led_green.png
/usr/share/mcpanel/led_red.png
/usr/lib/.build-id
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/0612b06394820d8df53de8963324135d1ea68e
/usr/lib/libmcpanel.so.0
/usr/lib/libmcpanel.so.0.0.0
/usr/share/doc/mcpanel
/usr/share/doc/mcpanel/AUTHORS
/usr/share/doc/mcpanel/NEWS
/usr/share/doc/mcpanel/README
/usr/share/licenses/mcpanel
/usr/share/licenses/mcpanel/COPYING
/usr/share/mcpanel
/usr/share/mcpanel/default.ui
/usr/share/mcpanel/led_blue.png
/usr/share/mcpanel/led_gray.png
/usr/share/mcpanel/led_green.png
/usr/share/mcpanel/led_red.png
References
- [mcpanel website](http://cnbi.epfl.ch/software/mcpanel.html http://cnbi.epfl.ch/software/mcpanel.html)
Summary
In this tutorial we learn how to install mcpanel
on Fedora 34 using yum and dnf.