How to Install and Uninstall typescript.noarch Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "typescript.noarch" package

This guide covers the steps necessary to install typescript.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install typescript.noarch

2. Uninstall "typescript.noarch" package

Please follow the guidelines below to uninstall typescript.noarch on AlmaLinux 9:

$ sudo dnf remove typescript.noarch $ sudo dnf autoremove

3. Information about the typescript.noarch package on AlmaLinux 9

Last metadata expiration check: 0:57:11 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : typescript
Version : 4.8.4
Release : 2.el9
Architecture : noarch
Size : 6.9 M
Source : typescript-4.8.4-2.el9.src.rpm
Repository : epel
Summary : A language for application scale JavaScript development
URL : https://www.typescriptlang.org
License : Apache-2.0
Description : TypeScript is a language for application-scale JavaScript. TypeScript adds
: optional types to JavaScript that support tools for large-scale JavaScript
: applications for any browser, for any host, on any OS. TypeScript compiles to
: readable, standards-based JavaScript.