How To Install gridsite on Fedora 36
Introduction
In this tutorial we learn how to install gridsite
on Fedora 36.
What is gridsite
GridSite was originally a web application developed for managing and formatting the content of the http has grown into a set of extensions to the Apache web server and a toolkit for Grid credentials, GACL access control lists and HTTP(S) protocol operations. This package gridsite contains apache httpd modules for enabling mod_gridsite.
We can use yum
or dnf
to install gridsite
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gridsite.
Install gridsite 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 gridsite
using dnf
by running the following command:
sudo dnf -y install gridsite
Install gridsite 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 gridsite
using yum
by running the following command:
sudo yum -y install gridsite
How To Uninstall gridsite on Fedora 36
To uninstall only the gridsite
package we can use the following command:
sudo dnf remove gridsite
gridsite Package Contents on Fedora 36
---
title: "How To Install gridsite on Fedora 36"
linkTitle: "gridsite"
type: "docs"
description: "In this tutorial we learn how to install gridsite in Fedora 36. gridsite is Grid Security for the Web, Web platforms for Grids"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/gridsite-featured.png
---
## Introduction
In this tutorial we learn how to install `gridsite` on Fedora 36.
### What is `gridsite`
> GridSite was originally a web application developed for managing and formatting the content of the http has grown into a set of extensions to the Apache web server and a toolkit for Grid credentials, GACL access control lists and HTTP(S) protocol operations. This package gridsite contains apache httpd modules for enabling mod_gridsite.
We can use `yum` or `dnf` to install `gridsite` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gridsite.
## Install gridsite on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install gridsite
using dnf
by running the following command:
sudo dnf -y install gridsite
Install gridsite 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 gridsite
using yum
by running the following command:
sudo yum -y install gridsite
How To Uninstall gridsite on Fedora 36
To uninstall only the gridsite
package we can use the following command:
sudo dnf remove gridsite
/etc/grid-security
/etc/grid-security/dn-lists
/etc/grid-security/vomsdir
/etc/httpd/conf.d/zgridsite.conf
/usr/lib/.build-id
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/5bf192dbc5c6689e8a2d27430bd8b6c3c4587f
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/6962aba9ad59e7ccf698a4fc83f992bbb2ce39
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/4c127dd307f7f5fdf3b8ac4cd1f9b7f1ed5d58
/usr/lib64/httpd/modules/mod_gridsite.so
/usr/libexec/gridsite
/usr/libexec/gridsite/cgi-bin
/usr/libexec/gridsite/cgi-bin/gridsite-delegation.cgi
/usr/libexec/gridsite/cgi-bin/real-gridsite-admin.cgi
/usr/share/doc/gridsite
/usr/share/doc/gridsite/CHANGES
/usr/share/doc/gridsite/httpd-fileserver.conf
/usr/share/doc/gridsite/httpd-storage.conf
/usr/share/doc/gridsite/httpd-webserver.conf
/usr/share/licenses/gridsite
/usr/share/licenses/gridsite/LICENSE
/usr/share/man/man8/gridsite-delegation.8.gz
/usr/share/man/man8/mod_gridsite.8.gz
/var/cache/mod_gridsite
/var/lib/gridsite
/var/lib/gridsite/.gacl
/var/lib/gridsite/gridsitefoot.txt
/var/lib/gridsite/gridsitehead.txt
/var/www/icons
/var/www/icons/gridsitelogo.png
gridsite Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install gridsite
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/etc/grid-security /etc/grid-security/dn-lists /etc/grid-security/vomsdir /etc/httpd/conf.d/zgridsite.conf /usr/lib/.build-id /usr/lib/.build-id/5f /usr/lib/.build-id/5f/4afbe7ce7a61d90b2e1a96cc4fe7e90a761995 /usr/lib/.build-id/97 /usr/lib/.build-id/97/be90c8ef512917d52367752cf47eceddfe56c0 /usr/lib/.build-id/f6 /usr/lib/.build-id/f6/034e2785fa6a9ad6a30bd0fd3935aa52ad8572 /usr/lib/httpd/modules/mod_gridsite.so /usr/libexec/gridsite /usr/libexec/gridsite/cgi-bin /usr/libexec/gridsite/cgi-bin/gridsite-delegation.cgi /usr/libexec/gridsite/cgi-bin/real-gridsite-admin.cgi /usr/share/doc/gridsite /usr/share/doc/gridsite/CHANGES /usr/share/doc/gridsite/httpd-fileserver.conf /usr/share/doc/gridsite/httpd-storage.conf /usr/share/doc/gridsite/httpd-webserver.conf /usr/share/licenses/gridsite /usr/share/licenses/gridsite/LICENSE /usr/share/man/man8/gridsite-delegation.8.gz /usr/share/man/man8/mod_gridsite.8.gz /var/cache/mod_gridsite /var/lib/gridsite /var/lib/gridsite/.gacl /var/lib/gridsite/gridsitefoot.txt /var/lib/gridsite/gridsitehead.txt /var/www/icons /var/www/icons/gridsitelogo.png
## References
* [gridsite website](http://www.gridsite.org)
## Summary
In this tutorial we learn how to install `gridsite` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).