How to Install and Uninstall libjs-angularjs Package on Kali Linux

Last updated: May 14,2024

1. Install "libjs-angularjs" package

Please follow the steps below to install libjs-angularjs on Kali Linux

$ sudo apt update $ sudo apt install libjs-angularjs

2. Uninstall "libjs-angularjs" package

This tutorial shows how to uninstall libjs-angularjs on Kali Linux:

$ sudo apt remove libjs-angularjs $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjs-angularjs package on Kali Linux

Package: libjs-angularjs
Source: angular.js
Version: 1.8.3-1
Installed-Size: 5368
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: all
Size: 816608
SHA256: a818fbce95113c15251358c3b10e2004f629d36db2d7e69d5912c2ff749fc232
SHA1: 173ab78061f880f6a87c5d84a4854f80fecd16ae
MD5sum: 50fd21214df652534b2eef5509e73b02
Description: lets you write client-side web applications as if you had a smarter browser
It lets you use good old HTML (or HAML, Jade and friends) as your template
language and lets you extend HTML's syntax to express your application's
components clearly and succinctly. It automatically synchronizes data from
your UI (view) with your JavaScript objects (model) through 2-way data
binding. To help you structure your application better and make it easy to
test, AngularJS teaches the browser how to do dependency injection and
inversion of control. It also helps with server-side communication, taming
async callbacks with promises and deferreds; and make client-side navigation
and deeplinking with hashbang urls or HTML5 pushState a piece of cake.
Description-md5:
Homepage: https://angularjs.org/
Section: javascript
Priority: optional
Filename: pool/main/a/angular.js/libjs-angularjs_1.8.3-1_all.deb