How To Install js-web-socket-js on Fedora 36
Introduction
In this tutorial we learn how to install js-web-socket-js
on Fedora 36.
What is js-web-socket-js
HTML5 Web Socket implementation powered by Flash. Note assets are not shipped as shipping binary components in Fedora without building from source is forbidden, and currently Fedora does not have the Apache Flex SDK packaged.
We can use yum
or dnf
to install js-web-socket-js
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install js-web-socket-js.
Install js-web-socket-js 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-web-socket-js
using dnf
by running the following command:
sudo dnf -y install js-web-socket-js
Install js-web-socket-js 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-web-socket-js
using yum
by running the following command:
sudo yum -y install js-web-socket-js
How To Uninstall js-web-socket-js on Fedora 36
To uninstall only the js-web-socket-js
package we can use the following command:
sudo dnf remove js-web-socket-js
js-web-socket-js Package Contents on Fedora 36
/usr/share/doc/js-web-socket-js
/usr/share/doc/js-web-socket-js/LICENSE.txt
/usr/share/doc/js-web-socket-js/NEWS.md
/usr/share/doc/js-web-socket-js/README.md
/usr/share/doc/js-web-socket-js/sample.html
/usr/share/javascript/web-socket-js
/usr/share/javascript/web-socket-js/swfobject.js
/usr/share/javascript/web-socket-js/web_socket.js
References
Summary
In this tutorial we learn how to install js-web-socket-js
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).