How To Install js-jquery-ui on Fedora 36
Introduction
In this tutorial we learn how to install js-jquery-ui
on Fedora 36.
What is js-jquery-ui
A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.
We can use yum
or dnf
to install js-jquery-ui
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install js-jquery-ui.
Install js-jquery-ui 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 js-jquery-ui
using dnf
by running the following command:
sudo dnf -y install js-jquery-ui
Install js-jquery-ui 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 js-jquery-ui
using yum
by running the following command:
sudo yum -y install js-jquery-ui
How To Uninstall js-jquery-ui on Fedora 36
To uninstall only the js-jquery-ui
package we can use the following command:
sudo dnf remove js-jquery-ui
js-jquery-ui Package Contents on Fedora 36
/usr/share/doc/js-jquery-ui
/usr/share/doc/js-jquery-ui/AUTHORS.txt
/usr/share/doc/js-jquery-ui/CONTRIBUTING.md
/usr/share/doc/js-jquery-ui/README.md
/usr/share/javascript/jquery-ui
/usr/share/javascript/jquery-ui/images
/usr/share/javascript/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png
/usr/share/javascript/jquery-ui/images/ui-icons_444444_256x240.png
/usr/share/javascript/jquery-ui/images/ui-icons_555555_256x240.png
/usr/share/javascript/jquery-ui/images/ui-icons_777620_256x240.png
/usr/share/javascript/jquery-ui/images/ui-icons_777777_256x240.png
/usr/share/javascript/jquery-ui/images/ui-icons_cc0000_256x240.png
/usr/share/javascript/jquery-ui/images/ui-icons_ffffff_256x240.png
/usr/share/javascript/jquery-ui/jquery-ui.css
/usr/share/javascript/jquery-ui/jquery-ui.js
/usr/share/javascript/jquery-ui/jquery-ui.min.css
/usr/share/javascript/jquery-ui/jquery-ui.min.js
/usr/share/licenses/js-jquery-ui
/usr/share/licenses/js-jquery-ui/LICENSE.txt
References
Summary
In this tutorial we learn how to install js-jquery-ui
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).