How To Install drupal7-potx on Fedora 36

In this tutorial we learn how to install drupal7-potx in Fedora 36. drupal7-potx is Translation template extractor

Introduction

In this tutorial we learn how to install drupal7-potx on Fedora 36.

What is drupal7-potx

The Translation template extractor provides a web based and a command line Gettext translation template extractor interface for Drupal as well as a reusable API to look for translatable strings and translatability errors. This tool is used under the hood at http serve as a parsing machine for Drupal.org project releases. This package provides the following Drupal module * potx

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

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

sudo dnf -y install drupal7-potx

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

sudo yum -y install drupal7-potx

How To Uninstall drupal7-potx on Fedora 36

To uninstall only the drupal7-potx package we can use the following command:

sudo dnf remove drupal7-potx

drupal7-potx Package Contents on Fedora 36

/usr/share/doc/drupal7-potx
/usr/share/doc/drupal7-potx/README.txt
/usr/share/drupal7/modules/potx
/usr/share/drupal7/modules/potx/potx.admin.inc
/usr/share/drupal7/modules/potx/potx.drush.inc
/usr/share/drupal7/modules/potx/potx.inc
/usr/share/drupal7/modules/potx/potx.info
/usr/share/drupal7/modules/potx/potx.install
/usr/share/drupal7/modules/potx/potx.local.inc
/usr/share/drupal7/modules/potx/potx.module
/usr/share/drupal7/modules/potx/tests
/usr/share/drupal7/modules/potx/tests/LanguageManager.php
/usr/share/drupal7/modules/potx/tests/TestConstraint.php
/usr/share/drupal7/modules/potx/tests/drupal8
/usr/share/drupal7/modules/potx/tests/drupal8/broken_twig.html.twig
/usr/share/drupal7/modules/potx/tests/drupal8/config
/usr/share/drupal7/modules/potx/tests/drupal8/config/install
/usr/share/drupal7/modules/potx/tests/drupal8/config/install/broken_yaml.yml
/usr/share/drupal7/modules/potx/tests/drupal8/config/install/test.settings.yml
/usr/share/drupal7/modules/potx/tests/drupal8/config/optional
/usr/share/drupal7/modules/potx/tests/drupal8/config/optional/test.settings.yml
/usr/share/drupal7/modules/potx/tests/drupal8/config/schema
/usr/share/drupal7/modules/potx/tests/drupal8/config/schema/test.data_types.schema.yml
/usr/share/drupal7/modules/potx/tests/drupal8/config/schema/test.schema.yml
/usr/share/drupal7/modules/potx/tests/drupal8/config/schema/test.sequences.schema.yml
/usr/share/drupal7/modules/potx/tests/drupal8/config/schema/test.variables.schema.yml
/usr/share/drupal7/modules/potx/tests/drupal8/core
/usr/share/drupal7/modules/potx/tests/drupal8/core/config
/usr/share/drupal7/modules/potx/tests/drupal8/core/config/schema
/usr/share/drupal7/modules/potx/tests/drupal8/core/config/schema/core.data_types.schema.yml
/usr/share/drupal7/modules/potx/tests/drupal8/core/config/schema/core.entity.schema.yml
/usr/share/drupal7/modules/potx/tests/drupal8/core/config/schema/core.extension.schema.yml
/usr/share/drupal7/modules/potx/tests/drupal8/core/config/schema/core.menu.schema.yml
/usr/share/drupal7/modules/potx/tests/potx.test
/usr/share/drupal7/modules/potx/tests/potx_test.js
/usr/share/drupal7/modules/potx/tests/potx_test_5.module
/usr/share/drupal7/modules/potx/tests/potx_test_6.info
/usr/share/drupal7/modules/potx/tests/potx_test_6.module
/usr/share/drupal7/modules/potx/tests/potx_test_7.module
/usr/share/drupal7/modules/potx/tests/potx_test_8
/usr/share/drupal7/modules/potx/tests/potx_test_8.breakpoints.yml
/usr/share/drupal7/modules/potx/tests/potx_test_8.html.twig
/usr/share/drupal7/modules/potx/tests/potx_test_8.info.yml
/usr/share/drupal7/modules/potx/tests/potx_test_8.links.action.yml
/usr/share/drupal7/modules/potx/tests/potx_test_8.links.contextual.yml
/usr/share/drupal7/modules/potx/tests/potx_test_8.links.menu.yml
/usr/share/drupal7/modules/potx/tests/potx_test_8.links.task.yml
/usr/share/drupal7/modules/potx/tests/potx_test_8.module.txt
/usr/share/drupal7/modules/potx/tests/potx_test_8.permissions.yml
/usr/share/drupal7/modules/potx/tests/potx_test_8.routing.yml
/usr/share/drupal7/modules/potx/tests/potx_test_8/potx_test_8.test.yml
/usr/share/drupal7/modules/potx/tests/potx_test_8/yaml_translation_patterns.yml
/usr/share/drupal7/modules/potx/tests/potx_test_yml
/usr/share/drupal7/modules/potx/tests/potx_test_yml/broken_yaml.yml
/usr/share/drupal7/modules/potx/tests/potx_test_yml/potx_test_8.test2.yml
/usr/share/drupal7/modules/potx/tests/potx_test_yml/test_folder
/usr/share/drupal7/modules/potx/tests/potx_test_yml/test_folder/potx_test_8.test3.yml
/usr/share/drupal7/modules/potx/tests/potx_test_yml/yaml_translation_patterns.yml
/usr/share/drupal7/modules/potx/yaml_translation_patterns.yml
/usr/share/licenses/drupal7-potx
/usr/share/licenses/drupal7-potx/LICENSE.txt

References

Summary

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