How To Install drupal7-theme-ninesixty on Fedora 36

In this tutorial we learn how to install drupal7-theme-ninesixty in Fedora 36. drupal7-theme-ninesixty is Ninesixty theme for Drupal 7

Introduction

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

What is drupal7-theme-ninesixty

This theme is based on the 960 Grid System by Nathan Smith. NineSixty is a base theme with all the files provided by the 960 Grid System. From the sketch sheets to all the styles from the framework are included. There are a few modifications so it better fits into Drupal. All the details are inside the README.txt file.

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

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

sudo dnf -y install drupal7-theme-ninesixty

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

sudo yum -y install drupal7-theme-ninesixty

How To Uninstall drupal7-theme-ninesixty on Fedora 36

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

sudo dnf remove drupal7-theme-ninesixty

drupal7-theme-ninesixty Package Contents on Fedora 36

/usr/share/doc/drupal7-theme-ninesixty
/usr/share/doc/drupal7-theme-ninesixty/LICENSE.txt
/usr/share/doc/drupal7-theme-ninesixty/README.txt
/usr/share/drupal7/modules/ninesixty
/usr/share/drupal7/modules/ninesixty/extras
/usr/share/drupal7/modules/ninesixty/extras/sketch_sheets
/usr/share/drupal7/modules/ninesixty/extras/sketch_sheets/960_sketch.pdf
/usr/share/drupal7/modules/ninesixty/extras/templates
/usr/share/drupal7/modules/ninesixty/extras/templates/fireworks
/usr/share/drupal7/modules/ninesixty/extras/templates/fireworks/960_grid_12_col.png
/usr/share/drupal7/modules/ninesixty/extras/templates/fireworks/960_grid_16_col.png
/usr/share/drupal7/modules/ninesixty/extras/templates/omnigraffle
/usr/share/drupal7/modules/ninesixty/extras/templates/omnigraffle/960_graffle.graffle
/usr/share/drupal7/modules/ninesixty/extras/templates/photoshop
/usr/share/drupal7/modules/ninesixty/extras/templates/photoshop/960_grid_12_col.psd
/usr/share/drupal7/modules/ninesixty/extras/templates/photoshop/960_grid_16_col.psd
/usr/share/drupal7/modules/ninesixty/extras/templates/visio
/usr/share/drupal7/modules/ninesixty/extras/templates/visio/960_visio.vsd
/usr/share/drupal7/modules/ninesixty/images
/usr/share/drupal7/modules/ninesixty/images/12_col.gif
/usr/share/drupal7/modules/ninesixty/images/16_col.gif
/usr/share/drupal7/modules/ninesixty/images/grid_count
/usr/share/drupal7/modules/ninesixty/images/grid_count/1.png
/usr/share/drupal7/modules/ninesixty/images/grid_count/10.png
/usr/share/drupal7/modules/ninesixty/images/grid_count/11.png
/usr/share/drupal7/modules/ninesixty/images/grid_count/12.png
/usr/share/drupal7/modules/ninesixty/images/grid_count/13.png
/usr/share/drupal7/modules/ninesixty/images/grid_count/14.png
/usr/share/drupal7/modules/ninesixty/images/grid_count/15.png
/usr/share/drupal7/modules/ninesixty/images/grid_count/16.png
/usr/share/drupal7/modules/ninesixty/images/grid_count/2.png
/usr/share/drupal7/modules/ninesixty/images/grid_count/3.png
/usr/share/drupal7/modules/ninesixty/images/grid_count/4.png
/usr/share/drupal7/modules/ninesixty/images/grid_count/5.png
/usr/share/drupal7/modules/ninesixty/images/grid_count/6.png
/usr/share/drupal7/modules/ninesixty/images/grid_count/7.png
/usr/share/drupal7/modules/ninesixty/images/grid_count/8.png
/usr/share/drupal7/modules/ninesixty/images/grid_count/9.png
/usr/share/drupal7/modules/ninesixty/images/screenshot.png
/usr/share/drupal7/modules/ninesixty/logo.png
/usr/share/drupal7/modules/ninesixty/ninesixty.info
/usr/share/drupal7/modules/ninesixty/page.tpl.php
/usr/share/drupal7/modules/ninesixty/styles
/usr/share/drupal7/modules/ninesixty/styles/framework
/usr/share/drupal7/modules/ninesixty/styles/framework/960-rtl.css
/usr/share/drupal7/modules/ninesixty/styles/framework/960.css
/usr/share/drupal7/modules/ninesixty/styles/framework/debug.css
/usr/share/drupal7/modules/ninesixty/styles/framework/reset.css
/usr/share/drupal7/modules/ninesixty/styles/framework/text.css
/usr/share/drupal7/modules/ninesixty/styles/styles.css
/usr/share/drupal7/modules/ninesixty/template.php

References

Summary

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