How To Install js-responsive-elements on Fedora 36
Introduction
In this tutorial we learn how to install js-responsive-elements
on Fedora 36.
What is js-responsive-elements
Responsive elements makes it possible for any element to adapt and respond to the area they occupy. It’s a tiny javascript library that you can drop into your projects today.
We can use yum
or dnf
to install js-responsive-elements
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install js-responsive-elements.
Install js-responsive-elements 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-responsive-elements
using dnf
by running the following command:
sudo dnf -y install js-responsive-elements
Install js-responsive-elements 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-responsive-elements
using yum
by running the following command:
sudo yum -y install js-responsive-elements
How To Uninstall js-responsive-elements on Fedora 36
To uninstall only the js-responsive-elements
package we can use the following command:
sudo dnf remove js-responsive-elements
js-responsive-elements Package Contents on Fedora 36
/usr/share/doc/js-responsive-elements
/usr/share/doc/js-responsive-elements/README.md
/usr/share/javascript/responsive-elements
/usr/share/javascript/responsive-elements/responsive-elements.js
/usr/share/licenses/js-responsive-elements
/usr/share/licenses/js-responsive-elements/LICENSE
References
Summary
In this tutorial we learn how to install js-responsive-elements
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).