Skip to content

Instantly share code, notes, and snippets.

@devlights
Created October 4, 2023 15:37
Show Gist options
  • Save devlights/1acce8b9dcfcc9ab0061c35ac4f56463 to your computer and use it in GitHub Desktop.
Save devlights/1acce8b9dcfcc9ab0061c35ac4f56463 to your computer and use it in GitHub Desktop.
Debian sidに変更する場合のメモ
$ sudo vim /etc/apt/sources.list

元々のapt-lineを消して以下を追加

deb https://deb.debian.org/debian sid main non-free non-free-firmware contrib

その後

$ sudo apt update
$ sudo apt upgrade
$ sudo apt dist-upgrade

GoやRustやNode.jsは最新バージョンが揃っている

$ sudo apt install golang
$ sudo apt install rust-all
$ sudo apt install nodejs npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment