How to Install and Uninstall yarn Package on Ubuntu 22.04 LTS (Jammy Jellyfish)
Last updated: December 23,2024
Deprecated! Installation of this package may no longer be supported.
Notice
You can also install and uninstall the yarn on the following distributions in the same way, as they are all based on the Ubuntu system
- Kubuntu 22.04 LTS
- Lubuntu 22.04 LTS
- Xubuntu 22.04 LTS
- Ubuntu MATE 22.04 LTS
- Ubuntu Studio 22.04 LTS
- Pop!_OS 22.04 LTS
- Zorin OS 16 / Zorin OS 17
- Ubuntu Budgie 22.04
1. Install "yarn" package
Please follow the steps below to install yarn on Ubuntu 22.04 LTS (Jammy Jellyfish)
$
sudo apt update
Copied
$
sudo apt install
yarn
Copied
2. Uninstall "yarn" package
In this section, we are going to explain the necessary steps to uninstall yarn on Ubuntu 22.04 LTS (Jammy Jellyfish):
$
sudo apt remove
yarn
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the yarn package on Ubuntu 22.04 LTS (Jammy Jellyfish)
Package: yarn
Status: install ok installed
Priority: optional
Section: devel
Installed-Size: 5240
Maintainer: Yarn Developers
Architecture: all
Version: 1.22.17-1
Recommends: nodejs
Conflicts: nodejs (<< 4.0.0), cmdtest
Description: Fast, reliable, and secure dependency management.
Yarn: Fast, reliable, and secure dependency management.
.
Fast: Yarn caches every package it downloads so it never needs to again. It
also parallelizes operations to maximize resource utilization so install times
are faster than ever.
.
Reliable: Using a detailed, but concise, lockfile format, and a deterministic
algorithm for installs, Yarn is able to guarantee that an install that worked
on one system will work exactly the same way on any other system.
.
Secure: Yarn uses checksums to verify the integrity of every installed package
before its code is executed.
Description-md5: b696a45d1bb1f5e49025546ea389ac04
Homepage: https://yarnpkg.com/
Status: install ok installed
Priority: optional
Section: devel
Installed-Size: 5240
Maintainer: Yarn Developers
Architecture: all
Version: 1.22.17-1
Recommends: nodejs
Conflicts: nodejs (<< 4.0.0), cmdtest
Description: Fast, reliable, and secure dependency management.
Yarn: Fast, reliable, and secure dependency management.
.
Fast: Yarn caches every package it downloads so it never needs to again. It
also parallelizes operations to maximize resource utilization so install times
are faster than ever.
.
Reliable: Using a detailed, but concise, lockfile format, and a deterministic
algorithm for installs, Yarn is able to guarantee that an install that worked
on one system will work exactly the same way on any other system.
.
Secure: Yarn uses checksums to verify the integrity of every installed package
before its code is executed.
Description-md5: b696a45d1bb1f5e49025546ea389ac04
Homepage: https://yarnpkg.com/