How to Install and Uninstall typescript Package on openSUSE Leap

Last updated: May 21,2024

1. Install "typescript" package

Please follow the guidelines below to install typescript on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install typescript

2. Uninstall "typescript" package

This guide let you learn how to uninstall typescript on openSUSE Leap:

$ sudo zypper remove typescript

3. Information about the typescript package on openSUSE Leap

Information for package typescript:
-----------------------------------
Repository : Main Repository
Name : typescript
Version : 4.2.4-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 56.5 MiB
Installed : No
Status : not installed
Source package : typescript-4.2.4-bp155.2.12.src
Upstream URL : http://typescriptlang.org/
Summary : A language for application scale JavaScript development
Description :
TypeScript is a language for application-scale JavaScript. TypeScript adds
optional types, classes, and modules to JavaScript. TypeScript supports tools
for large-scale JavaScript applications for any browser, for any host, on any
OS. TypeScript compiles to readable, standards-based JavaScript.