How To Install XStatic-Angular-common on Fedora 36

In this tutorial we learn how to install XStatic-Angular-common in Fedora 36. XStatic-Angular-common is Common files for XStatic-Angular (XStatic packaging standard)

Introduction

In this tutorial we learn how to install XStatic-Angular-common on Fedora 36.

What is XStatic-Angular-common

Common files for XStatic-Angular (XStatic packaging standard)

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

Install XStatic-Angular-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-common using dnf by running the following command:

sudo dnf -y install XStatic-Angular-common

Install XStatic-Angular-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-common using yum by running the following command:

sudo yum -y install XStatic-Angular-common

How To Uninstall XStatic-Angular-common on Fedora 36

To uninstall only the XStatic-Angular-common package we can use the following command:

sudo dnf remove XStatic-Angular-common

XStatic-Angular-common Package Contents on Fedora 36

/usr/share/javascript/angular
/usr/share/javascript/angular/angular-animate.js
/usr/share/javascript/angular/angular-aria.js
/usr/share/javascript/angular/angular-cookies.js
/usr/share/javascript/angular/angular-csp.css
/usr/share/javascript/angular/angular-loader.js
/usr/share/javascript/angular/angular-message-format.js
/usr/share/javascript/angular/angular-messages.js
/usr/share/javascript/angular/angular-mocks.js
/usr/share/javascript/angular/angular-parse-ext.js
/usr/share/javascript/angular/angular-resource.js
/usr/share/javascript/angular/angular-route.js
/usr/share/javascript/angular/angular-sanitize.js
/usr/share/javascript/angular/angular-scenario.js
/usr/share/javascript/angular/angular-touch.js
/usr/share/javascript/angular/angular.js

References

Summary

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