How To Install gnome-video-effects on Fedora 36
Introduction
In this tutorial we learn how to install gnome-video-effects
on Fedora 36.
What is gnome-video-effects
A collection of GStreamer effects to be used in different GNOME Modules.
We can use yum
or dnf
to install gnome-video-effects
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gnome-video-effects.
Install gnome-video-effects 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 gnome-video-effects
using dnf
by running the following command:
sudo dnf -y install gnome-video-effects
Install gnome-video-effects 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 gnome-video-effects
using yum
by running the following command:
sudo yum -y install gnome-video-effects
How To Uninstall gnome-video-effects on Fedora 36
To uninstall only the gnome-video-effects
package we can use the following command:
sudo dnf remove gnome-video-effects
gnome-video-effects Package Contents on Fedora 36
/usr/share/doc/gnome-video-effects
/usr/share/doc/gnome-video-effects/AUTHORS
/usr/share/doc/gnome-video-effects/NEWS
/usr/share/doc/gnome-video-effects/README
/usr/share/gnome-video-effects
/usr/share/gnome-video-effects/bulge.effect
/usr/share/gnome-video-effects/cartoon.effect
/usr/share/gnome-video-effects/cheguevara.effect
/usr/share/gnome-video-effects/chrome.effect
/usr/share/gnome-video-effects/dicetv.effect
/usr/share/gnome-video-effects/distortion.effect
/usr/share/gnome-video-effects/edgetv.effect
/usr/share/gnome-video-effects/flip.effect
/usr/share/gnome-video-effects/heat.effect
/usr/share/gnome-video-effects/historical.effect
/usr/share/gnome-video-effects/hulk.effect
/usr/share/gnome-video-effects/inversion.effect
/usr/share/gnome-video-effects/kaleidoscope.effect
/usr/share/gnome-video-effects/mauve.effect
/usr/share/gnome-video-effects/mirror.effect
/usr/share/gnome-video-effects/noir.effect
/usr/share/gnome-video-effects/optv.effect
/usr/share/gnome-video-effects/pinch.effect
/usr/share/gnome-video-effects/quarktv.effect
/usr/share/gnome-video-effects/radioactv.effect
/usr/share/gnome-video-effects/revtv.effect
/usr/share/gnome-video-effects/ripple.effect
/usr/share/gnome-video-effects/saturation.effect
/usr/share/gnome-video-effects/sepia.effect
/usr/share/gnome-video-effects/shagadelictv.effect
/usr/share/gnome-video-effects/sobel.effect
/usr/share/gnome-video-effects/square.effect
/usr/share/gnome-video-effects/streaktv.effect
/usr/share/gnome-video-effects/stretch.effect
/usr/share/gnome-video-effects/timedelay.effect
/usr/share/gnome-video-effects/twirl.effect
/usr/share/gnome-video-effects/vertigotv.effect
/usr/share/gnome-video-effects/warptv.effect
/usr/share/gnome-video-effects/xray.effect
/usr/share/licenses/gnome-video-effects
/usr/share/licenses/gnome-video-effects/COPYING
/usr/share/pkgconfig/gnome-video-effects.pc
References
Summary
In this tutorial we learn how to install gnome-video-effects
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).