Skip to content

Instantly share code, notes, and snippets.

@JLaferri
Created January 13, 2019 01:18
Show Gist options
  • Save JLaferri/a4af62a5f92dfe22b1f75a626868fd9d to your computer and use it in GitHub Desktop.
Save JLaferri/a4af62a5f92dfe22b1f75a626868fd9d to your computer and use it in GitHub Desktop.
jas@jas-vbox-ubuntu:~/Documents/Development/slippi-desktop-app$ curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
[sudo] password for jas:
## Installing the NodeSource Node.js 10.x repo...
## Populating apt-get cache...
+ apt-get update
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu bionic InRelease
Get:3 http://dl.google.com/linux/chrome/deb stable Release [943 B]
Hit:4 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:5 https://deb.nodesource.com/node_8.x bionic InRelease
Hit:6 https://dl.yarnpkg.com/debian stable InRelease
Hit:7 http://security.ubuntu.com/ubuntu bionic-security InRelease
Get:8 http://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]
Hit:9 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease
Reading package lists... Done
E: Repository 'http://dl.google.com/linux/chrome/deb stable Release' changed its 'Origin' value from 'Google, Inc.' to 'Google LLC'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Error executing command, exiting
jas@jas-vbox-ubuntu:~/Documents/Development/slippi-desktop-app$ sudo apt-get install -y nodejs
Reading package lists... Done
Building dependency tree
Reading state information... Done
nodejs is already the newest version (8.15.0-1nodesource1).
The following packages were automatically installed and are no longer required:
gyp javascript-common libc-ares2 libhttp-parser2.7.1 libjs-async
libjs-inherits libjs-jquery libjs-node-uuid libjs-underscore libuv1-dev
node-abbrev node-ansi node-ansi-color-table node-archy node-async
node-balanced-match node-block-stream node-brace-expansion
node-combined-stream node-concat-map node-cookie-jar node-delayed-stream
node-forever-agent node-form-data node-fs.realpath node-fstream
node-fstream-ignore node-github-url-from-git node-glob node-graceful-fs
node-gyp node-hosted-git-info node-inflight node-inherits node-ini
node-isexe node-json-stringify-safe node-lockfile node-lru-cache node-mime
node-minimatch node-mkdirp node-mute-stream node-node-uuid node-nopt
node-npmlog node-once node-osenv node-path-is-absolute node-pseudomap
node-qs node-read node-request node-retry node-rimraf node-semver node-sha
node-slide node-spdx-correct node-spdx-expression-parse
node-spdx-license-ids node-tar node-tunnel-agent node-underscore
node-validate-npm-package-license node-which node-wrappy node-yallist
nodejs-doc python-pkg-resources
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment