How To Install libgda-web on Fedora 36
Introduction
In this tutorial we learn how to install libgda-web
on Fedora 36.
What is libgda-web
This libgda-web includes the libgda Web provider.
We can use yum
or dnf
to install libgda-web
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgda-web.
Install libgda-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 libgda-web
using dnf
by running the following command:
sudo dnf -y install libgda-web
Install libgda-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 libgda-web
using yum
by running the following command:
sudo yum -y install libgda-web
How To Uninstall libgda-web on Fedora 36
To uninstall only the libgda-web
package we can use the following command:
sudo dnf remove libgda-web
libgda-web Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/cb832d122c1e48e37ee6ccec7aadfda9c5afc2
/usr/lib64/libgda-5.0/providers/libgda-web.so
/usr/share/libgda-5.0/php
/usr/share/libgda-5.0/php/README
/usr/share/libgda-5.0/php/gda-clean.php
/usr/share/libgda-5.0/php/gda-config.php
/usr/share/libgda-5.0/php/gda-exception.php
/usr/share/libgda-5.0/php/gda-front.php
/usr/share/libgda-5.0/php/gda-meta.php
/usr/share/libgda-5.0/php/gda-secure-config.php
/usr/share/libgda-5.0/php/gda-setup.php
/usr/share/libgda-5.0/php/gda-tester.php
/usr/share/libgda-5.0/php/gda-utils.php
/usr/share/libgda-5.0/php/gda-worker.php
/usr/share/libgda-5.0/web
/usr/share/libgda-5.0/web/cnc.js
/usr/share/libgda-5.0/web/gda-print.css
/usr/share/libgda-5.0/web/gda.css
/usr/share/libgda-5.0/web/irb.css
/usr/share/libgda-5.0/web/irb.js
/usr/share/libgda-5.0/web/jquery.js
/usr/share/libgda-5.0/web/md5.js
/usr/share/libgda-5.0/web/mouseapp_2.js
/usr/share/libgda-5.0/web/mouseirb_2.js
/usr/share/libgda-5.0/web_specs_auth.xml
/usr/share/libgda-5.0/web_specs_dsn.xml
References
Summary
In this tutorial we learn how to install libgda-web
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).