How To Install gitweb-caching on Fedora 36
Introduction
In this tutorial we learn how to install gitweb-caching
on Fedora 36.
What is gitweb-caching
Simple web interface to track changes in git repositories w/ caching from John ‘Warthog9’ Hawley from kernel.org
We can use yum
or dnf
to install gitweb-caching
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gitweb-caching.
Install gitweb-caching 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 gitweb-caching
using dnf
by running the following command:
sudo dnf -y install gitweb-caching
Install gitweb-caching 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 gitweb-caching
using yum
by running the following command:
sudo yum -y install gitweb-caching
How To Uninstall gitweb-caching on Fedora 36
To uninstall only the gitweb-caching
package we can use the following command:
sudo dnf remove gitweb-caching
gitweb-caching Package Contents on Fedora 36
/etc/httpd/conf.d/gitweb-caching.conf
/usr/share/doc/gitweb-caching
/usr/share/doc/gitweb-caching/COPYING
/usr/share/doc/gitweb-caching/README
/var/cache/gitweb-caching
/var/www/gitweb-caching
/var/www/gitweb-caching/cache.pm
/var/www/gitweb-caching/git-favicon.png
/var/www/gitweb-caching/git-logo.png
/var/www/gitweb-caching/gitweb.cgi
/var/www/gitweb-caching/gitweb.css
/var/www/gitweb-caching/gitweb_defaults.pl
References
Summary
In this tutorial we learn how to install gitweb-caching
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).