Command: sudo apt install gnupg2 curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt update && sudo apt install yarn | Container Owner: axmilin Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: gnome-terminal-data libnautilus-extension4 Use 'sudo apt autoremove' to remove them. The following NEW packages will be installed: gnupg2 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 4748 B of archives. After this operation, 32.8 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu noble/universe amd64 gnupg2 all 2.4.4-2ubuntu17 [4748 B] Fetched 4748 B in 0s (46.1 kB/s) Selecting previously unselected package gnupg2. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 100321 files and directories currently installed.) Preparing to unpack .../gnupg2_2.4.4-2ubuntu17_all.deb ... Unpacking gnupg2 (2.4.4-2ubuntu17) ... Setting up gnupg2 (2.4.4-2ubuntu17) ... Processing triggers for man-db (2.12.0-4build2) ... OK deb https://dl.yarnpkg.com/debian/ stable main Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] Get:3 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB] Ign:4 http://dl.google.com/linux/chrome-remote-desktop/deb stable InRelease Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease Get:6 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] Hit:7 http://dl.google.com/linux/chrome-remote-desktop/deb stable Release Hit:8 http://archive.ubuntu.com/ubuntu noble-backports InRelease Get:9 https://dl.google.com/linux/chrome/deb stable InRelease [1825 B] Get:10 http://archive.ubuntu.com/ubuntu noble/main amd64 Components [665 kB] Get:11 http://archive.ubuntu.com/ubuntu noble/universe amd64 Components [5943 kB] Get:12 https://dl.yarnpkg.com/debian stable/main all Packages [11.8 kB] Get:13 https://dl.yarnpkg.com/debian stable/main amd64 Packages [11.8 kB] Get:15 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Components [41.9 kB] Get:16 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [383 kB] Get:17 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [9460 B] Get:18 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [412 kB] Get:19 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [52.5 kB] Get:20 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [160 B] Get:21 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [160 B] Get:22 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [158 B] Get:23 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.5 kB] Get:24 http://archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [161 B] Get:25 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [162 B] Get:26 https://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1092 B] Get:27 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [323 kB] Get:28 http://security.ubuntu.com/ubuntu noble-security/main amd64 Components [7563 B] Get:29 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [324 kB] Get:30 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Components [9623 B] Get:31 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Components [157 B] Get:32 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [158 B] Fetched 8488 kB in 2s (3906 kB/s) Reading package lists... Building dependency tree... Reading state information... All packages are up to date. Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: gnome-terminal-data libnautilus-extension4 Use 'sudo apt autoremove' to remove them. The following NEW packages will be installed: yarn 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 896 kB of archives. After this operation, 5431 kB of additional disk space will be used. Get:1 https://dl.yarnpkg.com/debian stable/main amd64 yarn all 1.22.22-1 [896 kB] Fetched 896 kB in 0s (2869 kB/s) Selecting previously unselected package yarn. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 100327 files and directories currently installed.) Preparing to unpack .../yarn_1.22.22-1_all.deb ... Unpacking yarn (1.22.22-1) ... Setting up yarn (1.22.22-1) ...