How To Install recapp on Fedora 36
Introduction
In this tutorial we learn how to install recapp
on Fedora 36.
What is recapp
User friendly Open Source screencaster for Linux written in GTK. Using free GStreamer modules and not depend on FFmpeg.
We can use yum
or dnf
to install recapp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install recapp.
Install recapp 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 recapp
using dnf
by running the following command:
sudo dnf -y install recapp
Install recapp 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 recapp
using yum
by running the following command:
sudo yum -y install recapp
How To Uninstall recapp on Fedora 36
To uninstall only the recapp
package we can use the following command:
sudo dnf remove recapp
recapp Package Contents on Fedora 36
/usr/bin/recapp
/usr/share/applications/com.github.amikha1lov.RecApp.desktop
/usr/share/doc/recapp
/usr/share/doc/recapp/CREDITS
/usr/share/doc/recapp/README.md
/usr/share/glib-2.0/schemas/com.github.amikha1lov.RecApp.gschema.xml
/usr/share/icons/hicolor/512x512/apps/com.github.amikha1lov.RecApp.png
/usr/share/icons/hicolor/symbolic/apps/com.github.amikha1lov.RecApp-symbolic.png
/usr/share/licenses/recapp
/usr/share/licenses/recapp/COPYING
/usr/share/locale/de/LC_MESSAGES/com.github.amikha1lov.RecApp.mo
/usr/share/locale/es/LC_MESSAGES/com.github.amikha1lov.RecApp.mo
/usr/share/locale/it/LC_MESSAGES/com.github.amikha1lov.RecApp.mo
/usr/share/locale/nl/LC_MESSAGES/com.github.amikha1lov.RecApp.mo
/usr/share/locale/ru/LC_MESSAGES/com.github.amikha1lov.RecApp.mo
/usr/share/locale/tr/LC_MESSAGES/com.github.amikha1lov.RecApp.mo
/usr/share/metainfo/com.github.amikha1lov.RecApp.appdata.xml
/usr/share/recapp
/usr/share/recapp/recapp
/usr/share/recapp/recapp.gresource
/usr/share/recapp/recapp/__init__.py
/usr/share/recapp/recapp/main.py
/usr/share/recapp/recapp/rec.py
/usr/share/recapp/recapp/recapp_constants.py
/usr/share/recapp/recapp/window.py
References
Summary
In this tutorial we learn how to install recapp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).