How to Install and Uninstall typescript Package on openSuSE Tumbleweed

Last updated: June 09,2024

1. Install "typescript" package

This tutorial shows how to install typescript on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install typescript

2. Uninstall "typescript" package

Learn how to uninstall typescript on openSuSE Tumbleweed:

$ sudo zypper remove typescript

3. Information about the typescript package on openSuSE Tumbleweed

Information for package typescript:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : typescript
Version : 5.4.2-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 30.9 MiB
Installed : No
Status : not installed
Source package : typescript-5.4.2-1.1.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.