How To Install xstatic-angular-fileupload-common on Fedora 36

In this tutorial we learn how to install xstatic-angular-fileupload-common in Fedora 36. xstatic-angular-fileupload-common is Angular-FileUpload (XStatic packaging standard) JavaScript library

Introduction

In this tutorial we learn how to install xstatic-angular-fileupload-common on Fedora 36.

What is xstatic-angular-fileupload-common

Angular-FileUpload JavaScript library packaged for setuptools (easy_install) / pip. This package contains the javascript files.

We can use yum or dnf to install xstatic-angular-fileupload-common on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xstatic-angular-fileupload-common.

Install xstatic-angular-fileupload-common 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 xstatic-angular-fileupload-common using dnf by running the following command:

sudo dnf -y install xstatic-angular-fileupload-common

Install xstatic-angular-fileupload-common 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 xstatic-angular-fileupload-common using yum by running the following command:

sudo yum -y install xstatic-angular-fileupload-common

How To Uninstall xstatic-angular-fileupload-common on Fedora 36

To uninstall only the xstatic-angular-fileupload-common package we can use the following command:

sudo dnf remove xstatic-angular-fileupload-common

xstatic-angular-fileupload-common Package Contents on Fedora 36

/usr/share/doc/xstatic-angular-fileupload-common
/usr/share/doc/xstatic-angular-fileupload-common/README.txt
/usr/share/javascript/angular_fileupload
/usr/share/javascript/angular_fileupload/FileAPI.flash.swf
/usr/share/javascript/angular_fileupload/FileAPI.js
/usr/share/javascript/angular_fileupload/FileAPI.min.js
/usr/share/javascript/angular_fileupload/ng-file-upload-all.js
/usr/share/javascript/angular_fileupload/ng-file-upload-all.min.js
/usr/share/javascript/angular_fileupload/ng-file-upload-shim.js
/usr/share/javascript/angular_fileupload/ng-file-upload-shim.min.js
/usr/share/javascript/angular_fileupload/ng-file-upload.js
/usr/share/javascript/angular_fileupload/ng-file-upload.min.js
/usr/share/licenses/xstatic-angular-fileupload-common
/usr/share/licenses/xstatic-angular-fileupload-common/LICENSE

References

Summary

In this tutorial we learn how to install xstatic-angular-fileupload-common on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).