タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

UbuntuとDebianに関するnobusueのブックマーク (2)

  • [Ubuntu] apt-get まとめ - Qiita

    # apt-get install [package] パッケージのインストール用。 パッケージ指定して更新したい時にも使えます。バージョンを指定するには =バージョン をライブラリ名の後ろに付与。 使用例) $ sudo apt-get install ntp ntpdate Reading package lists... Done Building dependency tree Reading state information... Done Use 'apt-get autoremove' to remove them. Suggested packages: ntp-doc The following packages will be upgraded: ntp 1 upgraded, 0 newly installed, 0 to remove and 93 not upg

    [Ubuntu] apt-get まとめ - Qiita
  • Debian/UbuntuでNode.jsをインストールする(nvm) - Qiita

    Motivation Debian/Ubuntuにapt-getでNode.jsをインストールするとコマンド名がnodejsとなります。そうなるとnpmやその他のコマンドが動かなくなります。(他のOSではnodeというコマンド名でインストールされています) 結構Ubuntuを使っている人がこれにハマっていて、lnでシンボリックリンクを張ったりmvしたりして解決しているのを見ます。 そこでnvmでNode.jsをインストールします。 nvmでインストールすると、各ユーザのホームディレクトリ下にNode.jsがインストールされるのでrootになる必要はないですし、sudoも不要です。 手順 公式にあるとおりです。 nvm のインストール .profile への設定 nvm を使った Node.js のダウンロード コマンド tamura@ubu $ wget -qO- https://raw.

    Debian/UbuntuでNode.jsをインストールする(nvm) - Qiita
  • 1