How To Install caja-actions on Fedora 36

In this tutorial we learn how to install caja-actions in Fedora 36. caja-actions is Caja extension for customizing the context menu

Introduction

In this tutorial we learn how to install caja-actions on Fedora 36.

What is caja-actions

Caja actions is an extension for Caja, the MATE file manager. It provides an easy way to configure programs to be launch on files selected in Caja interface

We can use yum or dnf to install caja-actions on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install caja-actions.

Install caja-actions 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 caja-actions using dnf by running the following command:

sudo dnf -y install caja-actions

Install caja-actions 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 caja-actions using yum by running the following command:

sudo yum -y install caja-actions

How To Uninstall caja-actions on Fedora 36

To uninstall only the caja-actions package we can use the following command:

sudo dnf remove caja-actions

caja-actions Package Contents on Fedora 36

/usr/bin/caja-actions-config-tool
/usr/bin/caja-actions-new
/usr/bin/caja-actions-print
/usr/bin/caja-actions-run
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/9bbb3ef165dc7cad70b36d53d1bfa8240526ab
/usr/lib/.build-id/09
/usr/lib/.build-id/09/26257117648520b1968135c81f1ea12abb61f9
/usr/lib/.build-id/11
/usr/lib/.build-id/11/3e7554e27b4f838e515a12cb8faf83909f157b
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/c9953a3e2eca4b9773008b6188356f12e18624
/usr/lib/.build-id/58
/usr/lib/.build-id/58/5653352effa598ec4eaee4df21b8f98d7c7ab4
/usr/lib/.build-id/65
/usr/lib/.build-id/65/20d3ef58e6358d946e4da3b19c99f157d9a79c
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/c10d2a377c6dff74967a24b128e73720dbab2c
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/58fb65da6d16290f6f9901dc9d88f84438cc6f
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/b13b71264dd337e6111c3e80f9ccfe25d38807
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/54f77ce2f06a118ffaed0d4c6a38c8be055e06
/usr/lib64/caja-actions
/usr/lib64/caja-actions/libna-core.so
/usr/lib64/caja-actions/libna-io-desktop.so
/usr/lib64/caja/extensions-2.0/libcaja-actions-menu.so
/usr/lib64/caja/extensions-2.0/libcaja-actions-tracker.so
/usr/libexec/caja-actions
/usr/libexec/caja-actions/na-print-schemas
/usr/libexec/caja-actions/na-set-conf
/usr/share/applications/cact.desktop
/usr/share/caja-actions
/usr/share/caja-actions/export-format
/usr/share/caja-actions/export-format/export-format-ask.png
/usr/share/caja-actions/import-mode
/usr/share/caja-actions/import-mode/import-mode-ask.png
/usr/share/caja-actions/import-mode/import-mode-no-import.png
/usr/share/caja-actions/import-mode/import-mode-override.png
/usr/share/caja-actions/import-mode/import-mode-renumber.png
/usr/share/caja-actions/na-desktop
/usr/share/caja-actions/na-desktop/export-desktop.png
/usr/share/caja-actions/samples
/usr/share/caja-actions/samples/my-first-na-action.desktop
/usr/share/caja-actions/samples/my-first-na-menu.desktop
/usr/share/caja-actions/samples/open-terminal-here.desktop
/usr/share/caja-actions/samples/show-na-parameters.desktop
/usr/share/caja-actions/ui
/usr/share/caja-actions/ui/cact-add-capability.ui
/usr/share/caja-actions/ui/cact-add-scheme.ui
/usr/share/caja-actions/ui/cact-assistant-export.ui
/usr/share/caja-actions/ui/cact-assistant-import.ui
/usr/share/caja-actions/ui/cact-icon-chooser.ui
/usr/share/caja-actions/ui/cact-preferences.ui
/usr/share/caja-actions/ui/caja-actions-config-tool.actions
/usr/share/caja-actions/ui/caja-actions-config-tool.ui
/usr/share/caja-actions/ui/caja-actions-maintainer.actions
/usr/share/caja-actions/ui/locked.png
/usr/share/caja-actions/ui/na-importer-ask.ui
/usr/share/caja-actions/ui/transparent.png
/usr/share/doc/caja-actions
/usr/share/doc/caja-actions/AUTHORS
/usr/share/doc/caja-actions/COPYING
/usr/share/doc/caja-actions/COPYING-DOCS
/usr/share/doc/caja-actions/ChangeLog
/usr/share/doc/caja-actions/NEWS
/usr/share/doc/caja-actions/README
/usr/share/icons/hicolor/16x16/apps/caja-actions.png
/usr/share/icons/hicolor/22x22/apps/caja-actions.png
/usr/share/icons/hicolor/32x32/apps/caja-actions.png
/usr/share/icons/hicolor/48x48/apps/caja-actions.png
/usr/share/icons/hicolor/scalable/apps/caja-actions.svg

References

Summary

In this tutorial we learn how to install caja-actions on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install caja-actions on Fedora 36” linkTitle: “caja-actions” type: “docs” description: “In this tutorial we learn how to install caja-actions in Fedora 36. caja-actions is Caja extension for customizing the context menu” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/caja-actions-featured.png

Introduction

In this tutorial we learn how to install caja-actions on Fedora 36.

What is caja-actions

Caja actions is an extension for Caja, the MATE file manager. It provides an easy way to configure programs to be launch on files selected in Caja interface

We can use yum or dnf to install caja-actions on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install caja-actions.

Install caja-actions 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 caja-actions using dnf by running the following command:

sudo dnf -y install caja-actions

Install caja-actions 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 caja-actions using yum by running the following command:

sudo yum -y install caja-actions

How To Uninstall caja-actions on Fedora 36

To uninstall only the caja-actions package we can use the following command:

sudo dnf remove caja-actions

caja-actions Package Contents on Fedora 36

/usr/bin/caja-actions-config-tool
/usr/bin/caja-actions-new
/usr/bin/caja-actions-print
/usr/bin/caja-actions-run
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/91b01f92e08822dc92df867626676d26df433e
/usr/lib/.build-id/24
/usr/lib/.build-id/24/56b5ff2834c83e37ed41191de08132e8578375
/usr/lib/.build-id/39
/usr/lib/.build-id/39/2600acd62ee3eead7cc68fa646167c81ded7fd
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/05f3827e7756bdcbe3b2ef219680987b800fc2
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/1fc538eab6fc0bc1b613e23e8b74dd1ddd9c69
/usr/lib/.build-id/60
/usr/lib/.build-id/60/a6e73e9865916c6e442351ba3d3810d07cb062
/usr/lib/.build-id/65
/usr/lib/.build-id/65/60b6c67fb60f25b66d9523661c035c83aafe2b
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/cb2701d622adab3c04440fcbd693346193d440
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/4da3cd2f54c7a58588f82fa087b11b620e09ac
/usr/lib/.build-id/de
/usr/lib/.build-id/de/82a39fd5b281d17d31bdc583d81e3aac382a06
/usr/lib/caja-actions
/usr/lib/caja-actions/libna-core.so
/usr/lib/caja-actions/libna-io-desktop.so
/usr/lib/caja/extensions-2.0/libcaja-actions-menu.so
/usr/lib/caja/extensions-2.0/libcaja-actions-tracker.so
/usr/libexec/caja-actions
/usr/libexec/caja-actions/na-print-schemas
/usr/libexec/caja-actions/na-set-conf
/usr/share/applications/cact.desktop
/usr/share/caja-actions
/usr/share/caja-actions/export-format
/usr/share/caja-actions/export-format/export-format-ask.png
/usr/share/caja-actions/import-mode
/usr/share/caja-actions/import-mode/import-mode-ask.png
/usr/share/caja-actions/import-mode/import-mode-no-import.png
/usr/share/caja-actions/import-mode/import-mode-override.png
/usr/share/caja-actions/import-mode/import-mode-renumber.png
/usr/share/caja-actions/na-desktop
/usr/share/caja-actions/na-desktop/export-desktop.png
/usr/share/caja-actions/samples
/usr/share/caja-actions/samples/my-first-na-action.desktop
/usr/share/caja-actions/samples/my-first-na-menu.desktop
/usr/share/caja-actions/samples/open-terminal-here.desktop
/usr/share/caja-actions/samples/show-na-parameters.desktop
/usr/share/caja-actions/ui
/usr/share/caja-actions/ui/cact-add-capability.ui
/usr/share/caja-actions/ui/cact-add-scheme.ui
/usr/share/caja-actions/ui/cact-assistant-export.ui
/usr/share/caja-actions/ui/cact-assistant-import.ui
/usr/share/caja-actions/ui/cact-icon-chooser.ui
/usr/share/caja-actions/ui/cact-preferences.ui
/usr/share/caja-actions/ui/caja-actions-config-tool.actions
/usr/share/caja-actions/ui/caja-actions-config-tool.ui
/usr/share/caja-actions/ui/caja-actions-maintainer.actions
/usr/share/caja-actions/ui/locked.png
/usr/share/caja-actions/ui/na-importer-ask.ui
/usr/share/caja-actions/ui/transparent.png
/usr/share/doc/caja-actions
/usr/share/doc/caja-actions/AUTHORS
/usr/share/doc/caja-actions/COPYING
/usr/share/doc/caja-actions/COPYING-DOCS
/usr/share/doc/caja-actions/ChangeLog
/usr/share/doc/caja-actions/NEWS
/usr/share/doc/caja-actions/README
/usr/share/icons/hicolor/16x16/apps/caja-actions.png
/usr/share/icons/hicolor/22x22/apps/caja-actions.png
/usr/share/icons/hicolor/32x32/apps/caja-actions.png
/usr/share/icons/hicolor/48x48/apps/caja-actions.png
/usr/share/icons/hicolor/scalable/apps/caja-actions.svg

References

Summary

In this tutorial we learn how to install caja-actions on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).