How To Install gold-web on Fedora 36
Introduction
In this tutorial we learn how to install gold-web
on Fedora 36.
What is gold-web
CGI Perl web front-end for the Gold Allocation Manager.
We can use yum
or dnf
to install gold-web
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gold-web.
Install gold-web 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 gold-web
using dnf
by running the following command:
sudo dnf -y install gold-web
Install gold-web 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 gold-web
using yum
by running the following command:
sudo yum -y install gold-web
How To Uninstall gold-web on Fedora 36
To uninstall only the gold-web
package we can use the following command:
sudo dnf remove gold-web
gold-web Package Contents on Fedora 36
/usr/share/gold-2.1.12.2
/usr/share/gold-2.1.12.2/adminAction.cgi
/usr/share/gold-2.1.12.2/balance.cgi
/usr/share/gold-2.1.12.2/create.cgi
/usr/share/gold-2.1.12.2/delete.cgi
/usr/share/gold-2.1.12.2/deposit.cgi
/usr/share/gold-2.1.12.2/gold.cgi
/usr/share/gold-2.1.12.2/images
/usr/share/gold-2.1.12.2/images/blank.png
/usr/share/gold-2.1.12.2/images/downsimple.png
/usr/share/gold-2.1.12.2/images/gold_logo_globe.gif
/usr/share/gold-2.1.12.2/images/gold_logo_main.gif
/usr/share/gold-2.1.12.2/images/gold_logo_sidebar.gif
/usr/share/gold-2.1.12.2/images/header_background.gif
/usr/share/gold-2.1.12.2/images/header_flare_left.gif
/usr/share/gold-2.1.12.2/images/header_flare_right.gif
/usr/share/gold-2.1.12.2/images/leftbluearrow.gif
/usr/share/gold-2.1.12.2/images/list_arrow_ascending.gif
/usr/share/gold-2.1.12.2/images/list_arrow_descending.gif
/usr/share/gold-2.1.12.2/images/menu_arrow_closed.gif
/usr/share/gold-2.1.12.2/images/menu_arrow_expanded.gif
/usr/share/gold-2.1.12.2/images/primary_key.gif
/usr/share/gold-2.1.12.2/images/rightbluearrow.gif
/usr/share/gold-2.1.12.2/images/sidebar_background.gif
/usr/share/gold-2.1.12.2/images/sidebar_header_background.gif
/usr/share/gold-2.1.12.2/images/sidebar_header_flare_right.gif
/usr/share/gold-2.1.12.2/images/status_background.gif
/usr/share/gold-2.1.12.2/images/upsimple.png
/usr/share/gold-2.1.12.2/index.cgi
/usr/share/gold-2.1.12.2/list.cgi
/usr/share/gold-2.1.12.2/login.cgi
/usr/share/gold-2.1.12.2/logout.cgi
/usr/share/gold-2.1.12.2/modify.cgi
/usr/share/gold-2.1.12.2/navbar.cgi
/usr/share/gold-2.1.12.2/precharge.cgi
/usr/share/gold-2.1.12.2/precreate.cgi
/usr/share/gold-2.1.12.2/predeposit.cgi
/usr/share/gold-2.1.12.2/premodify.cgi
/usr/share/gold-2.1.12.2/prerefund.cgi
/usr/share/gold-2.1.12.2/prescreen.cgi
/usr/share/gold-2.1.12.2/prestatement.cgi
/usr/share/gold-2.1.12.2/pretransfer.cgi
/usr/share/gold-2.1.12.2/prewithdraw.cgi
/usr/share/gold-2.1.12.2/refund.cgi
/usr/share/gold-2.1.12.2/scripts
/usr/share/gold-2.1.12.2/scripts/autosuggest.js
/usr/share/gold-2.1.12.2/scripts/menus.js
/usr/share/gold-2.1.12.2/scripts/sorttable.js
/usr/share/gold-2.1.12.2/selectAccount.cgi
/usr/share/gold-2.1.12.2/statement.cgi
/usr/share/gold-2.1.12.2/status.cgi
/usr/share/gold-2.1.12.2/styles
/usr/share/gold-2.1.12.2/styles/gold.css
/usr/share/gold-2.1.12.2/styles/sortabletable.css
/usr/share/gold-2.1.12.2/styles/status.css
/usr/share/gold-2.1.12.2/transfer.cgi
/usr/share/gold-2.1.12.2/undelete.cgi
/usr/share/gold-2.1.12.2/unknown.cgi
/usr/share/gold-2.1.12.2/usage.cgi
/usr/share/gold-2.1.12.2/welcome.cgi
/usr/share/gold-2.1.12.2/withdraw.cgi
References
Summary
In this tutorial we learn how to install gold-web
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).