31
34

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

mac os x 10.9 にfinkをinstallしてapt-get使えるようにする

Posted at

mac環境にapt-getであるモジュールをインストールしたくなった。
ただ、mac上ではデフォルトではapt-getが入っていないため、そのインストール方法を書いて行きたい。

#環境
mac os x 10.9

#手順
macに「fink」をインストールする事でapt-getを利用する事が出来るようだ。

○ダウンロード
http://www.finkproject.org/download/srcdist.php
こちらから、自分のmacバージョンのリンクをクリックする。
今回はOS X 10.9-10.11のリンク → fink → 0.39.2 → fink-0.39.2.tar.gzをダウンロード

○インストール
cd ~/Downloads/fink-0.39.2
./bootstrap

色々聞かれるが基本的にデフォルトで問題ない。
結構時間かかります。

○finkをpath登録
/sw/bin/pathsetup.sh

以上でfinkの環境は構築された。
ターミナルを再起動したら、apt-getを叩いてみましょう!

#おまけ
○finkのアップデートとかしてくれる
fink selfupdate-rsync

31
34
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
31
34

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?