How to Install and Uninstall typescript.noarch Package on Oracle Linux 9

Last updated: October 10,2024

1. Install "typescript.noarch" package

Please follow the step by step instructions below to install typescript.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install typescript.noarch

2. Uninstall "typescript.noarch" package

Please follow the instructions below to uninstall typescript.noarch on Oracle Linux 9:

$ sudo dnf remove typescript.noarch $ sudo dnf autoremove

3. Information about the typescript.noarch package on Oracle Linux 9

Last metadata expiration check: 3:29:15 ago on Thu Feb 15 07:50:05 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.