How To Install flowcanvas on Fedora 34
Introduction
In this tutorial we learn how to install flowcanvas
on Fedora 34.
What is flowcanvas
FlowCanvas is an interactive Gtkmm/Gnomecanvasmm widget for graph-based interfaces (patchers, modular synthesizers, finite state automata, interactive graphs, etc). flowcanvas 0.7.1 36.fc34 x86_64 94 k flowcanvas-0.7.1-36.fc34.src.rpm fedora Interactive widget for “boxes and lines” environments http GPLv2+ FlowCanvas is an interactive Gtkmm/Gnomecanvasmm widget for graph-based interfaces (patchers, modular synthesizers, finite state automata, interactive graphs, etc).
We can use yum
or dnf
to install flowcanvas
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install flowcanvas.
Install flowcanvas 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 flowcanvas
using dnf
by running the following command:
sudo dnf -y install flowcanvas
Install flowcanvas 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 flowcanvas
using yum
by running the following command:
sudo yum -y install flowcanvas
How To Uninstall flowcanvas on Fedora 34
To uninstall only the flowcanvas
package we can use the following command:
sudo dnf remove flowcanvas
flowcanvas Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/c9fe3160dc53c00ea3f8d5bbcedfdcca675b0b
/usr/lib/libflowcanvas.so.5
/usr/lib/libflowcanvas.so.5.1.0
/usr/share/doc/flowcanvas
/usr/share/doc/flowcanvas/AUTHORS
/usr/share/doc/flowcanvas/ChangeLog
/usr/share/doc/flowcanvas/README
/usr/lib/.build-id
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/7a5755dd3c09cc01de7c55172f008bea68e00c
/usr/lib64/libflowcanvas.so.5
/usr/lib64/libflowcanvas.so.5.1.0
/usr/share/doc/flowcanvas
/usr/share/doc/flowcanvas/AUTHORS
/usr/share/doc/flowcanvas/ChangeLog
/usr/share/doc/flowcanvas/README
References
- [flowcanvas website](http://drobilla.net/software/flowcanvas/ http://drobilla.net/software/flowcanvas/)
Summary
In this tutorial we learn how to install flowcanvas
on Fedora 34 using yum and dnf.