DEV Community

Patrick Schanen
Patrick Schanen

Posted on

1 3

sudo dnf install yarn

psnebc@localhost  ~  curl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo

[sudo] Passwort für psnebc: 
[yarn]
name=Yarn Repository
baseurl=https://dl.yarnpkg.com/rpm/
enabled=1
gpgcheck=1
gpgkey=https://dl.yarnpkg.com/rpm/pubkey.gpg
 psnebc@localhost  ~  sudo dnf install yarn
Yarn Repository                                                                                                   709 kB/s | 362 kB     00:00    
Zwischenspeicher für Paketquelle »Dropbox« konnte nicht synchronisiert werden, wird deaktiviert.
Letzte Prüfung auf abgelaufene Metadaten: vor 0:00:00 am Do 29 Mär 2018 10:28:11 CEST.
Abhängigkeiten sind aufgelöst.
==================================================================================================================================================
 Paket                            Arch                               Version                               Paketquelle                      Größe
==================================================================================================================================================
Installieren:
 yarn                             noarch                             1.5.1-1                               yarn                             910 k

Transaktionsübersicht
==================================================================================================================================================
Installieren  1 Paket

Gesamte Downloadgröße: 910 k
Installationsgröße: 4.1 M
Ist dies in Ordnung? [j/N]:y
Pakete werden heruntergeladen:
yarn-1.5.1-1.noarch.rpm                                                                                           2.1 MB/s | 910 kB     00:00    
-------------------------------------------------------------------------------------------------------------------------------------------------------
Gesamt                                                                                                            2.1 MB/s | 910 kB     00:00     
Warnung: /var/cache/dnf/yarn-39eb54bf733530c3/packages/yarn-1.5.1-1.noarch.rpm: Header V4 RSA/SHA512 Signature, Schlüssel-ID 6963f07f: NOKEY
Importing GPG key 0x6963F07F:
 Userid     : "Yarn RPM Packaging <yarn@dan.cx>"
 Fingerprint: 9A6F 73F3 4BEB 7473 4D8C 6914 9CBB B558 6963 F07F
 From       : https://dl.yarnpkg.com/rpm/pubkey.gpg
Ist dies in Ordnung? [j/N]:y
Schlüssel erfolgreich importiert
Transaktionsüberprüfung wird ausgeführt
Transaktionsprüfung war erfolgreich.
Transaktion wird getestet
Transaktionstest war erfolgreich.
Transaktion wird ausgeführt
  Vorbereitung läuft    :                                                                                                                     1/1 
  Installieren          : yarn-1.5.1-1.noarch                                                                                                 1/1 
  Überprüfung läuft     : yarn-1.5.1-1.noarch                                                                                                 1/1 

Installiert:
  yarn.noarch 1.5.1-1                                                                                                                             

Fertig.
 psnebc@localhost  ~  yarn --version
1.5.1

Enter fullscreen mode Exit fullscreen mode

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay