How to Install and Uninstall typescript.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "typescript.noarch" package

This guide covers the steps necessary to install typescript.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install typescript.noarch

2. Uninstall "typescript.noarch" package

This guide covers the steps necessary to uninstall typescript.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove typescript.noarch $ sudo dnf autoremove

3. Information about the typescript.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:15:39 ago on Mon Feb 26 07:04:30 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.