How To Install c-graph on Fedora 36
Introduction
In this tutorial we learn how to install c-graph
on Fedora 36.
What is c-graph
Convolution Theorem Visualization Convolution is a core concept in today’s cutting-edge technologies of deep learning and computer vision. Singularly cogent in application to digital signal processing, the convolution theorem is regarded as the most powerful tool in modern scientific analysis. Long utilised for accelerating the application of filters to images, fast training of convolutional neural networks exploit the convolution theorem to accelerate training and inference in the ubiquitous applications of computer vision that, today, are at the vanguard of the evolving artificially intelligent world in which we are becoming increasingly immersed. Coded in modern Fortran, GNU C-Graph is the de facto tool for visualizing convolution in university courses worldwide. “C-Graph” stands for “Convolution Graph” - Free Software that makes learning about convolution easy!
We can use yum
or dnf
to install c-graph
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install c-graph.
Install c-graph 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 c-graph
using dnf
by running the following command:
sudo dnf -y install c-graph
Install c-graph 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 c-graph
using yum
by running the following command:
sudo yum -y install c-graph
How To Uninstall c-graph on Fedora 36
To uninstall only the c-graph
package we can use the following command:
sudo dnf remove c-graph
c-graph Package Contents on Fedora 36
/usr/bin/c-graph
/usr/lib/.build-id
/usr/lib/.build-id/22
/usr/lib/.build-id/22/c35746abcadbe68312400ce2ab6c4b683a8d9a
/usr/share/c-graph
/usr/share/c-graph/logo
/usr/share/c-graph/logo/README
/usr/share/c-graph/logo/c-graph.gif
/usr/share/doc/c-graph
/usr/share/doc/c-graph/AUTHORS
/usr/share/doc/c-graph/COPYING
/usr/share/doc/c-graph/NEWS
/usr/share/doc/c-graph/README
/usr/share/doc/c-graph/TODO
/usr/share/doc/c-graph/c-graph.pdf
/usr/share/info/c-graph.info.gz
/usr/share/man/man1/c-graph.1.gz
References
Summary
In this tutorial we learn how to install c-graph
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).