How to Install and Uninstall yarn Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "yarn" package

In this section, we are going to explain the necessary steps to install yarn on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install yarn

2. Uninstall "yarn" package

Please follow the instructions below to uninstall yarn on openSuSE Tumbleweed:

$ sudo zypper remove yarn

3. Information about the yarn package on openSuSE Tumbleweed

Information for package yarn:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : yarn
Version : 1.22.21-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 5.1 MiB
Installed : No
Status : not installed
Source package : yarn-1.22.21-1.2.src
Upstream URL : https://github.com/yarnpkg/yarn/releases
Summary : 📦🐈 Fast, reliable, and secure dependency management
Description :
Fast: Yarn caches every package it has downloaded, so it never needs to
download the same package again. It also does almost everything concurrently to
maximize resource utilization. This means even faster installs.
Reliable: Using a detailed but concise lockfile format and a deterministic
algorithm for install operations, Yarn is able to guarantee that any
installation that works on one system will work exactly the same on another
system.
Secure: Yarn uses checksums to verify the integrity of every installed package
before its code is executed.