How To Install drupal7-addressfield on Fedora 36

In this tutorial we learn how to install drupal7-addressfield in Fedora 36. drupal7-addressfield is Manage a flexible address field, implementing the xNAL standard

Introduction

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

What is drupal7-addressfield

Address Field defines a new field type to store international postal addresses, implementing a subset of the top-level address elements defined in the xNAL standard [1]. The field configuration lets you determine which elements of an address should be present in the field widget form and which ones should be rendered for display. This package provides the following Drupal module * addressfield [1] http

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

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

sudo dnf -y install drupal7-addressfield

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

sudo yum -y install drupal7-addressfield

How To Uninstall drupal7-addressfield on Fedora 36

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

sudo dnf remove drupal7-addressfield

drupal7-addressfield Package Contents on Fedora 36

/usr/share/drupal7/modules/addressfield
/usr/share/drupal7/modules/addressfield/LICENSE.txt
/usr/share/drupal7/modules/addressfield/addresses.txt
/usr/share/drupal7/modules/addressfield/addressfield-rtl.css
/usr/share/drupal7/modules/addressfield/addressfield.address_formats.inc
/usr/share/drupal7/modules/addressfield/addressfield.administrative_areas.inc
/usr/share/drupal7/modules/addressfield/addressfield.api.php
/usr/share/drupal7/modules/addressfield/addressfield.css
/usr/share/drupal7/modules/addressfield/addressfield.devel_generate.inc
/usr/share/drupal7/modules/addressfield/addressfield.feeds.inc
/usr/share/drupal7/modules/addressfield/addressfield.info
/usr/share/drupal7/modules/addressfield/addressfield.install
/usr/share/drupal7/modules/addressfield/addressfield.migrate.inc
/usr/share/drupal7/modules/addressfield/addressfield.module
/usr/share/drupal7/modules/addressfield/addressfield.tokens.inc
/usr/share/drupal7/modules/addressfield/example
/usr/share/drupal7/modules/addressfield/example/addressfield_example.info
/usr/share/drupal7/modules/addressfield/example/addressfield_example.module
/usr/share/drupal7/modules/addressfield/example/plugins
/usr/share/drupal7/modules/addressfield/example/plugins/format
/usr/share/drupal7/modules/addressfield/example/plugins/format/address-ch-example.inc
/usr/share/drupal7/modules/addressfield/plugins
/usr/share/drupal7/modules/addressfield/plugins/format
/usr/share/drupal7/modules/addressfield/plugins/format/address-hide-country.inc
/usr/share/drupal7/modules/addressfield/plugins/format/address-hide-postal-code.inc
/usr/share/drupal7/modules/addressfield/plugins/format/address-hide-street.inc
/usr/share/drupal7/modules/addressfield/plugins/format/address-optional.inc
/usr/share/drupal7/modules/addressfield/plugins/format/address.inc
/usr/share/drupal7/modules/addressfield/plugins/format/name-full.inc
/usr/share/drupal7/modules/addressfield/plugins/format/name-oneline.inc
/usr/share/drupal7/modules/addressfield/plugins/format/organisation.inc
/usr/share/drupal7/modules/addressfield/views
/usr/share/drupal7/modules/addressfield/views/addressfield.views.inc
/usr/share/drupal7/modules/addressfield/views/addressfield_views_handler_field_administrative_area.inc
/usr/share/drupal7/modules/addressfield/views/addressfield_views_handler_field_country.inc
/usr/share/drupal7/modules/addressfield/views/addressfield_views_handler_filter_country.inc
/usr/share/licenses/drupal7-addressfield
/usr/share/licenses/drupal7-addressfield/LICENSE.txt

References

Summary

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